Posts by Vinicius da Mata • 11 points
7 posts
-
0
votes0
answers325
viewsQ: Control position change of a recyclerview through a progression
I’m trying to make a routine, where I control my item passage from my recyclerView by a progressBar, I mean, every time I change the item, this change has to be reflected in the Ogress. The problem…
-
0
votes1
answer48
viewsQ: Save content to your phone
I am making an application, where I have a list of questions, and if the user leaves the application or screen, I would like to save the questions he already answered, so when he goes back to that…
-
0
votes0
answers51
viewsQ: Edittext problem within Listview
Hello, I’m having trouble in edittext inside the listview, it does not let me type and is giving these errors. Follows errors below: W/IInputConnectionWrapper: beginBatchEdit on inactive…
-
0
votes0
answers55
viewsQ: How to read dynamically created components inside a Listview
I created a list of questions that I received from an api, so I created these questions dynamically, I didn’t use.xml layout, it was all by programming. Now I would like to know how I can read the…
-
0
votes0
answers158
viewsQ: Learn which checkboxes are selected on Adapter and perform operations on Activity based on selected checks
Hello, I have a list (Listview) and when I select option 1 in my spinner it from Visible in the framelayout to show on the screen a checkbox to cadad list item with status 0p, I wanted to know which…
-
1
votes1
answer140
viewsQ: Problem in editText inside a Listview
Hello, I created a list of questions within a Listview, I created all the questions by programming, I’m not doing any components in the.xml layout, I just have a frameLayout, but the moment I click…
-
0
votes0
answers39
viewsQ: How to generate Fragments automatically?
Hello, I am developing a project where the user will create questions in the backend, and I will have to receive them through an API, generating them one per screen on android. What I need to know…