delta / dalal-street-android

Android client for Dalal Street 2021
6 stars 6 forks source link

Replacing Anko completely from the codebase #167

Open ranaaditya opened 3 years ago

ranaaditya commented 3 years ago

Anko was an kotlin library that made android related kotlin work much easier in initial days but kotlin team has decided to deprecated it !

We are using Anko at some places like - readymade toasts, easier async tasks, etc.

Last year we have migrated most of the stuff to kotlin coroutines but still we have anko at few places.

For help you can follow Migration docs

avikumar15 commented 3 years ago

Needs more memory leak analysis and testing before we can proceed to merge it into master.

ranaaditya commented 3 years ago

@avikumar15 you can use leak canary for this purpose !