Author: Jayant dhingra
-

How To Grow Mangrove Trees in Minecraft
Are you looking to learn how to grow mangrove trees in Minecraft? You have landed at the right place. This blog is the best tutorial…
-

12 Best Racing Games for Android in 2025
Do you love playing racing games? The excitement of speed, overtaking opponents and winning the race. Whether you like arcade-style or realistic simulations there’s…
-

Social Media Buttons in Flutter Web
Social media buttons on websites are not a new thing. We all are familiar with them somehow. We can find it on every website…
-

How To Use Retrofit Tutorial in Kotlin
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…
-

Navigation Drawer in Kotlin Android
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…
-

Image Slider in Flutter with Example
Ever wondered what we call those image sliders on the Apps and websites like Amazon, Flipkart, etc. Those elegant looking image Sliders are known…
-

Animated Navigation-Bar in Flutter
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…
-

Getting Current Location in Android using Kotlin
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…
-

Use of “Services.dart” Package in the Flutter
We often come at a point where we need some flexibility, in our app UI. so in this blog, I want to share two…
-

Room Database in Kotlin
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…
-

SlideUp Motion Layout in Android Studio
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…