Simple flash card android app with csv files as input.
The app is meant for stuff like learning vocabulary of different languages.
Or get the latest APK directly from the Github repo
- CSV file with
;
(semicolon) as separator. - First line is the header (e.g.
English;Chinese
) - Other lines are used as content (e.g.
Thanks;Xie Xie
) - Content lines without semicolon are ignored (Can be used for comments)
- At the moment only the first columns are used and later columns will be ignored. (e.g.
Thanks;Xie Xie;谢谢
)