Hacker News new | ask | show | jobs
by maxhille 899 days ago
AppCompat/JetPack don't do anything magical - they are just regular open source libraries.

If your app wants to use features which behave differently depending on the OS version, you have to if/else over the OS version. Also, note that the platform's Fragment implementation is deprecated and you might miss ViewModel.