Chang Min ParkAndroid Support LibraryThe Android Support Library offers a number of features that are not built into the framework.Oct 1, 2022
Ahmed AllyWhy Is Jetifier Needed?In Android, android.enableJetifier=true is a flag in the gradle.properties file that controls how legacy libraries (those that use the old…Oct 28
Yagoub GrineFixing some Android Jetpack backwards-compatibility IssuesAndroid Jetpack is a suite of libraries, tools, and guidance to help developers follow best practices, reduce boilerplate code, and write…Oct 23, 2021Oct 23, 2021
Chahat JainRendering a PDF Document in Android Activity/Fragment (Using PdfRenderer)When we want to render a PDF Document we always have a easy way. We use intent(android support library) in Android & open a PDF Viewer of…Jun 26, 201810Jun 26, 201810
Ace InfowayAndroid Library: List of 15 Best Google Play Support LibrariesThe mobile application industry is flourishing and with a whopping 1.85 million iOS applications and 2.56 million android applications, it…Jul 2, 2020Jul 2, 2020
Chang Min ParkAndroid Support LibraryThe Android Support Library offers a number of features that are not built into the framework.Oct 1, 2022
Ahmed AllyWhy Is Jetifier Needed?In Android, android.enableJetifier=true is a flag in the gradle.properties file that controls how legacy libraries (those that use the old…Oct 28
Yagoub GrineFixing some Android Jetpack backwards-compatibility IssuesAndroid Jetpack is a suite of libraries, tools, and guidance to help developers follow best practices, reduce boilerplate code, and write…Oct 23, 2021
Chahat JainRendering a PDF Document in Android Activity/Fragment (Using PdfRenderer)When we want to render a PDF Document we always have a easy way. We use intent(android support library) in Android & open a PDF Viewer of…Jun 26, 201810
Ace InfowayAndroid Library: List of 15 Best Google Play Support LibrariesThe mobile application industry is flourishing and with a whopping 1.85 million iOS applications and 2.56 million android applications, it…Jul 2, 2020
David MiguelMigrating custom fonts from Calligraphy to Android fontsWhen we started building Peaks app three years ago the Android framework didn’t provide any straightforward way to work with custom fonts…Jan 21, 20206
InPROGRAMMING LITEbySHISHIRAndroidX migration: what ,why, how?Getting tired to solve versioning problem of your support library? No more tension! Now AndroidX is ready to solve ur problem.Jan 13, 20201
Damilola OmoyiwolaImplementing Modal Bottom Sheet in FragmentIt is an undisputed fact that a Sheet in android is modernly used in place of a Dialog. Its simplicity and amazing design gives it a head…Mar 3, 2019