chickendiver / MultiClicker

An Android app which allows you to count muliple items
GNU General Public License v3.0
0 stars 0 forks source link

Code Not Object Oriented #1

Open chickendiver opened 10 years ago

chickendiver commented 10 years ago

In order to dynamically add new counters, MainActivity.java will need to refer to a counter class.

chickendiver commented 10 years ago

Resolved using Counter class and CounterAdapter