‘Android’ Posts
Android – Text to speech simple example
In this article I will show the most simple way to add text to speech abilities to your Android application. Actually that’s the whole code. You just need to create a TextToSpeech object. Notice the constructor takes 2 parameters, the first is the Context Activity extends from. The second is an OnInitListener which you [...]
Android – Using SQLite DataBase
Android OS comes with SQLite Database already built-in. This article will explain how to store and draw data. Currently I am working with Android version 2.2. 1. Extend SQLiteOpenHelper SQLiteOpenHelper is the main class responsible for SQLite operations. You will need to extend it. After extending SQLiteOpenHelper, you will need to trigger the super constructor [...]
Memory Game – Android Application
This is a very simple card memory game I wrote for Android platform. I’ve attached it complete with source code and resources. Enjoy. Download Game Download Source code Screen shots: