There are 30 buttons. By pressing the "button 1" - removed "text 1", by pressing the "button 4" removed "text 4" (each text contains slightly more than 1000 words). The functionality of the application is only in removing the text when you click on the side menu button.
So, what are the disadvantages, if you store these texts not in the database, but in a string
? Or for such an application can be stored in string
, and there will be only an insignificant increase in the weight of the apk-файла
? Do not ask please "what is the problem of making a database?". I am only interested in the disadvantages of using string
for data storage. Thank.