I'm newbie on android and I have two question but first Let me explain you the application I'm working on it.
In the Application I will have Some Text 'Like quotes they will be rarrely changed only between Version'
- So What's better in this case to store those Text in simple string and call them at
onCreate
oronStart
activites ?
The seconde part of application, it's like an alarm but in stead of setting time manually it will get data from internet every day so data will be changed everyday.
- So in this case what's better to store data in string or database (Those data will be shared with service that will play notification when it's time ).
Sorry If there's no code in my post but I need to know the right way to do it and best desvelopement practice.