Higuys, i have an application in j2me which uses the method RecordStore.listRecordStores().
i need to implement the same application in android. does anyone know the corresponding method in android???
Higuys, i have an application in j2me which uses the method RecordStore.listRecordStores(). i need
Share
For persistent storage on an Android device you have the following options:
You can read about all these different options here.