Search code examples
javaandroidtextviewimageviewdrawable

How to set image as wallpaper from URL by clicking a button?


i am currently a beginner android developer, i am creating a wallpaper app. I do not want to use the png drawable images because it will eat too much space and also will badly influence user experience so, i want to get png wallpaper images from a url when someone clicks on a button. I have searched on google for this but there are very huge codes. Can anyone can tell me the easy way?. I also want to show the wallpaper test images with URL in the app


Solution

  • You can try Glide library for Android.