I am beginner in Android development. At the moment, I am working a calculator. I want to use GridView
in button part, but i have one error:
Caused by:java.lang.IllegalArgumentException: can't have a viewTypeCount < 1
First i make class ButtonAdapter
and implements ListAdapter
. But i cant understand this error.
Please help me