HomeCoding Tutorials

Coding Tutorials

SQLite is an open-source and relational database management system. Compared to SQL servers and Oracle, it is very light in weight. It is serverless,...
Handling runtime permissions in Android can be a cumbersome task, especially with the introduction of runtime permission requests in Android Marshmallow (API level 23)....
Social media buttons on websites are not a new thing. We all are familiar with them somehow. We can find it on every website...
What is Retrofit? Retrofit is a REST Client for Android and Java/Kotlin by Square. It makes it relatively easy to retrieve and upload JSON (or...
So What is Kotlin ? Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java,...
Ever wondered what we call those image sliders on the Apps and websites like Amazon, Flipkart, etc. Those elegant looking image Sliders are known as...
The Burger Menu is kind of outdated now. we all can observe that It’s all about Navigation-bars. Time to see how flutter let us...
In the digital age, security and convenience often go hand-in-hand, particularly in the realm of online transactions. One of the most significant advancements in...
A widget is a small application that is displayed only on the Home Screens or Lock Screens, it provides a quick way to access...
So in this tutorial, we'll be learning about getting the user's current location in Android using kotlin (latitude & longitude). We will be using Fused...
We often come at a point where we need some flexibility, in our app UI. so in this blog, I want to share two...
What is Room? Room is part of the Android Architecture Components presented in the Google I/O 2016. It is not an ORM, it is a...
MotionLayout is the new layout in Android, for creating amazing interactive animations in android. It’s a part of ConstraintLayout 2.0 library. To have MotionLayout up and running...
Google Admob ad is an easy way to generate revenue for your mobile application. Admob shows ad to app users to generate a sustainable...
This tutorial will take you through a step-by-step process on how to create a simple currency converter app in Android studio. We shall put...