Adroid programming

Display Current Date and Time Demo in Android

This is a simple program that display the current time in running mode, the code returns the time in a 12-hour format (08:24:05). The current date is in a nice format (October 01,2012).This is possible using concatenation of strings. This simple little program is easy to create and can add variety and value to your Android programs.