PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Change wallpaper in Android
Change wallpaper in Android
Débuté par Carlos Lages, 05 oct. 2016 22:59 - 1 réponse
Posté le 05 octobre 2016 - 22:59
Hi folks
i would like to know if is there a way using windevMobile to do this:
1 - Load a Image from Server or from Database
2 - Save this image in a android Phone
3 - use this image as a new wallpaper

or put this image available to be used by the user, so he change by himself

att
carlos Lages
Posté le 06 octobre 2016 - 13:51
Hi Carlos,

> i would like to know if is there a way using windevMobile to do this:


1 - Load a Image from Server or from Database


Yes (httprequest, ftp, webservice, direct access to the DB, etc)


2 - Save this image in a
> android Phone

Yes, fSaveImagexxxx

3 - use this image as a new wallpaper

Nothing DIRECT in wlanguage, but probably possible using a java
procedure (permissions problems, maybe)

or put this image available to be used by the user, so he change by
himself


YES, on the SDCARD

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com

att
carlos Lages