Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 724 Bytes

MVVM-persian-Dictionary

This is a english-persian dictionary that use MVVM design pattern and room library for sqlite data base .

Room

As i mentioned earlier i use Room library for interact with my prepopulate database.
Room support prepopulate database in version 2.2.0

    Room.databaseBuilder(application, WordDB::class.java, "w_database")
                    .createFromAsset("database/word_db")
                    .build()

Screenshot

img_1 img_2 img_3

Resources

ViewBinding

pre-populate database