In this tutorial, I am explaining how to pick images from a gallery in jetpack compose and display the picked images in a Lazy grid view.
Dependency injection (DI) is a technique widely used in programming and well suited to Android development, where dependencies are provided to a class instead of creating…
A higher-order function is a function that takes functions as parameters or returns a function. Instead of Integer, String, or Array as a parameter to a…
Google Places API allows you to query for place information on a variety of categories, such as cities, shops, and more.
Glide Android is an open-source media management and image-loading framework for Android.
being an android developer, we don’t get a chance to work on Continuous integration most of the time. So, I created this tutorial to learn the…
Using FlexboxLayout with RecyclerView in Android can be a powerful way to create flexible and dynamic user interfaces.
FlexboxLayout is an Android library made by Google that enables developers to easily build flexible, responsive, and efficient user interfaces (UIs).
Are you want to set up a user Sign-in with google in your android application, In this tutorial I have explained about login with firebase Sign-In…