# Is it possible to load 400 photos of total size 85MB on android mode?

**URL:** https://discourse.processing.org/t/is-it-possible-to-load-400-photos-of-total-size-85mb-on-android-mode/1804
**Category:** Processing for Android
**Created:** [July 16, 2018, 6:12am UTC](https://discourse.processing.org/t/is-it-possible-to-load-400-photos-of-total-size-85mb-on-android-mode/1804 "2018-07-16T06:12:13Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [July 17, 2018, 2:46pm UTC](https://discourse.processing.org/t/is-it-possible-to-load-400-photos-of-total-size-85mb-on-android-mode/1804/10 "2018-07-17T14:46:01Z")

</div>

> [@Yorgos](#):
>
> So besides onStart(), maybe I have to load/unload the pictures when the app is running.  
> I thought that this was not a good practice especially when I will have a different picture every 1/frameRate. Ok this could save my app at the finish!  
> If not I will give one more try to your posted code  
> (even though I don t understand why you think is so simple : ).

Showing one image per frame… Have you consider stitching all the iamges together and make a video of them?

For video in Android mode, please check `shedMusic`’s post [HERE](https://discourse.processing.org/t/video-in-android-mode/1498/2)

Last but not least, ketai lib does not provide any video features. There are other libraries but I am afraid they have not been updated and it is very likely they are out of synch with Processing Android’s latest changes. ShedMusic’s or akenaton’s posts is the way to go. If stuck, provide some code in form of a mcve with some relevant details.

Kf

---

_[View the full topic](https://discourse.processing.org/t/is-it-possible-to-load-400-photos-of-total-size-85mb-on-android-mode/1804)._
