brarcher / protect-baby-monitor

Android-based Baby Monitor
GNU General Public License v3.0
63 stars 32 forks source link

Use a ListView to store discovered child devices #6

Closed brarcher closed 8 years ago

brarcher commented 8 years ago

The previous approach was to list buttons in a TableLayout. However, this approach does not work well if there are more items than can fit on the screen.

To allow scrolling of items, and also a better presentation of said items, use a ListView.