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 Single-tier database architecture. SQLite is an Open Source…
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,…