I want my application to use manually created string data. For example:
Title1 : Description1
Title2 : Description2
Title3 : Description3
There will be a long discription, such as termonology of smth.
And i want to import this data to my android app.
I read about some options, such as: SQLite, JSON.
But i cannot understand, how should i do this. Just move my file.db
or file.json
to assets folder or how ?
There are in my data maximum 100 terminologies with description.