Kotlin is an open source, general purpose, and pragmatic computer programming language that combines both object-oriented and functional programming features within it.
Getting user’s current location is the most important task in apps those provides services like food ordering, transportation, health tracking, social networking or lot more. This location information mainly based on getting user’s latitude & longitude. Using latitude & longitude...
Read MoreSuppose you want to create an application like Android Note App or ToDo Task app that need to save data into your device, so that later you can access them without internet connection. You may insert new data, search data, update or delete them. In short, an offline database functionality is...
Read MoreIn this kotlin tutorial you'll learn how to build and run your first Android app in Kotlin. Kotlin is a statically typed programming language that runs on the JVM and is completely interoperable with Java. Kotlin is an officially supported language for developing Android apps, along with...
Read More