Posts by Italo Oliveira • 13 points
2 posts
-
1
votes0
answers216
viewsQ: How to add a Expandablelistview in Android’s Navigation Drawer menu
I created this Navigation Drawer that already comes in Android Studio itself: However, I wanted to know how I can transform this list of it expandable. I want to put sub-items for each item in the…
-
0
votes2
answers841
viewsQ: Retrieve and calculate programmatically generated Edittext values
I am creating an app pqra calculate an arithmetic mean of N values. There is a button add, when clicked it will generate a EditText programmatically. And it will have a calculate button, when it is…