Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tema6120/forgetmenot

A flashcard app for Android.
https://github.com/tema6120/forgetmenot

android anki coroutines-flow deck education flashcards kotlin learning memorization spaced-repetition sqldelight tts

Last synced: 3 days ago
JSON representation

A flashcard app for Android.

Awesome Lists containing this project

README

        

![Header](/.github/readme/fmn_header.png)

ForgetMeNot


ForgetMeNot is an Android app for memorizing information via flashcards. Simplicity, usability, speed were taken into account in the process of developing this educational program. This app provides excellent conditions for achieving high efficiency of memorization.

Download
--------

[Get it on Google Play](https://play.google.com/store/apps/details?id=com.odnovolov.forgetmenot)
[Get it on F-Droid](https://f-droid.org/ru/packages/com.odnovolov.forgetmenot/)
[Available at Amazon Appstore](https://www.amazon.com/gp/product/B08LBKX8ZR)
[Explore it on AppGallery](https://appgallery.huawei.com/#/app/C103089961)
[Get direct apk](https://github.com/tema6120/ForgetMeNot/releases/download/1.9.0/ForgetMeNot_v1.9.0.apk)

Features
--------

* Import/export of files.
* Support of CSV, Tab text or any other kind of Delimiter-Separated Values.
* Intervals ([Spaced repetition](https://en.wikipedia.org/wiki/Spaced_repetition)). You can specified your own interval scheme for each deck.
* Several testing methods. There are 'Self testing', 'Testing with variants', 'Spell check'.
* Pronunciation of the text via TTS. You can choose languages for questions and answers, autospeaking of them.
* Hiding the text of a question to stimulate improvement of listening skills that is very useful in foreign language learning.
* Card inversion.
* Hints in the form of masking letters.
* 'Motivational timer' that will make you concentrate on your studies (optionally).
* Saving settings of deck as presets and reusing them in order to avoid routine work on settings.
* Editing and searching cards right in the exercise.
* 'Walking mode' that enables you do the exercise without looking at the screen.
* 'Autoplaying mode'. In this mode questions and answers are pronounced sequentially. You can combine your own activities and repetition of teaching material.
* Catalog of pre-made decks. The catalog contains many decks for language learning, which includes basic sets of words, thematic words and phrases, whole sentences.
* Grouping decks into separate lists
* Customizing the card appearance
* Dark theme
* Backup

Video
-----

[![https://www.youtube.com/watch?v=pxLL2P17UH8](/.github/readme/youtube_preview.png)](https://www.youtube.com/watch?v=2BEM9YP7uuI)

Help translate
--------------

[Crowdin](https://crowdin.com/project/forgetmenot)

[How to help translate](/.github/readme/HOW_TO_TRANSLATE.md)

Architecture
------------

See the dedicated page [here](/.github/readme/ARCHITECTURE.md).

Libraries Used
--------------

* [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines)
* [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization)
* [androidx.appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat)
* [androidx.fragment](https://developer.android.com/jetpack/androidx/releases/fragment)
* [androidx.constraintlayout](https://developer.android.com/jetpack/androidx/releases/constraintlayout)
* [androidx.navigation](https://developer.android.com/jetpack/androidx/releases/navigation)
* [androidx.viewpager2](https://developer.android.com/jetpack/androidx/releases/viewpager2)
* [material-components](https://github.com/material-components/material-components-android)
* [leakcanary](https://github.com/square/leakcanary)
* [sqldelight](https://github.com/cashapp/sqldelight)
* [klock](https://github.com/korlibs/klock)
* [materialrangebar](https://github.com/oli107/material-range-bar)
* [Brackeys-IDE](https://github.com/massivemadness/Brackeys-IDE)
* [Apache Commons CSV](https://commons.apache.org/proper/commons-csv/)
* [Process Phoenix](https://github.com/JakeWharton/ProcessPhoenix)

License
-------

[GNU General Public License v3.0](LICENSE)