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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -