Hi, Here is the list of good content for you. Creating Different Build Variants in Android Jetpack Compose Tutorial — Step by Step Guide Jetpack Compose: Navigation Pagination in Jetpack Compose Understanding ExifInterface Thanks Team MindOrks Creating Different Build Variants in Android was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding to this […]
This article is also available as a talk, check out the slides and recordings here. Introduction While the focus of this article is libraries, everything here applies to any project that has multiple modules. Each of those modules presents a public API to the outside world, exactly the same way a library does. When designing […]
Hi, We just open-sourced a project to learn Jetpack Compose for Android by Examples. Jetpack Compose is Android’s modern toolkit for building native UI. Project Link: Jetpack-Compose-Android-Examples You will be learning: How to build UI using Jetpack Compose in Android? How to display a Text and apply various styles to a Text? How to display […]
Hi, Here is the list of good content for you. Migrate to Gradle Kotlin DSL Android Architecture Components Retrofit with Kotlin Coroutines in Android – Tutorial Jetpack DataStore Preferences – Tutorial In-App Review in Android Thanks Team MindOrks Migrate to Gradle Kotlin DSL was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding […]
One of the most significant items of the Effective Java book is Item 18: Favor composition over inheritance. To oversimplify its contents: Inheritance is a popular way to reuse code, by extending a class that has the functionality you need. However, it’s also very error prone. It violates encapsulation, because the subclass depends on the […]
Hi, Here is the list of good content for you. Spannable String: Text Styling with Spans How does the Kotlin Multiplatform work? Custom Snackbar in Android Thanks Team MindOrks Android Text Styling with Spans was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding to this story. Source link
Hi, Here is the list of good content for you. Google Android Developer Interview Interview Question: Smallest Multiple With 0 and 1 Sort List — Merge Sort Thanks Team MindOrks Google Android Developer Interview was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding to this story. Source link
SharedPreferences is a handy tool for saving small amounts of data in key-value pairs. However, accessing its API directly isn’t as practical as it could be. Krate is a wrapper library built on delegated properties, and it makes storing values in SharedPreferences simple and convenient. You can read about the API design of the library […]
Hi, Here is the list of good content for you. RecyclerView Optimization — Scrolling Performance Improvement Performance Tips — Smooth Running Android App Thanks Team MindOrks RecyclerView Optimization was originally published in MindOrks on Medium, where people are continuing the conversation by highlighting and responding to this story. Source link
Hi, Here is the list of good content for you. Learn Kotlin — Kotlin Tutorial For Beginners How to reduce APK size in Android? Desugaring in Android Paging 3 Android Tutorial Leverage the In-App Review API for your Google Play reviews Thanks Team MindOrks Complete Kotlin Tutorial For Android Developers was originally published in MindOrks on Medium, where people are continuing the […]