In the last post we have seen how we can use relative layout to organize view elements. And this post demonstrate how to display view elements in the table layout. Continue reading “Day 5 – Using table layout to display child View elements”
Tag: 60 days in Android Programming
Best Android Development Tutorial. Learn Android programming in 60 days.
{So now I have setup a target for myself for 2 months to learn everything about Android Programming and also during this period of 60 days I will try to share whatever things a learn, the work i do and also experience of each and every day through a series of articles, that’s why I have decided to name this article series as….}
Getting started with here
Day 4 – Create simple UI
In this article we will learn how to create a user interface in Android application. Continue reading “Day 4 – Create simple UI”
Day 3 – Create your first Android application
Recap
In this article we will learn how to create a Android application. I will tell you about eclipse development window and some basic about the android application.Till now we have create Android development environment and create the Android emulator successfully, Continue reading “Day 3 – Create your first Android application”
Day 2 – Create Android Virtual Device(AVD)
We have setup Android development environment,see Day 1 – Create development environment for Android and now our next step is to create a first android program.
Before creating android application we need a device to test the application. Continue reading “Day 2 – Create Android Virtual Device(AVD)”
Day 1 – Create development environment for Android
Prepare your Development Computer
The following are the Supported Operating Systems for developing Android applications using the Android SDK: Continue reading “Day 1 – Create development environment for Android”