Posted inAndroid
BlackBerry – Custom label field
Problem: How do i define Custom label field in BlackBerry?
Solution:
customLabelField.java
customLabelField.java
CopyFileAssetsToSDCardActivity.java
In this tutorial, I just have fetched SMS from the Inbox and displayed inside the ListView. SMS is fetched inside the ArrayList and then using this arraylist, I have created ArrayAdapter. Now just set this adapter to the ListView, that’s it.
Now, We can fetch the SMS from Inbox by making query to SMS content resolver by using: