Issue
I am developing android app for android currently with Android4.2.2(API 19) and in feature it will support for Android 5.0 also.
My application has both Grid View and List View .I need to find the current focused item of the Grid View/List View because i need to show that item with zoom-out.
Note:We are navigating List View/Grid View using D-pad.
Solution
I have resolved this by using getSelectedItemPosition();
Answered By - Raju-san
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.