Is there a way in android app that we can add some text or image and we can change that dynamically without adding new version. Like we have this text: Today’s deal is: 1
then in a week if i want that text to show as: Today’s deal is: 2.
Is there a way to do this, for an app which does not have a server and is stand alone app.
Is there a way in android app that we can add some text or
Share
A text or image can be altered during run time; so how you choose to change that is up to you. You would have a simply switch statement depending on the day of the week for your specific example.