Yogesh Choudhary Paliyal
Yogesh Paliyal's Blog

Yogesh Paliyal's Blog

Follow
homebadgesnewsletter
Tag

android app development

#android-app-development

More content

Read more stories on Hashnode


Articles with this tag

Guide to Android Data Binding

Sep 2, 20213 min read 359 views

What is Data Binding? It is a technique to connect Data with your views. How it works? It generates a java file that connects your views with the...

Guide to Android Data Binding

Universal Recycler Adapter for 90% of your needs

Aug 16, 20215 min read 356 views

Android Universal Recycler Adapter Tired of creating 100s of Adapters and View Models. This Library will make it easy, No need to create an Adapter,...

Universal Recycler Adapter for 90% of your needs

Android Fast Networking with Kotlin Coroutines

Jun 28, 20211 min read 520 views

Android Fast Networking is a great library for networking I am using since 2016, It has many features that are not available in similar networking...

Android Fast Networking with Kotlin Coroutines

ExoPlayer : Getting Started

Apr 26, 20211 min read 120 views

Exoplayer is a Powerfull MediaPlayer Library that is developed by Google and better than the MediaPlayer API. It has many advantages over...

ExoPlayer : Getting Started