FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
955 stars 405 forks source link

Use Koin as an DI and migrate EntryDetailsActivity to MVVM architecture. #679

Open prathamk22 opened 3 years ago

prathamk22 commented 3 years ago

Use Koin as an DI and migrate EntryDetailsFragment and Activity to MVVM architecture. We can slowly convert whole app to MVVM architecture. Starting this process by MainACtivity

prathamk22 commented 3 years ago

@FredJul please review it and assign it if you feels good about it.

prathamk22 commented 3 years ago

Will replace all anko with kotlin coroutines and core-ktx.

FredJul commented 3 years ago

I totally approve the choice of technologies and the migration plan. Actually, I would have done the same way if I would have time