What is the best way to create a wallpaper app for android?

2.6k Views Asked by At

I am sure you are fine and happy. I want to create a wallpaper app for android. I am a newbie to be honest.

  • There used to be picasaweb and its api for storing albums and fetching images on an android application. This api is discontinued now. I searched for online tutorials. Almost all of the tutorials used this old api. Some of the tutorials were there, which were only using drawable folder images to set the wallpaper, which i do not want. I want to create an application where users can download wallpapers from my online storage. I found that there is now a google photos api. There is a good documentation of it. But i don't honestly know how to implement it in my app. I am a bit puzzled now.

My main question is, how should i proceed to create my app. It may sound a bit spoon feeding, but what is the best way to create this type of app. I know i will need to store images on a storage and will need to create an api to download and fetch image data on the storage. (Is there any good api available already, like volley?) Also, somewhere i found that i can use firebase storage, but i have read in both firebase and google photos api, there is a limit in the amount of access request users can make in a day. There is a partner program also. which increase these storage and request cap.

Also if the question is in a bad format, please forgive me this time, I'll be more specific next time. I'll be very thankful for any hints and help. Thank you very much.

2

There are 2 best solutions below

1
deaddroid On

For starting the android project, you can start by learning the Java programming language. Then you can following learning the basic android development. After basic, you can follow the Youtube tutorials to develop the wallpaper application. As for storage, you can follow this tutorial to store your wallpaper in Firebase which can be enough for the simple application.

0
Jason Lee On

The easiest way to do so without coding is to go appsgeyser.com and use one of their templates. You can create an wallpaper app for android there and use as many pics as you want.