Posts by WilkeGutierre • 13 points
4 posts
-
0
votes1
answer41
viewsQ: Saving data when selecting option
I have an Activity that has a list. In this list, the fields are almost all RadioButton. Currently, when the user saves the selected data in this list, a reading of all the RadioButton to know which…
-
1
votes1
answer58
viewsA: Get childView position in Expandablelistview
Be able to solve this problem with the ScrollView even. I have an activity where I use a scrollview: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
0
votes1
answer58
viewsQ: Get childView position in Expandablelistview
I have a Expandablelistview in my app. <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:id="@+id/myLayout" android:layout_height="match_parent"…
-
0
votes0
answers132
viewsQ: Android recyclerView - create fields dynamically
How do I create fields dynamically in a RecyClerView? I’m trying to insert a RadioButton I can’t do it manually. All the examples I found, shows that you have to first create an XML layout in order…