Saurabh Jadhav's Blog

Saurabh Jadhav's Blog

Follow
Follow
homeAndroid DevelopmentFlutterPythonTipsnewsletter
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Ultimate Guide to Jetpack Compose Navigation

Nov 16, 20239 min read54 views

Master NavController, NavHost, and More · Introduction: In the ever-evolving world of Android development, Jetpack Compose has emerged as a game-changer....

Ultimate Guide to Jetpack Compose Navigation

Changing Image Aspect Ratio in Android using Kotlin + Couroutines

May 17, 20239 min read218 views

The aspect ratio of an image is a proportional relationship between its width and height, We will change aspect ratio of any image in android. · The...

Changing Image Aspect Ratio in Android using Kotlin + Couroutines

Retrofit with MVVM in Jetpack Compose

Feb 3, 20236 min read3.0K views

We will build simple app using jsonplaceholderAPI for this project and use Retrofit library with MVVM in JetPack Compose. So here are the...

Retrofit with MVVM in Jetpack Compose

Create swipe views with tabs and viewpager in Android using Kotlin

Sep 12, 20213 min read440 views

Hi guys, We will learn about how to add TabLayout with ViewPager in an app. TabLayout provides a horizontal layout to display tabs. Lets starts with...

Create swipe views with tabs and viewpager in Android using Kotlin

Basics of Kotlin for Android Development

Aug 27, 20214 min read62 views

Hey So we will start with Iconic Hello world ! Hello World fun main(){ println("Hello world") } Out: Hello world So is as simple as that, Now...

Basics of Kotlin for Android Development