1 / 4

What's Happening Today

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, …

Jimmy
Download Presentation

What's Happening Today

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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? • … • ...

  2. 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

  3. 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

  4. 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

More Related