satrion / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Add groups in root event selection #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the root event selection is kind of a mass. There are quite a lot of 
events and they are actually belongs to logical groups, like Phone Call 
Management, Text Message Handling, GPS Management, Battery/Power Management 
,System Management, Email Management, Social network management etc.

To solve this, deep understanding of list view is required and list view is one 
of the most powerful and complicated widget. Recommend checking this video from 
google I/O 
http://code.google.com/events/io/2010/sessions/world-of-listview-android.html  

Original issue reported on code.google.com by chengsh...@gmail.com on 29 Jun 2010 at 5:57

GoogleCodeExporter commented 9 years ago
There was some discussion about this during the original development.  Right 
now there are only 10 root events, in the future this will continue to increase 
and this issue will become more relevant.  I agree in the future we need to do 
some sort of logical grouping.

When grouping is implemented, we probably want to consider:
  Events could be sorted by application that causes them to occur.
  If sorted that way, we probably need a way to search for events in case I don't know what application causes an event.

Original comment by case.and...@gmail.com on 30 Jun 2010 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by case.and...@gmail.com on 6 Jul 2010 at 2:20