Posts by Danilo Nadolny Vizentainer • 23 points
3 posts
-
0
votes2
answers42
viewsA: Onlistitemclick not working on Listfragment
Solved! just add the line android:focusable="false" in the xml of Fragment
-
0
votes2
answers42
viewsQ: Onlistitemclick not working on Listfragment
The Toast of the onListItemClick method never appears, someone knows what I did wrong? Code: public class TiposFragment extends ListFragment { private ArrayList<Tipo> tipos; private…
-
2
votes1
answer94
viewsQ: How to get the Listview reference of a Listfragment?
I’m with a ListFragment trying to access the ListView in which the Adapter inserted the objects, but the findViewById is returning null, anyone has any idea? The XML Fragment code: <?xml…