ilan Expert Licensed User Longtime User Dec 15, 2018 #1 hi can i select multiple photos from photo library and import them to my app?? like returning an array of bitmaps?? thanx, ilan
hi can i select multiple photos from photo library and import them to my app?? like returning an array of bitmaps?? thanx, ilan
ilan Expert Licensed User Longtime User Dec 15, 2018 #2 i am trying the camera of imedia lib but all i get is returning 1 image. i would like to get more then 1 image at once and also the image info like name, size, width, hight. (width and height i can get from the bitmap returned but no other info!) thanx, ilan Upvote 0
i am trying the camera of imedia lib but all i get is returning 1 image. i would like to get more then 1 image at once and also the image info like name, size, width, hight. (width and height i can get from the bitmap returned but no other info!) thanx, ilan
Erel B4X founder Staff member Licensed User Longtime User Dec 16, 2018 #3 It is not possible with the "camera" type. You will need to implement a picker yourself with this library: https://www.b4x.com/android/forum/t...tive-alassets-framework-photos.65231/#content Upvote 0
It is not possible with the "camera" type. You will need to implement a picker yourself with this library: https://www.b4x.com/android/forum/t...tive-alassets-framework-photos.65231/#content
ilan Expert Licensed User Longtime User Dec 16, 2018 #4 Erel said: It is not possible with the "camera" type. You will need to implement a picker yourself with this library: https://www.b4x.com/android/forum/t...tive-alassets-framework-photos.65231/#content Click to expand... Many thanx i will have a look at it. Upvote 0
Erel said: It is not possible with the "camera" type. You will need to implement a picker yourself with this library: https://www.b4x.com/android/forum/t...tive-alassets-framework-photos.65231/#content Click to expand... Many thanx i will have a look at it.