Posted inAndroid
Android – Read file from Assets
Problem: How to read files (Images or text files) from Assets folder? Description: I assume you are aware about File reading operation, but here we have question that how can…
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: