Saurabh Jadhav's Blog

Saurabh Jadhav's Blog

Follow
homeAndroid DevelopmentFlutterPythonTipsnewsletter
Tag

kotlin beginner

#kotlin-beginner

More content

Read more stories on Hashnode


Articles with this tag

Create swipe views with tabs and viewpager in Android using Kotlin

Sep 12, 20213 min read 384 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 read 55 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