Posts

Showing posts with the label Freeandroidtutorials

Analog and Digital clock in Android with Example

Image
In Android, Simple and computerized tickers are utilized to indicate time in android application .  The AnalogClock is a two-gave clock, one is hour marker and the another is minute pointer. The DigitalClock is resemble your typical computerized which show hours, watch available, minutes and seconds in advanced configuration. Both AnalogClock and DigitalClock Can't alter the time, in the event that you need to change the time, utilize "TimePicker." Example, We should get begin by making a project in Eclipse IDE . Make another venture in Shroud by exploring to File⇒ New Android ⇒ Application Project  and fill required points of interest. (I kept my fundamental movement name as MainActivity.java) Make a format petition for MainActivtiy.java under res ⇒ layout folder. I named the format record as activity_main.xml. In this design i had taken one Simple and one Computerized Clock. <RelativeLayout xmlns:androclass=”http://schemas.android.com/apk/res...

Understanding Android Application Resources

Image
In this section, you learn about the various types of resources available to your application. When you create a project in  Android  Studio, you are provided with two main directories in your project for source files, java and res. Android  Resources Types anim/ color/ drawable/ layout/ menu/ raw/ Check out the detailed explanation about these Android Topics