user1632949
user1632949

Reputation: 635

how to write json data in to json file in assets folder in android?

I am new to android application development.In my application i wants to write json object in my json file which is existed in assets folder on save button click.

Please help me to go forward.

Thank you, Srinivasarao.ch

Upvotes: 1

Views: 2139

Answers (1)

Noor
Noor

Reputation: 20150

Android's Assets folder is read-only at runtime, write to card, it is possible to save the data in your Shared Preferences as well.

Upvotes: 3

Related Questions