Skip to content

MahdiHatami/flashcard-mobile

Repository files navigation

Flash Card App

This repository contains FlashCard app built for learning english words

PlayStore: https://play.google.com/store/apps/details?id=com.mutlak.metis.wordmem

Architecture

The architecture of this application relies and complies with the following points below:

Technologies used:

  • RxJava use RxJava to replace the thread (Disk and Network I/O)
  • RxAndroid Android specific bindings
  • Retrofit a REST Client for Android which makes it relatively easy to retrieve and upload JSON (or other structured data) via a REST based webservice.
  • Dagger for dependency injection.
  • Timber - a logger with a small, extensible API which provides utility on top of Android's normal Log class.
  • Material Design an adaptable system of guidelines, components, and tools that support the best practices of user interface design.
  • Android KTX which helps to write more concise, idiomatic Kotlin code.
  • Preferences to create interactive settings screens.
  • RealmDb for persistence
  • Glide for image management

LICENSE

MIT License

Copyright (c) 2020 Mahdi Hatami

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages