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...
We will build simple app using jsonplaceholderAPI for this project and use Retrofit library with MVVM in JetPack Compose. 💡 If you are looking for...
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...