Now you can use the Hindi text on your Android phone using Google Hindi Input that allows user to type messages, update on social networks or compose emails in Hindi on your Android phone or tablet. Continue reading “Hindi text on Android”
Tag: Android
Topics related Android development
Android 4.1 jelly bean – Google’s new punch
Google introduces the latest version of the Android operating system called jelly bean. I am always excited on the every update of the Android. Continue reading “Android 4.1 jelly bean – Google’s new punch”
Day 5 – Using table layout to display child View elements
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”
Using String Resources
When you need to add text in the user interface, Suppose you need to show some text on the button view,you should always specify each string of text in a resource file strings.xml that is located in res/Values. Continue reading “Using String Resources”
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”
60 days in Android programming – The beginning
Day 1- Create development environment for Android
Day 2- Create Android Virtual Device(AVD)
Day 3- create your first android project
Day 4- create simple UI
Day 5 – Using table layout to display child View elements
I have been working on .net platform for almost five years now, but for past sometime I was thinking of moving one step ahead of .net and learn some new technology, Continue reading “60 days in Android programming – The beginning”