Tag: kotlin

Incorporating Machine Learning Android App

Incorporating machine learning into your Android app

Dev

Learn how to apply machine learning in Android Studio to scan and extract text, as well as detect and locate objects in images.

Victor Brandalise
Jan 23, 2023 ⋅ 7 min read
A guide to R8 and code shrinking in Android

A guide to R8 and code shrinking in Android

Dev

Learn how to reduce the size of your mobile app via code and resource shrinking using R8 and Proguard rules in Android.

Anvith Bhat
Jan 18, 2023 ⋅ 6 min read
Getting Started With Android's Intent Filters

Getting started with Android’s intent filters

Dev

Explore Android’s intent filters, some common examples of them, and advanced ways of using them.

Ivan Garza
Jan 9, 2023 ⋅ 9 min read
Understanding Recomposition In Jetpack Compose

Understanding recomposition in Jetpack Compose

Dev

Learn about Jetpack Compose and its recomposition technique, which updates the UI when the user input changes.

Boemo Mmopelwa
Dec 29, 2022 ⋅ 4 min read
Kotlin Logo

Test advanced coroutines with Kotlin Playground

Dev

Let’s explore how to use Android’s Kotlin Playground to test advanced coroutines and discuss some strategies to improve testing.

Victor Brandalise
Dec 20, 2022 ⋅ 7 min read
Kotlin Data Mapping: Comparing Map(), FlatMap(), And Flatten()

Kotlin data mapping: Comparing map(), flatMap(), and flatten()

Dev

Explore the Kotlin’s extension functions, map(), flatMap(), and flatten() and how they address the need for efficient collection manipulation.

Ivan Garza
Dec 13, 2022 ⋅ 4 min read
Kotlin Sorting Algorithms Android

Kotlin sorting algorithms for Android development

Dev

The bubble sort algorithm is simple to write, easy to understand, and requires only a few lines of code.

Peter Aideloje
Dec 12, 2022 ⋅ 4 min read
How To Build A Geocaching App With Android’s Fused Location

How to build a geocaching app with Android’s Fused Location

Dev

Build a geocaching app using Android’s fused location library, which continuously updates the location of a user on a map.

Muyiwa Femi-Ige
Dec 9, 2022 ⋅ 7 min read
Kotlin Logo

Kotlin SharedPreferences data storage guide

Dev

This comprehensive Android data storage guide investigates and offers solutions for using Kotlin’s SharedPreferences API.

Paulo Pereira
Nov 18, 2022 ⋅ 5 min read
Kotlin Logo

ArrayList vs. LinkedList for Kotlin data structure

Dev

Let’s explore the main differences between ArrayList and LinkedList in Kotlin to figure out which data collection structure is best.

Antonello Zanini
Nov 16, 2022 ⋅ 6 min read
Understanding Kotlin Data Serialization

Understanding Kotlin data serialization

Dev

Understand data serialization in Kotlin, which allows you to convert your data into other compatible formats and share it with others.

Boemo Mmopelwa
Nov 15, 2022 ⋅ 4 min read
Kotlin Dependency Injection: Koin Vs. Hilt

Kotlin dependency injection: Koin vs. Hilt

Dev

Learn about the two most popular dependency injection libraries for Modern Android Development: Dagger’s Hilt and Kotlin’s Koin.

Ivan Garza
Nov 11, 2022 ⋅ 7 min read