How to use Recylerview & Picasso to use api and fetch into list
Android use of api and parsing into list

Search for a command to run...

Series
In this series, I will update on android deveopment and kotlin, java code with all latest updates.
Android use of api and parsing into list

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 haven;t read you can read it here: RecyclerView and API parsing So in this post we will cover conce...

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 println() is used for next line. print("Hello") //next print will continue prining withought next line ...

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 code: Add TabLayout and ViewPager to your Main/Host Layout It can be a activity or fragment, I have u...

We will build simple app using jsonplaceholderAPI for this project and use Retrofit library with MVVM in JetPack Compose. 💡 If you are looking for Jetpack Compose ROOMDB Setup with Flow, DI and MVVM : Article : Compose MVVM RoomDB with Flow and DI ...

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.
