Posts by letz • 111 points
2 posts
-
0
votes2
answers466
viewsA: How to go through Arraylist with daughter class
You have to cast the student cast ((EstudanteGraduacao) e).getX() But be careful, if all students in the array are not Student.
-
1
votes1
answer823
viewsA: How to create tabs in an android app ?
Do not use table Rows, use Fragments with tabs instead: Creating Swipe Views with Tabs Swipe views provide lateral navigation between sibling screens such as tabs with a horizontal finger Esture (a…