Android Save Bitmap to Gallery – Download and Save Image from URL

android save bitmap to gallery app copy

Things are changing very fast in tech world. And if you want to be an Android Developer, then be ready to keep upgrading yourself. Actually this learning curve is the best thing that I like about this industry (My personal opinion). So, here is a new about about “Android Save Bitmap to Gallery”. Saving file …

Read moreAndroid Save Bitmap to Gallery – Download and Save Image from URL

Android Jetpack Paging 3.0 Tutorial – Paged RecyclerView using Retrofit

android jetpack paging3 tutorial

Android team is continuously releasing new things to help us building Great Android Applications. Another addition to the list is Android Jetpack Paging 3.0 Library. Announcement: Now you can join Simplified Coding Space at Quora. You can ask any query here related to my tutorial or android development.  What is Paging? If you are already …

Read moreAndroid Jetpack Paging 3.0 Tutorial – Paged RecyclerView using Retrofit

Jetpack DataStore Tutorial – Good Bye SharedPreferences

Jetpack DataStore Tutorial

Jetpack is continuously trying to make our lives (Android Dev’s Lives) easier. It is coming up with new improved libraries that are helping us to write better android applications. What? Are you kidding me? 🤨 Ok let’s think in the other way that “Glass is half empty”. Jetpack is continuously making our lives HELL, by …

Read moreJetpack DataStore Tutorial – Good Bye SharedPreferences

Laravel REST API Authentication using Passport

Laravel REST API Authentication

Do you want to know about a proper token based authentication mechanism for your RESTful APIs? If yes, then you are at the right place. In this post we will learn about Laravel REST API Authentication using Passport. We have built RESTful APIs, many time earlier, but we never discussed about proper AUTHENTICATION. And that …

Read moreLaravel REST API Authentication using Passport