An Android app that allows easy and simple access to Assyrian (Surit/Surayt) wordlists.
This project is currently in an early phase.
Uses the MVVM (Model-View-ViewModel) pattern. The goal is to use Fragments within a single Activity as often as possible. This is in favor of sharing data resources across multiple screens – by using the same ViewModel instance.
The backend is designed to update the frontend as data is updated; however, no mechanism has yet been implemented to notify the app when datasets change on remote.
Database: Room
Network: Retrofit 2, Picasso (not yet used)
Threading: Kotlin Coroutines
DI: Dagger 2 (not yet used)
Testing: JUnit, Espresso
Debugging: Stetho
The current UI is not ideal and it has been developed only for testing (during the backend development). Any additions/changes to the UI should take advantage of the backend's ability to provide updated data instantly.
Transactions: Navigation, Safe Args
Animations: MotionLayout
- An attractive UI/UX.
- Word search.
- Word filters.
- Switching between Surit (Eastern dialect) and Surayt (Western dialect).
- Marking words as favorites (or rather saving them into a "Saved" list).
All are welcome and encouraged to contribute to this open source effort.