Templates by BIGtheme NET

Android

Fundamentals

Activity In Android, an activity is represent a single screen. Most applications have multiple activities to represent different screens. For example one activity is loginUser and another is WelcomeUser. Now, we need to know how these activities interact with each other, when user click on login button. Then next activity WelcomeUser will be called and display the welcome user message. ...

Read More »

Hello Android Example

Simple Example to Quickly Start Android Application: Simple Android project in Eclipse IDE + ADT plugin, This ADT eclipse plug in help to create Android project creation and management, most likely components drag and drop, auto-complete and many useful features to speed up your Android development cycles. Summary steps to develop an Android application : 1) Install Android SDK 2) ...

Read More »