Languages

Menu
Sites
Language
Is there Live wallpaper API ?

Hi, 

I want to find wallpaper API supported by Tizen.

How to change the wallpaper of Tizen and

how to make the wallpaper work like a android Live wallpaper Apps.

Is there any API or method about wallpaper?

Thanks.

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
Srinivasa Rao S
No web APIs are available to change or create live wallpaper. To change wallpaper go to settings and choose "wallpaper".
Chikwon Kim
If no web APIs are available, how about the Native APIs to change or create live wallpaper? I could not understand all of the Tizen source about setting and choosing wallpaper in the "Setting" App, I think it might be changed by Native APIs. Any comment is welcomed.
Carlos Gomez
Chikwon Kim - I looked at the settings (apps/home/settings.git) app. The setting-display is using EFL, the native Tizen API for GUI development. The elm_method() calls are Elementary and the evas_method() calls are Evas. Go here for more info : http://enlightenment.org Hope this helps, Carlos