pistolized
Lurker
Hi there,
I'm making a simple quiz app. There will be a number
of questions and each question will be on it's own individual
screen with a 'yes' and 'no' button at the bottom.
At the moment, each question is a new activity but, I have only added
10 questions so far and the app size is already up to 3.5 MB.
What is the best way I can have a new screen for each question
while keeping the app size to a minimum? One activity with different views
maybe? But that creates new problems whereby pressing the 'back' button
goes right back to the app menu.
Thanks for any advice you can give.
I'm making a simple quiz app. There will be a number
of questions and each question will be on it's own individual
screen with a 'yes' and 'no' button at the bottom.
At the moment, each question is a new activity but, I have only added
10 questions so far and the app size is already up to 3.5 MB.
What is the best way I can have a new screen for each question
while keeping the app size to a minimum? One activity with different views
maybe? But that creates new problems whereby pressing the 'back' button
goes right back to the app menu.
Thanks for any advice you can give.