WISH: Live wallpaper support (NB: Android 2.1 API 7 and greater)
I don't know whether or not current B4A apps can be converted into "Live Wallpaper" apps. If not, it would be nice to have Live Wallpaper support. I guess this type of app would need to be a running background service in the same vein as Widgets
Here is a great article --> Beginners guide to creating live wallpapers
From the article it states the Wallpaper tag needs to exist in the main .xml file.
Also, the manifest file needs the following permission to keep the wallpaper on the home screen:
androidermission="android.permission.BIND_WALLPAPER"
What is the feasibility of implementing this feature?
I don't know whether or not current B4A apps can be converted into "Live Wallpaper" apps. If not, it would be nice to have Live Wallpaper support. I guess this type of app would need to be a running background service in the same vein as Widgets
Here is a great article --> Beginners guide to creating live wallpapers
From the article it states the Wallpaper tag needs to exist in the main .xml file.
Also, the manifest file needs the following permission to keep the wallpaper on the home screen:
androidermission="android.permission.BIND_WALLPAPER"
What is the feasibility of implementing this feature?