What are the available Views in Android Application with Full Code
Android views are nothing but the controls or we can say interacting components of the screen. As an example, we can say that textbox, button, checkbox, radio button etc are the various example of android views. In eclipse IDE, views are…
Code for Linear Layout in Android Application Development
How to write a Code for Linear Layout in Android? This tutorial covers coding for vertical and horizontal layout for Android application development.
Table Layout in Android Application with Full Code
The preferred way to implement layouts is in XML using external resources. A layout XML must contain a single root element. This root node can contain as many nested layouts and Views as necessary to construct an arbitrarily complex screen.…
Relative Layout in Android Application
Relative Layout in Android :-
Android is more emphasizing on their graphics used in application. To make application user friendly and easy to access, there is Layout in android application. This advanced feature enhances the…
SQLite Database used in Android Application Development
SQLite is a relational database management system (RDBMS). SQLite database used in Android Application Development. It is well regarded. It is Open source, Lightweight. It uses a Single-tier database architecture. SQLite is an Open!-->…
Music Player code for Android application development
Music player code in android :-
Android is the best platform for creating mobile application like music play. It is really easier than creating app in other mobile operating system.
To play a music in android application,you need to…
How to make Phone call for Android Application with full code
To make a phone call through android application, we need to call ACTION_CALL activity and to set phone number we need to call setData() method. Following are the example to show phone call activity work for the android phone call…
Code for Status Bar in Android Application Development
To know all the information about the process running over the android operating system, it is important to get the user friendly status bar. To provides the flexibility and catch all the running processes in the android operating system,…