Android application publishing is a process that makes your Android applications available to users. Infect, publishing is the last phase…
Read More

Android application publishing is a process that makes your Android applications available to users. Infect, publishing is the last phase…
Read More
Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More
In Android, you can use SmsManager API or devices Built-in SMS application to send SMS’s. In this tutorial, we shows…
Read More
Email is messages distributed by electronic means from one system user to one or more recipients via a network. Before…
Read More
Android location APIs make it easy for you to build location-aware applications, without needing to focus on the details of…
Read More
A notification is a message you can display to the user outside of your application’s normal UI. When you tell…
Read More
Android drag/drop framework allows your users to move data from one View to another View in the current layout using…
Read More
1,651 total views, no views today
Read More
Implementing own components in pre built-in components with extending subclass with own defined class Android offers a great list of…
Read More
A style resource defines the format and look for a UI. A style can be applied to an individual View…
Read More
Events are a useful way to collect data about a user’s interaction with interactive components of Applications. Like button presses…
Read More
Input controls are the interactive components in your app’s user interface. Android provides a wide variety of controls you can…
Read More
The basic building block for user interface is a View object which is created from the View class and occupies…
Read More
1,599 total views, no views today
Read More