• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Date and time

joakins

Lurker
Hello

I am developing an android daily devotional app, it contains 365 messages of the year i.e a message for each day through the year.

I will like to to develop the app in a way that each message of the day will show to the user automatically after the splash screen, without the user having to navigate to the message of the day for example

If the message of 10/30/2014 (God is love) , 10/30/2014 (Faith works miracles), etc it should be shown to the user immediately after the splash screen for each day

And i will like to use only one activity.java for the whole message of each day, not having to create 365 activity.java

Regards
 
Do you have these 365 daily messages already created or will you be creating them throughout the year? Basically you will need to either store these messages locally in a db or retrieve these messages using some sort of rss/api (being more advanced and thought out).
 
Back
Top Bottom