#kotlin-beginner
Read more stories on Hashnode
Articles with this tag
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...
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...