Posts by Fabiano Soares Honorato • 11 points
2 posts
-
0
votes1
answer140
viewsA: How to use an array within getView on an Adapter?
OK, discovered the problem, as it is possible to notice by all used methods this class is a Fragment that is inflated in an Activity: public View onCreateView(...){ ... } @Override public void…
-
1
votes1
answer140
viewsQ: How to use an array within getView on an Adapter?
Here’s my problem, I’m passing a sequence of arrays to an Adapter that should be placed inside a listview, among these I have a two-dimensional array called materials : public View…