2021
-
Build iOS apps using Kotlin Multiplatform
August 29, 2021In this topic, we will use SwiftUI and Kotlin to create a simple iOS application to demonstrate the power of KMM. It is a location-based weather app that can display the current weather conditions in the city.
Justin Nguyen · 12 min read ·kotlinswift+6 -
Query nearest latitude and longitude from SQLite
April 1, 2021Searching for nearby locations is one of the most popular features we see in every app. In this topic, we will see how to implement a SQL query with a large dataset of location records. We will see how to calculate the distance and find the closest bus stop to our location.
Justin Nguyen · 7 min read ·androidsql+3
2017