Posted inAndroid
Android – copy files from Assets to SD-card
Problem: How to copy files from Assets to SD-Card?
Solution:
CopyFileAssetsToSDCardActivity.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: