In Android, mostly we see the activity with normal title bar i.e. Activity name in Title bar but here i am going to present how do we change the title…
What is command line argument? Those values which we pass at the time of running the shell scripts are known as Command line values(arguments). Command line arguments are treated as…
Hi, Do you what's the exact difference between gravity and layout_gravity attributes? android:gravity sets the gravity of the content of the View its used on. android:layout_gravity sets the gravity of…
This is the demo of fetching ASCII code of any character value and vice versa (Character value from the ASCII Code). The below is the demo for the "A" and…
Today i came across an article, in that article i found a great thing that the Calendar URI in FROYO 2.2 version is changed from content://calendar/calendars to content://com.android.calendar/calendars. To manage…