Write a program showing starting, pausing, resuming and stopping an activity in Android

Explanation: Activity lifecycle of android The application in an android goes through a cycle during its lifetime. There are various stages like creating, starting, resuming,...

Write a program showing all the contacts in Android Programming

Explanation: The first thing to notice is that here we are going to use the phone’s data and for that we have to take...

Relative Layout in Android for Noobs

0
Relative layout is a view group where the elements can be specified with respect to each other position. The position can be relative...

Linear Layout in Android for Noobs

0
Layout outlines the structure of the user interface in an Android app. It provides a broader arrangement based on which the UI components can...

Learn how you can send & receive SMS through Android

0
This example shows how you can send/receive SMS through your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it SMSSenderExample. 2.) Write following...

Browser Bookmark Example in Android

0
This example shows how you can list browser bookmarks into your application. Algorithm: 1.) Create a new project by File-> New -> Android Project name it BrowserBookmarkExample. 2.) Add...