MSMihir Shahinmihirshah.hashnode.dev·Sep 3, 2021 · 4 min readRecycler view + Glide (Load a lot of images really fast)What are some issues in normally loading URL What a recycler view basically does is that it uses the view that you just scrolled up and updates its parameters and uses it to display your next item in the list. Now, this is extremely efficient and rea...00
MSMihir Shahinmihirshah.hashnode.dev·Aug 16, 2021 · 3 min readText Recognition App with Google ML Kit - AndroidIn this blog I will show how to make a simple yet effective text recognition app using Google's ML toolkit in android. To get started you need an empty project You can use Kotlin/Java but I will be using Kotlin for demo. You can find a demo app ...00
MSMihir Shahinmihirshah.hashnode.dev·Jul 28, 2021 · 2 min readDrawing App in androidHey there lovely people, I am going to demonstrate how to make a simple yet effective drawing app in this blog. We will be using the library DrawingCanvas which is made by yours truly. This library is completely made in Kotlin, however you can use...00