android - Adobe flex mobile application -
i need develop wallpaper app using adobe flex adobe flash builder need after complete user interface , downloaded wallpaper manager native cod please me write native cods set image wallpaper on device .tnx!
what want setting local image file device wallpaper right?
if yes, can download on page ane should doing want (i haven't tested myself though), guess it's same 1 talking when mentionning wallpaper manager.
using means getting instance of manager , calling 1 of following functions:
var manager:wallpapermanager = wallpapermanager.getinstance(); if (manager.issupported()) { manager.setwallpaperfrompath(image-native-path); // if using native path of image on device manager.setwallpaperfrombitmapdata(bitmapdata); // if using actionscript bitmapdata object }
Comments
Post a Comment