[App] [Open Source] Clock Live Wallpaper

Search This thread

sylsau

Recognized Developer
Nov 8, 2011
976
672
Hello,

I created a simple clock live wallpaper application to demonstrate how to create live wallpaper on Android. Application is freely available here on Google Play Store : https://play.google.com/store/apps/details?id=com.ssaurel.clocklw

The tutorial is a video available on Youtube :



Tutorial starts from project creation and goes to test the result application. During creation, I left some bugs to show after first launch on emulator how to fix them :).


Source code is under MIT License and available here on Github : https://github.com/ssaurel/android-clock-livewallpaper


Don't hesitate to give me your feedbacks. I plan to make other video tutorials. So, if you have ideas, you can tell me :).

Sylvain
 

Ace_McIntosh

New member
Sep 14, 2014
4
0
Prague
Hi,

I would say that it's a nice tutorial for beginners like me :) Although the video could use some commentary as an explanation of the steps. Otherwise pretty good effort, much appreciated.
 

sylsau

Recognized Developer
Nov 8, 2011
976
672
Hi,

I would say that it's a nice tutorial for beginners like me :) Although the video could use some commentary as an explanation of the steps. Otherwise pretty good effort, much appreciated.

Hello,

Thanks for your comment.

I think you are right. Some commentaries would be great. For next tutorials, I plan to make that :).

If you have ideas for others tutorials don't hesitate to tell me.

Sylvain
 

kirito9

Inactive Recognized Contributor
Oct 30, 2013
3,127
1,366
Hello,

Thanks for your comment.

I think you are right. Some commentaries would be great. For next tutorials, I plan to make that :).

If you have ideas for others tutorials don't hesitate to tell me.

Sylvain

How about a tutorial for a Launcher next? :p
 
T

tinyb0b

Guest
This was really nice :) could you make a tutorial for making a live wallpaper than fades every few seconds into another picture?
 

Sermolux

New member
Apr 26, 2014
1
0
Lock screen widget

Very nice! Thank you for this.

I've been interested in creating a lock screen widget, and would appreciate a tutorial on that.
 

sylsau

Recognized Developer
Nov 8, 2011
976
672
Video how to make a Clock Widget

Very nice! Thank you for this.

I've been interested in creating a lock screen widget, and would appreciate a tutorial on that.


Hello,

Thanks for your message.

I had already recorder a tutorial to make a Clock Widget that is here :



So, I'm going to make an update soon to show how to enable that widget for lock screen ;).

Sylvain
 
Nov 25, 2013
5
0
Copy/Paste Assets

As a total noob I have a question,

This is my very first Android app and everything was smooth sailing up until about 1:20 when you copy pasted a few assets into your project. I don't have any idea where I can get these files or how to create my own if I need to. Do you (or anyone) have any advice on where to get the image .png file, the strings.xml and other stuff you copy pasted in? Otherwise great video keep up the good work!
 

kirito9

Inactive Recognized Contributor
Oct 30, 2013
3,127
1,366
As a total noob I have a question,

This is my very first Android app and everything was smooth sailing up until about 1:20 when you copy pasted a few assets into your project. I don't have any idea where I can get these files or how to create my own if I need to. Do you (or anyone) have any advice on where to get the image .png file, the strings.xml and other stuff you copy pasted in? Otherwise great video keep up the good work!

you can get these things by going to the source code page on github and then click on download zip :laugh:
 

sylsau

Recognized Developer
Nov 8, 2011
976
672
As a total noob I have a question,

This is my very first Android app and everything was smooth sailing up until about 1:20 when you copy pasted a few assets into your project. I don't have any idea where I can get these files or how to create my own if I need to. Do you (or anyone) have any advice on where to get the image .png file, the strings.xml and other stuff you copy pasted in? Otherwise great video keep up the good work!

Like said by kirito9, you can get source on github so you can get these assets files.
 

ipois0n1

Senior Member
Nov 24, 2013
146
18
hi, would it be ok if i use your code as foundation for something i might do? if i publish it, whether on the store or here, i will credit you of course :good:
 

Top Liked Posts