Android flash cards

Vidya Amar

New member
Jan 9, 2013
0
0
0
Visit site
Hi,
I am a newbie in Android development. I was looking for some inputs on how to develop flash cards in android eclipse. I have searched quite a lot without any luck. Any pointers (sample code or book or URLs or ebooks ) to this is most welcome.
Thanks in advance :)
Vidya
 

Emrys90

New member
Jan 9, 2013
0
0
0
Visit site
Rather than trying to find sample code to learn, think of what flash cards are. Programming is about problem-solving, so find a problem and look for a solution. Flashcards are are text, so store them in a String array. Display them with TextViews. Use Buttons with onClick to change the card, store rights/wrongs in an int array. From there it's just adding on new features, while continuing to think of what you need as a problem with a solution to research.