ronrihoo / Assyrian-Words-Android

An open source Android app for Assyrian wordlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assyrian-Words-Android

An Android app that allows easy and simple access to Assyrian (Surit/Surayt) wordlists.

This project is currently in an early phase.

Architecture

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.

Backend

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

Frontend

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

Planned Enhancements

  • 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).

Contributions

All are welcome and encouraged to contribute to this open source effort.

About

An open source Android app for Assyrian wordlists.


Languages

Language:Kotlin 100.0%