In order to get unread sms messages in an Android application you need to setup a filter "read = 0" as shown below.
This blog will contain posts related to various domains including embedded, linux, opensource, comparison of software tools, issue resolution etc.
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts
Saturday, 30 November 2013
Retrieve sms messages on a particular date in Android
In order to get sms messages received on a particular date in an Android application you need to setup a filter which selects messages on the basis of date comparison as shown below.
Saturday, 28 September 2013
Android activities hierarchy
In this post I will mention couple of ways to make sure that parent / child relationship is maintained between activities. This is essential to make sure that the system knows which activity to start when Up is pressed on phone or action bar.
Subscribe to:
Posts (Atom)