The Jetpack Compose ecosystem has grown exponentially in recent years, and it’s now widely adopted for building production-level UIs in… 6d ago In ProAndroidDev by Nav Singh PDFViewerFragment — AndroidX In this article, we will explore the new library introduced under AndroidX ☂️...
Improving the Modal Bottom Sheet API in Jetpack Compose Have you ever wondered “I like modal bottom sheets, but hot damn, that is an annoying API”? Well read this and fear that thought no more! Mar 31 In Degoo by Waseef Akhtar Demystifying Android’s FragmentTransaction You’re probably ...
Unlike other cross platform solutions, we don’t lose performance and we are able to use all the native libraries made for Android and iOS Using the actual/expect protocol we can write platform specific code if needed, for example we will use this feature to be able to inherit ou...