java - How to get image information (Image Name, Date, Time) from a specific album in Android -
first question posting here! having tough time trying figure out. working android devices , programming in android studio.
i came program half finished i've been trying complete it. application takes picture , analysis stores in album (the album called camerasample). need put information images in album list view in application, note album size can continue grow user takes pictures.
i pretty new android development i'm not sure kind of commands need in order information pictures. predecessor before looked trying store information database left undone , sloppy. i'm not sure if route need take or if there possibly way information without using database.
i've searched around online awhile i'm having tough time figuring out.
i figured out needed do.
i had create database when picture taken , file made picture stored. record uri, pass immediate time , date database well. used database create photo object array list , used custom adapter fill in row of each list view.
Comments
Post a Comment