Android Question (Multi)Select on Scrollview

ykucuk

Well-Known Member
Licensed User
Longtime User
Hi
i have a smal problem with the selection of data on my scrollview.
I Use this Scrollview: https://www.b4x.com/android/forum/threads/creating-a-table-view-based-on-scrollview.6946/

i load my table data from a webservice, this works fine. Now, i want to select a table item and save it in a edittext to work with the selected data.
Screenshot_2015-01-23-13-54-59.png

When i click on a row, i want to save it in edittext after i press yes.
How can i do that?
Can anyone give me a example for this?
 
Top