Images as Email Attachment

后端 未结 2 1108
一整个雨季
一整个雨季 2021-01-07 17:04

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

2条回答
  •  终归单人心
    2021-01-07 17:47

    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.

提交回复
热议问题