WindSekirun / NaraeImagePicker

MultiImagePicker for Android Application, written in Kotlin
Apache License 2.0
40 stars 14 forks source link

Iterate Album, Image first time #2

Closed WindSekirun closed 6 years ago

WindSekirun commented 6 years ago

Due to #1, i can't use fileList.filterByExtensions() for some reason.

so, i have a plan.

  1. Iterate Album by cursor
  2. While albumCursor move to Next, iterate Image by cursor
  3. put images into AlbumItem.
WindSekirun commented 6 years ago

i realized i don't have enough time to fix it. so sometime i will finish this.

WindSekirun commented 6 years ago

updated in v1.5.0