Creating a wallpaper app as my first project tips?

ivarga

Junior Member
Joined
Mar 13, 2014
Messages
166
Reaction score
63
Hello! so im new to android development and Im going to create a wallpaper app as my first project because that, thats what I feel will on my feet to begin with, I've made a few wallpaper apps for the PC working with C# and the .NET Framework but im not sure the same concepts work for Android Developent so my question is.

When creating a wallpaper app: do I need / what API would I want
for creating a wallpaper app?

Also if you have any links on starting a wallpaper app it would be great because at the moment im just trying random thing and hoping it works.
 
Hello! so im new to android development and Im going to create a wallpaper app as my first project because that, thats what I feel will on my feet to begin with, I've made a few wallpaper apps for the PC working with C# and the .NET Framework but im not sure the same concepts work for Android Developent so my question is.

When creating a wallpaper app: do I need / what API would I want
for creating a wallpaper app?

Also if you have any links on starting a wallpaper app it would be great because at the moment im just trying random thing and hoping it works.

Hello ivarga,

The best place to start is >>> android.googlesource (dot) com/?format=HTML
Replace (dot) with "." , I can't post links.

Look under >>> platform/pakages/wallpapers.

These are source codes for Android apps that come pre-installed in Android.
 
Back
Top