
MindOrks
278 FOLLOWERS
Mindorks's aim is to make anyone learn and develop better Android Apps. Our blog covers articles on Android App Development & Kotlin, open source projects, events & useful discussions. Learn from these articles and become a better Android Developer.
MindOrks
2y ago
In this blog, we will learn how to style the text in an Android app with the help of Spans. There are many operations such as increase the font of some part of the text, underline some part of the text, make a bullet list, etc that can be done with the help of Spans ..read more
MindOrks
2y ago
In this blog, we are going to learn how to migrate from Groovy-based Gradle to Kotlin DSL Gradle in Android. We will learn what are the basic steps that can be followed for easy migration to Gradle Kotlin DSL ..read more
MindOrks
2y ago
In this blog, we are going to learn about ExifInterface and it's usage. We will also learn how to handle image rotation using exifInterface ..read more
MindOrks
2y ago
In this blog, we will learn how to build pagination using the paging library in Jetpack Compose. We will learn how to load data from API and show it in the paginated list ..read more
MindOrks
2y ago
In this blog, we are going to learn how to create different build variants in any Android Project. By creating a build variant, you can create different versions of your app using the same project ..read more
MindOrks
2y ago
In this blog, we will learn how to change the locale of our Android application. Locale helps us to have different language support in the same App. Let's learn about it ..read more
MindOrks
2y ago
In this blog, we will learn how to efficiently use the Kotlin Collection Functions to make the journey of Android App Development smoother and faster ..read more