Simple android flash card application.
In application implemented two modes - Learning and Test. In learning mode, the user goes through all cards in a deck. Test mode shows first 10 cards from a deck and allows to type an answer. If the answer was correct, the card is placed at the end of the deck. There are 4 decs Linux, SQL, Finnish and LPIC-1 exam in app. App reads .csv files with questions and answers from asset folder to a Java collection container (List). The user can add her/his own deck with cards.
Master branch interface
Test-branch interface