The latest version of the Android SDK, code-named Ice Cream Sandwich, reached developers this week. For the first time, the SDK provides...
Read more »
Android Development Books
Showing posts with label Begineer. Show all posts
Showing posts with label Begineer. Show all posts
Monday

Making the Android UI Fast and Efficient by Romain Guy
Making the Android UI Fast and Efficient by Romain Guy
Read more »
Wednesday

How to make Bi directional view flipper in android
Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requ...
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 »
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 »
Thursday

Close/hide the Android Soft Keyboard in android
You can force Android to hide the virtual keyboard using the InputMethodManager , calling hideSoftInputFromWindow , passing in the token of...
Read more »
Tuesday

Spelling Checker Framework in Android
The Android platform offers a spelling checker framework that lets you implement and access spell checking in your application. ...
Read more »
Saturday

Join two SQLite tables in Android application.
Android project that has a database with two tables: tbl_question and tbl_alternative . To populate the views with questions and alterna...
Read more »
Thursday

Accessing Remote Databases in android
Accessing remote databases with Android is a little more complicated. There is no easy way to do this without a Web service ...
Read more »

Adding an Easy Share Action
The ShareActionProvider in the Gallery app. Implementing an effective and user friendly share action in your ActionBar is made even ...
Read more »