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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -