Browsing Category
Android
Android is one of the best smartphone operating systems which is open source and widely used. In this Category, you can find Android updates, all articles related to Android such as smartphone review, app development tutorials, Android apps and tricks.
Review : what makes the Samsung Galaxy Note 3 so special ?
I do not really like this tendency of smartphones getting bigger and bigger. I think that the difference between a tablet and a phone should be obvious but as time passes and screens are getting bigger, it's getting harder to tell which…
How to set default app in Android Smartphone?
Step by step procedure to set default app in Android Smartphone.
Create your own Android Apps- Full Tutorial
We have gathered all the post related to the android web application development from our website PcSkull. And made this simple step by step splendid tutorial to create your own android application. By this tutorial, you no need to leaf the…
How to develop Android application
Android is the operating system designed for the mobile platform which is based on Linux operating system. Now a day’s, it is also used to develop android application for the tablet. For application development, It is most similar to java…
What are the Fundamental Units of Android Application
What are the 4 Fundamental Units of Android Application? How to write more than one components for Android application? How to activate components?
How to install Android Application Development kit? Step by Step Installation Guide
In this tutorial, we see How to install Android Application Development kit with simple step by step installation guidelines. While going through this tutorial if you face any challenge, feel free to post your query in comment section…
How to Build and Run the Android Application
Every Android Application is composed of following files. In this post, we share How to Build and Run the Android Application.
AndroidManifest.xml
R.java and Resources
Layouts (main.xml)
Activities (Java Class File)
…
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,…