Android – Change Title bar Text and Image
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...
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...
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...
try { Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:+98765")); startActivity(intent); } catch (Exception e) { Log.e("Demo application", "Failed to invoke call", e); } Don’t forget to add this permission into the...
The below code can be tested with the real device: But while testing it with an emulator, you need to make correction with: i.setType("text/plain");...
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...
Software Requirement to start development with Android Eclipse 3.4 (Ganymede) or greater, If you need to install or update Eclipse, you can download it from http://www.eclipse.org/downloads/. JDK 5 or JDK...
Here, As being an Android Developer (since last 1 year – from january 2010), i would like to let you know the brief about The most rocking mobile application platform...