Skip to content

Android lists with "Hybrid" choice mode like the Play Store app (enabling both opening an item and choosing multiple items at the same time)

Notifications You must be signed in to change notification settings

curioustechizen/android-hybridchoice

Repository files navigation

android-hybridchoice

This project demonstrates how to create a ListView in Android that combines the behavior of CHOICE_MODE_SINGLE and CHOICE_MODE_MULTIPLE_MODAL. This means that an item in the list can be opened and simultaneously multiple items in the list can be chosen.

This is what we want to achieve

The GMail app, Play Store app and Google I/O 2013 app all exhibit this behavior with slight variations.

Take a look at this blog post (INSERT_BLOG_URL_HERE) for more details.

Android lists with "Hybrid" choice mode like the Play Store app (enabling both opening an item and choosing multiple items at the same time)

About

Android lists with "Hybrid" choice mode like the Play Store app (enabling both opening an item and choosing multiple items at the same time)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages