Saurabh Jadhav's Blog

Saurabh Jadhav's Blog

Follow
homeAndroid DevelopmentFlutterPythonTipsnewsletter
Tag

android apps

#android-apps

More content

Read more stories on Hashnode


Articles with this tag

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

How to use Recylerview using Data Binding

Aug 27, 20214 min read 85 views

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...

How to use Recylerview using Data Binding