This is Android Widget application that displays famous quotes in several languages. Spanish, French, German will be the first ones to implement. Will likely add English and Russian for completeness. May add more. The interface imitates excellent 'Cita del Dia' app that displays spanish quotes only.
Implemented features so far:
- Interface is more or less of what is planned. Looks nice; click on quote shows next language.
- Offline resource pool for some number of quotes for cases when web update is not available.
It is very much wip yet. Features required for more or less functional release (not in priority order):
- Daily updates from the web.
- Translate static resource XML to sqlite. update on offline xml version change.
- Save state in prefs. putvar(), getvar().
- Updates implemented as a service.
- Language selection prefs dialog.
- Preferences dialog launched by flag-image button.
- Actual contents of the offline resource pool.
- Help / translation
- Populate on Google Play.