hi, I am using the awesome library ALAssets, but when I try to save a picture on a specific album the app explodes?,
the library is on the link :
the album is created correctly, and the photo is saved on root of photos, but nothing on the specific album
any help? thank you
the library is on the link :
ALAssets - Wraps the Native ALAssets Framework (Photos)
Hi, Please find attached a tiny wrapper for the native ALAssets framework of iOS which let you get all the photos from the phone, put photos, create album, ... I have added the basic features like get all assets, albums, thumbnails, create album, put an asset to an album,... You can add a lot...
www.b4x.com
test:
'groupx = familyphotos
Dim bmp As Bitmap
Dim MyPhotos As ALAssets
MyPhotos.Initialize(Me,"MyPhotos")
MyPhotos.CreateAlbum(groupx)
MyPhotos.AddBitmapToAlbum(groupx,bmp) ' app explode
the album is created correctly, and the photo is saved on root of photos, but nothing on the specific album
any help? thank you