This blog post is a continuation of a series centered on the development work I’ve been doing on the AfterShoot app.
If you haven’t read the earlier ones, you can find a few of them here:
Whenever you’re dealing with images in an app, it’s likely that you’ll want to give your users options to perform certain actions on multiple images at once. For example, in a Gallery app, users are commonly able to select multiple images and delete them all at once instead of performing the delete operation on every image one-by-one.
Continue reading “Implementing a multi-select RecyclerView with a dynamic ActionBar in Android”