Learning Android Development
How To Remove Android Old Database Migration Code
Cleaning and Moving Away From Legacy Code
Published in
7 min readMar 19
--
If your app had survived through years on PlayStore, with many releases, before the advent of Kotlin in Android Development, it will probably have some SQLite (before Room existed) Database in your source code, which you hate yet have to…