How to store file in Android which I want edit later? -
i have .vcf
file , want put in android can read code. problem cannot put assets folder, because want overwrite/edit file later. how should this?
first since might want load via code, may need include .vcf
file in /assets
folder loading.
then can copy .vcf
file device's internal or external storage doing overwrite/edit operation on fly.
for more information internal , external storage, please refer android developers: storage options
Comments
Post a Comment