Articles in this series
Android use of api and parsing into list ยท Hi, Lets start with dependencies. Dependency: Dependency/Gradle: //recyclerview implementation...
How to use Recylerview using Data Binding Hey Guys In previous post we have covered How to use recyclerview and use api for fetching into list, If you...
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...
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...