issues
search
Harteex
/
ExLauncher
Launcher for devices without mouse / keyboard
http://exlauncher.org
Other
6
stars
2
forks
source link
Handle initial item selection
#5
Closed
Harteex
closed
9 years ago
Harteex
commented
9 years ago
We need to handle the initial item selection. To do this we need:
Make inputView type CollectionView instead of View and enforce this (exception if the specified inputView isn't inheriting CollectionView)
Create a method in CollectionView to initialize or update selections, and then call this from ScreenMenu
We need to handle the initial item selection. To do this we need: