I have a list with some rows which define some transaction. When i select the row, particular transaction details is showing in another list. Now when i am selecting a row in the first list, corresponding details is showing in the second list but the first list s selected row is not getting the focus. How can i get the focus?? I am doing this for android tablet and OS is 2.2.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...