40 likes | 432 Views
What's Happening Today. Working with Images What does this mean for the UI? What does this mean for resources? What about shaking things up? What happens when you slip the schedule? …. Loading images. Use "raw" Android, AsyncTask, etc., Loader library, …
E N D
What's Happening Today • Working with Images • What does this mean for the UI? • What does this mean for resources? • What about shaking things up? • What happens when you slip the schedule? • … • ...
Loading images • Use "raw" Android, AsyncTask, etc., Loader library, … • This likely doesn't make sense for lots of reasons • There is at least 'Glide' and 'Picasso' • Comparing • https://medium.com/@multidots/glide-vs-picasso-930eed42b81d#.17hto6msr • https://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en
How to choose a library? • https://developer.android.com/studio/build/multidex.html • Why is the number of methods an issue in a library? • Limits in Android • Limits in new versions of Android • Tools for dealing with limitations
What's wrong with ListView • https://code.tutsplus.com/tutorials/getting-started-with-recyclerview-and-cardview-on-android--cms-23465 • https://github.com/tutsplus/Android-CardViewRecyclerView • There are resource and UI issues with the ListView class • Android supports RecylerView • Basic idea, maybe it works