B4A Question How to Set Wallpapers for Home Screen, Lock Screen, or Both Separately? - Erel (first post)    Dec 25, 2024   (1 reaction) You can use this code to select the target(s):
Private Sub SetWallpaper(bmp As B4XBitmap, LockScreen As Boolean, HomeScreen As Boolean)
Dim wallpaper As JavaObject
Dim context As JavaObject
context.InitializeContext
wallpaper = wallpaper.InitializeStatic("android.app.WallpaperManager").RunMethod("getInstance", Array(context))
Dim flags As Int = 0
If... B4A Question Setting wallpaper for lock screen and home screen and both - morti11    Mar 17, 2023   (1 reaction) Hello Good time I want to set wallpaper for lock screen or home screen or both I searched a lot, but I found only one code that changes both Screenshot of sample software... B4A Question Set wallpaper as activity background - apty (first post)    Nov 19, 2018 thanks alot... B4A Question Set As Wallpaper option - pluton    Sep 17, 2011 Hi everyone
Is it possible that I from my app set a wallpaper on phone
I have 5 images in my app and when user is on that image he has option
Copy to SD and then Set As Wallpaper.
How... B4i Question set wallpaper - Erel (first post)    Mar 19, 2015   (1 reaction) It is not possible in iOS to programmatically change the wallpaper.... B4A Tutorial Android Live Wallpaper tutorial - Erel    Oct 14, 2024   (4 reactions) The user can set live wallpapers by long pressing on the home screen and choosing Wallpapers - Live... at the same time. For example the user can set your wallpaper as the home screen wallpaper and also... B4A Question How to set wallpaper droid without zoom crop? - Prosg (first post)    Jan 7, 2013 with a screen sized (320 * 480) image. It clearly
isn't practical to set wallpaper with an image..., as we've been saying you are supposed to set the wallpaper to the size that the wallpaper manager... B4J Question it is possible to SET Windows Wallpaper? - Roycefer (first post)    Feb 10, 2017 https://b4x.com/android/forum/threads/windowsbackgroundsetter.76054/... B4A Question (Closed) Set Elevation of WallPaper? - anOparator (first post)    Apr 1, 2019 Closed, am posting the question as it should have been posted.... B4A Question intent Set As "Wallpaper/ect" - Imam (first post)    Feb 18, 2015 Apparently this app doesn't support this intent.
thanks @Erel... Page: 1   2   3   4   5   6   7   |