I want to build an application where i am able to attach an image with the email, open the image and set it as my wallpaper. I wanted to make it cross platform so can you te
Hello if you want to just attach your image with email then using this code you can do this..
ArrayList str = new ArrayList() ; ArrayList uris = new ArrayList(); //convert from paths to Android friendly Parcelable Uri's for(int i=0; i
ayy_Images is a ArrayList which contains the list of images.