Wednesday 7 July 2021

Change specific icon of bottom navigation view with image url.

  No comments

 In this blog, We will talk about the bottom navigation which we normally used in the android apps, and will get to know how you can update an icon of navigation with an Image URL. It sounds to be confusing. I will load an image from the URL and set it to the bottom navigation view Item. 

I'm using the GLIDE library for loading an image and yes we can use the PICASSO library too. But I would prefer to glide over it. 

Add these libraries in the build.grade(module)



No comments :

Post a Comment

Loading...