The Miwok or Miwokan languages , also known as Moquelumnan or Miwuk, are a group of endangered languages spoken in central California by the Miwok peoples, ranging from the Bay Area to the Sierra Nevada. There are seven Miwok languages, four of which have distinct regional dialects.There are a few dozen speakers of the three Sierra Miwok languages, and in 1994 there were two speakers of Lake Miwok.
for more : https://en.wikipedia.org/wiki/Miwok_languages
This Android application is a contribution towards preservation of endangered languages (Miwok is one of them).By using this application user can learn the basics as well as the pronouciations of different words in Miwok Language.
- Language used : JAVA
- compileSdkVersion : 30
- buildToolsVersion : "30.0.2"
- minSdkVersion : 16
- targetSdkVersion : 30
- ListView with CustomAdapter
- Fragments
- MediaPlayer
- Android Activity Lifecycle
- ViewPager2 with fragmentStateAdapter
- TabLayout & TabLayoutMediator
├───androidTest │ └───java │ └───com │ └───example │ └───android │ └───miwok ├───main │ ├───java │ │ └───com │ │ └───example │ │ └───android │ │ └───miwok │ └───res │ ├───drawable │ ├───drawable-v24 │ ├───layout │ ├───mipmap-anydpi-v26 │ ├───mipmap-hdpi │ ├───mipmap-mdpi │ ├───mipmap-xhdpi │ ├───mipmap-xxhdpi │ ├───mipmap-xxxhdpi │ ├───raw │ └───values └───test └───java └───com └───example └───android └───miwok