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…
Problem: How to evaluate Floating point Arithmetic operation in Unix?Solution:In UNIX, as we know, 'expr' is used to evaluate arithmetic operation but it is not used to evaluate floating point…