This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.12 Coding Task to Restore scroll position on rotation (quiz)
- Loading branch information
Lyla
committed
Mar 4, 2015
1 parent
57b2926
commit 1e95ccd
Showing
1 changed file
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1e95ccd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I rotate my device selected view is not highlited anymore.
I was looking for solution for this problem but I couldn't find any.
Do some of you guys run into the same problem?
1e95ccd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found the solution:
Hint: mListView.setItemChecked(int position, boolean value);
Good luck :)