PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Change wallpaper in Android
Change wallpaper in Android
Iniciado por Carlos Lages, 05,oct. 2016 22:59 - 1 respuesta
Publicado el 05,octubre 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
Publicado el 06,octubre 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