Android

Understanding Android layouts

May 13, 2012

Thumbnail image for Understanding Android layouts

This is the part of Android Development series 1.What is Android ? 2.Hello world mobile application using android. 3.What is Android activity ? 4.Understanding Android layouts Our next step in android development is to know about the android layouts.An android layout is the UI part of the application designing where the layout specify the design and structure of the screen.If you want your application to be visually appealing you need to know the proper placement [...]

How to : Clear & Delete Search History in Google Play

April 9, 2012

Thumbnail image for How to : Clear & Delete Search History in Google Play

This tutorial will show you how to Delete & Clear search history in Android Play Store .

Android Basics:Understanding the structure of an android application

April 8, 2012

Thumbnail image for Android Basics:Understanding the structure of an android application

Before we get started to build an android application it is essential to understand the complete structure of an android project.I am using Eclipse IDE for development which I have mentioned in earlier tutorial on how to setup eclipse.

Develop android apps using your android phone

March 12, 2012

Thumbnail image for Develop android apps using your android phone

Yes,Android developers get another handy tool to develop applications.AIDE,an android mobile application or better called as Java IDE that helps in developing live android apps straight to the phone.  

What is an android activity ?

February 22, 2012

Thumbnail image for What is an android activity ?

Android Activity,the basic term that every android beginner should know before starting up the development.To be simple to say an Activity in the android terminology means the individual screen that is visible on the screen. Image credit