Hey everyone,
Releasing a new library that took me about approx. 1 hour to make.
With this library you are able to create/specify your own (live) wallpaper from your app.
So you can:
- remove the current wallpaper
- get information about the current wallpaper
- get the desired height and width.
- Setting the x- and y offset.
- specify a new wallpaper from a bitmap or a stream
- and a little bit more functions.
and so you can create your own dynamical wallpaper.
Cheers,
XverhelstX
Releasing a new library that took me about approx. 1 hour to make.
With this library you are able to create/specify your own (live) wallpaper from your app.
So you can:
- remove the current wallpaper
- get information about the current wallpaper
- get the desired height and width.
- Setting the x- and y offset.
- specify a new wallpaper from a bitmap or a stream
- and a little bit more functions.
and so you can create your own dynamical wallpaper.
B4X:
Dim lw As LiveWallpaper
Dim btmp As Bitmap
lw.Initialize
btmp.Initialize(File.DirAssets,"rs2.png")
lw.clearWallpaper
Msgbox(lw.WallpaperInfo,"Information")
Msgbox(lw.DesiredMinimumHeight,lw.DesiredMinimumWidth)
lw.WallpaperBitmap(btmp)
Cheers,
XverhelstX
Last edited: