Android Projects

Android Development Books

Showing posts with label Begineer. Show all posts
Showing posts with label Begineer. Show all posts

Monday

Adding Events to the User’s Calendar

Adding Events to the User’s Calendar

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 »
Making the Android UI Fast and Efficient by Romain Guy

Making the Android UI Fast and Efficient by Romain Guy

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

Wednesday

no image

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

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 »
no image

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

no image

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

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

no image

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

no image

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

no image

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

no image

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

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 »
© Google Android Lovers
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0