Android Development Articles

Browse Android development tutorials, Android app guides, device news, architecture notes, Kotlin, Jetpack, performance, security, and monetization articles.

Activity Communication in Android

How to communicate between two Activities in Android? An Activity represents the main screen for Android application. An application can have any number of Activities. Intents are message passing mechanisms used in Android. The Android Activity class contains different methods that support Activity communication. The m

Feb 10, 2012 Android Development Read

Activity Communication in Android

How to communicate between two Activities in Android? An Activity represents the main screen for Android application. An application can have any number of Activities. Intents are message passing mechanisms used in Android. The Android Activity class contains different methods that support Activity communication. The m

Feb 10, 2012 Android Development Read

Setup Android Development Environment- Complete Tutorial

Here starts our Android Development tutorial. In this article, you will find how to setup a complete Android Development environment. This includes  download, installation and configuration of  various software components required to form a complete IDE. As I said in the Introduction, I.ve tried to keep things as simpl

Feb 9, 2012 Android Development Read
Call Log In An Android Application thumbnail

Call Log In An Android Application

How to use/access Phone Call Log in Android Application? An Android Application can access the call log of the android phone. This is possible because the call log details are exposed by the Android platform as a content provider. Content Providers in Android allow applications to share data across applications (Refer:

Feb 9, 2012 Android Development Read
Setup Android Development Environment- Complete Tutorial thumbnail

Setup Android Development Environment- Complete Tutorial

Here starts our Android Development tutorial. In this article, you will find how to setup a complete Android Development environment. This includes  download, installation and configuration of  various software components required to form a complete IDE. As I said in the Introduction, I've tried to keep things as simpl

Feb 9, 2012 Android Development Read
jQuery for Android – jQueryMobile Framework thumbnail

jQuery for Android – jQueryMobile Framework

jQuery Mobile Framework is a light-weight framework to create HTML5-based interface system, which works seamlessly on various types of mobile device platforms. It is created on top of powerful jQuery and jQuery UI which are known to create high quality, light weight rich internet applications. As with jQuery and jQuery

Feb 8, 2012 Android Development Read

The Simple Android Development Tutorial- Introduction

Welcome, you are entering the world of Android app development. Yes! I'm overwhelmed to say that the Android-App-Market.com is just gonna start the simplest Android Development tutorial ever. We are planning to make this a wast collection of simple Android tutorials which make this a right place for beginners to start.

Feb 7, 2012 Android Development Read

Content Provider in Android

Android content provider- this article explains- how to retrieve or access data from the content provider, modifying and deleting data from the existing content provider. Defining a new content provider is beyond the scope of this document. To learn about creating a new content provider, please visit Android Android is

Feb 7, 2012 Android Development Read

Content Provider in Android

Android content provider- this article explains- how to retrieve or access data from the content provider, modifying and deleting data from the existing content provider. Defining a new content provider is beyond the scope of this document. To learn about creating a new content provider, please visit Android Android is

Feb 7, 2012 Android Development Read

Content Provider in Android

Android content provider- this article explains- how to retrieve or access data from the content provider, modifying and deleting data from the existing content provider. Defining a new content provider is beyond the scope of this document. To learn about creating a new content provider, please visit https://android-ap

Feb 7, 2012 Android Development Read

Content Provider in Android

Android content provider- this article explains- how to retrieve or access data from the content provider, modifying and deleting data from the existing content provider. Defining a new content provider is beyond the scope of this document. To learn about creating a new content provider, please visit Android Android is

Feb 7, 2012 Android Development Read

Usability Testing of Mobile Applications

Usability testing of mobile applications plays an important role for launching a quality mobile application. Usability testing is typically done to make sure the smooth running of application on Mobile device from usability perspective. Usability testing should occur as soon as the basic stable release for the applicat

Feb 6, 2012 Android Development Read