InWrite A CatalystbyAlparslan Selcuk Develioglu (En)Quasar vs Android XML: Which UI Technology is More Efficient?An Android Developer’s Experiences and Comparisons in Migrating to QuasarJun 22
VishalpvijayanDifference between dp, sp, px, and dip in AndroidIn Android, dp (density-independent pixels), sp (scale-independent pixels), px (pixels), and dip (density-independent pixels) are units of…Jan 30
Vlad IachmenevWhy I Choose Jetpack Compose for Production over XML Views.This is how I often see my screens written in Jetpack Compose! Photo by Meriç Dağlı on Unsplash.Aug 31, 2023Aug 31, 2023
Sasank SunkavalliAndroid ConstraintLayout — layout_constraintDimensionRatioA ConstraintLayout is a ViewGroup which allows you to Position and size Views in a flexible way. It is basically RelativeLayout on…Oct 18, 20183Oct 18, 20183
Android-WorldWhy you should use Jetpack Compose instead of XMLJetpack Compose is a modern toolkit for building native Android UIs using Kotlin. It allows you to write UI code in a more declarative and…Mar 28, 2023Mar 28, 2023
InWrite A CatalystbyAlparslan Selcuk Develioglu (En)Quasar vs Android XML: Which UI Technology is More Efficient?An Android Developer’s Experiences and Comparisons in Migrating to QuasarJun 22
VishalpvijayanDifference between dp, sp, px, and dip in AndroidIn Android, dp (density-independent pixels), sp (scale-independent pixels), px (pixels), and dip (density-independent pixels) are units of…Jan 30
Vlad IachmenevWhy I Choose Jetpack Compose for Production over XML Views.This is how I often see my screens written in Jetpack Compose! Photo by Meriç Dağlı on Unsplash.Aug 31, 2023
Sasank SunkavalliAndroid ConstraintLayout — layout_constraintDimensionRatioA ConstraintLayout is a ViewGroup which allows you to Position and size Views in a flexible way. It is basically RelativeLayout on…Oct 18, 20183
Android-WorldWhy you should use Jetpack Compose instead of XMLJetpack Compose is a modern toolkit for building native Android UIs using Kotlin. It allows you to write UI code in a more declarative and…Mar 28, 2023
InAndroidPubbyOrkhan GasimliAndroid Tools Attributes — Hidden Gems of Android StudioProbably most of you have already seen and even used the weird XML attributes with tools: prefix while designing the app layouts in Android…Mar 18, 201819
InAndroidPubbyamod kantheAndroid ConstraintLayout explained using a complex layoutConstraintLayout is introduced to build very complex and responsive UI for your app. Previously for building any complex UI I was using…Jan 17, 20191