Month: August 2013

  1. Home
  2. chevron_right
  3. 2013
  4. chevron_right
  5. August

Android: Send SMS to Emulator

Tutorial
The Android emulator has support for receiving text messages. You can send a SMS to an emulator by using the command line. So the first step is: 1. Be sure…

Android: ListView with SearchView

Tutorial
In this tutorial I will present you how to use the SearchView using FTS3. If your data is stored in a SQLite database on the device, performing a full-text search…