Build a Note Taking Application using Kotlin
In this article, we’ll be exploring different use cases for the Android Architecture Components (AAC) in building a simple Word Application. This application will be able to take data input from the...
View ArticleCreate A Password Strength Calculator using Kotlin
This article will guide you on everything you need to know to create your own custom password strength calculator using android studio with kotlin, and at the end of this article you will be provided...
View ArticleBuild a Signature Capture Application Using Canvas & Kotlin
In this article, we’re going to be exploring how to create an application that lets us capture a person’s signature, by drawing on the screen of the device. This would be achieved by creating a Custom...
View ArticleSetting up Google Authentication in a Kotlin Android App
Have you ever needed to sign in to an Application or website that you weren’t signed up on? and felt frustrated at having to type your details over again, I’m sure that anyone who uses the internet...
View ArticleRecognizing Text in Image using Firebase Ml kit in a Kotlin app
In the course of your journey as a mobile developer, there are times you might have reasons to create an application with the capacity to recognize texts in images, or as it is popularly called...
View Article