News

Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
In Android development, any time we want to show a vertical list of scrollable items we will use a ListView which has data populated using an Adapter. The simplest adapter to use is called an ...
We have a feature called texttospeech and is available for android 1.6 and higher. usind tts we can build an app that speaks the text of various languages. below are the steps to do so:simply create ...