Why Learn Android ?

Reasons to Learn Android Development We are in an era where Google’s Android operating system has penetrated the nook and corner of the world. On one side there is the recent OTA (over-the-air) update of its latest Android Lollipop for Read More …

Activity Life Cycle in Android

Understanding Activity Life Cycle in Android Before using Android Activity in your application, It is important to  learn about the complete details of an Android Activity Lifecycle. As a user navigates throughout an app, Android maintains the visited activities in Read More …

Develop your Android App

  Points to note before Developing your Android App Android programming is based on Java programming language so if you have basic understanding on Java programming then it will be a fun to learn Android application development. Android Studio is an Read More …

Advantages and Disadvantages of Android & iOS

Love Android and iOS equally. We are lucky to get the opportunity to play with both operating systems in the course of our work. Both of the platforms have structural differences as well as their own advantages and disadvantages.

Android UI Layouts

Layouts in Android In this article, Let’s discuss about the different view layouts in an android mobile application. Definition, A layout defines the visual structure for a user interface, such as the UI for an activity or app widget.It may Read More …

Android Services Tutorial

In our previous Tutorial, we discussed about Android UI Layouts . Here is the complete details about Android Services. What are services ? A service is a component which runs in the background such as playing music, handle network transactions, interacting content providers etc..without Read More …