Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android api version back compatibility #139

Closed
weicheng113 opened this issue Aug 2, 2014 · 2 comments
Closed

Android api version back compatibility #139

weicheng113 opened this issue Aug 2, 2014 · 2 comments
Labels
Milestone

Comments

@weicheng113
Copy link
Member

We target to support up till 2.2 level 8 at the moment. But there are some back compatibility problem like AbsListView.setChoiceMode/setItemChecked/getCheckedItemPosition not available on version 2.2. A general solution will be required for these api back compatibility issues.

weicheng113 added a commit that referenced this issue Aug 10, 2014
Added ant script for back compatibility lint check.
weicheng113 added a commit that referenced this issue Aug 10, 2014
#139 Implemented a solution for Android API version back compatibility.
@weicheng113
Copy link
Member Author

A more sophisticated solution with object polymorphism can be employed for Android sdk back compatibility issue, which can result in some performance improvement as ViewBackCompatiable is decided once. But will stick to the current solution for now until we see more requirements.

@weicheng113
Copy link
Member Author

implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant