All Projects → intelligo-mn → Memorize

intelligo-mn / Memorize

Licence: mit
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Memorize

Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+181.94%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+26.39%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+13991.67%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern, android-application
visum
Android reactive MVP stack
Stars: ✭ 19 (-73.61%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+977.78%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-9.72%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+30.56%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Google Ime Dictionary
日英変換・英語略語展開のための IME 追加辞書 📙 日本語から英語への和英変換や英語略語の展開を Google 日本語入力や ATOK などで可能にする IME 拡張辞書です
Stars: ✭ 30 (-58.33%)
Mutual labels:  japanese, english, dictionary, dictionaries
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+2211.11%)
Mutual labels:  mvp, mvp-architecture, mvp-android, android-application
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+95.83%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+98.61%)
Mutual labels:  mvp, mvp-architecture, mvp-android, mvp-pattern
Trickl
trickl torrent client
Stars: ✭ 50 (-30.56%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-30.56%)
Mutual labels:  mvp, mvp-architecture, mvp-pattern, mvp-android
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-72.22%)
Mutual labels:  mvp, mvp-architecture, mvp-android
Supermvp
MVP“美”图+新闻+天气预报+Material+RxJava3+Retrofit2+Glide4+AndroidX+Leakcanary+Butterknife
Stars: ✭ 763 (+959.72%)
Mutual labels:  mvp, mvp-architecture, mvp-android
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (-11.11%)
Mutual labels:  mvp, mvp-architecture, mvp-android
MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (-81.94%)
Mutual labels:  dictionaries, dictionary, english
EdgeMvp
一个MVP架构利器。自动生成接口文件,且不需要实现接口。
Stars: ✭ 56 (-22.22%)
Mutual labels:  mvp, mvp-pattern, mvp-android
Android Mvp Sample Application
Android MVP Sample Application
Stars: ✭ 260 (+261.11%)
Mutual labels:  mvp, mvp-architecture, android-application
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+3994.44%)
Mutual labels:  mvp-architecture, mvp-android, mvp-pattern

Memorize

Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily.

Direct apk download

Features Screenshots Architecture Authors Donate Contributors License

Features

  • 100% functional offline
  • Flash cards
  • Quiz
  • Great search
  • Find common and more often used words more easily
  • Minimalist structure allows for efficient studying and reduces distractions

Screenshots

Home Search Details Quiz Flash cards
Home Search details Quiz flash

Architecture

The architecture of our Android apps is based on the MVP (Model View Presenter) pattern.

  • Helpers (Model): A set of classes, each of them with a very specific responsibility. Their function can range from talking to APIs or a database to implementing some specific business logic. Every project will have different helpers but the most common ones are:

    • DatabaseHelper: It handles inserting, updating and retrieving data from a local SQLite database, using Room
    • PreferencesHelper: It saves and gets data from SharedPreferences.
  • Data Manager (Model): It's a key part of the architecture. It keeps a reference to every helper class and uses them to satisfy the requests coming from the presenters. Its methods make extensive use of Room, transform or filter the output coming from the helpers in order to generate the desired output ready for the Presenters. It returns observables that emit data models.

  • Presenters: Subscribe to observables provided by the DataManager and process the data in order to call the right method in the View.

  • Activities, Fragments, ViewGroups (View): Standard Android components that implement a set of methods that the Presenters can call. They also handle user interactions such as clicks and act accordingly by calling the appropriate method in the Presenter. These components also implement framework-related tasks such us managing the Android lifecycle, inflating views, etc.

Authors

Turtuvshin Byambaa Enkhbayar Doljinsuren
Turtuvshin Doljinsuren

Donate

If you'd like to join them, please consider:

Buy Me a Coffee at ko-fi.com Become a Patron!

Contributors

You may contribute in several ways like creating new features, fixing bugs, improving documentation and examples or translating any document here to your language. Find more information in CONTRIBUTING.md. Contributors

License

Copyright (C) 2019 Intelligo Systems.
Memorize is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)

⬆ back to top

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].