The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are...
Read more »
Android Development Books
Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts
Saturday

10 Attractive android tutorials for developers
10 Attractive android tutorials for developers I selected some pretty cool and amazing tutorials for developers who going to learn how to...
Read more »
Monday

Android tab and tab host tutorials
The TabWidget itself does not do much except contain a list of tab labels that exist within the parent TabHost . Basically it is nothing...
Read more »

iOS / Android cross platform development or Android-iPhone single codebase cross development
Quation is: I've been playing around with developing Android apps in Java for a while and am starting to get a handle on it. Howeve...
Read more »
Tuesday

How to update listview in android
First you have to remember Don't at any circumstances create a new adapter (or a new data source that holds the Adapter's data). ...
Read more »
Saturday

UI/Application Exerciser Monkey
The Monkey is a program that runs on your emulator or device and generates pseudo-random streams of user events such as clicks, touches...
Read more »
Wednesday

AutoCompleteTextView tutorials in android
An editable text view that shows completion suggestions automatically while the user is typing. The list of suggestions is displayed in a ...
Read more »
Monday

WiFi state is not enabling so how to fix it?
Question is ,Trying to create a widget for enabling and disabling the wifi. if ( myWifiManager . isWifiEnabled ()){ System ...
Read more »
Friday
Wednesday

Text-To-Speech in Android
The Android text to speech engine still seems to be a pretty underused resource in Android apps. However, implementing it in your own a...
Read more »