deepaktwr / BitFrames

Frame of Bitmaps, Facebook like image sequence.
https://play.google.com/store/apps/details?id=proj.me.bitframedemo
Apache License 2.0
17 stars 4 forks source link

Not loading images from Url and java.lang.ClassCastException #9

Open JogiPrasadPakki opened 4 years ago

JogiPrasadPakki commented 4 years ago
  1. This library wont load more then one images from URL only show progress bar but work on single bitframe url with FrameType.Unframed

  2. Load from local file with String.valueOf(imageUri) with FrameType.FRAMED leads Caused by: java.lang.ClassCastException: proj.me.bitframe.BeanImage cannot be cast to proj.me.bitframe.BeanBitFrame

deepaktwr commented 4 years ago

Are you using the latest library version? com.github.deepaktwr:bitframe:0.1.3 If that so then you may check the demo project which support different type of FrameType.

Please reach out for any further issue.