-
Notifications
You must be signed in to change notification settings - Fork 118
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
What about if I wanna get the position of every element like I do with adapter class ? #39
Comments
@herou replace with this files. The interface will have the position, I will wait your feedback. |
@JoaoVictordaSilva how i can replace it when i use implementation using gradle? any other way to get current position of the item? please help |
@hackidozone to get the implementation of the SlimInject position, I imported the library as a module not by gradle as implementation or compile. So I replaced with these files, and in my app.gradle I marked the module as a library. |
@JoaoVictordaSilva what folder that you import as module? is this one https://github.com/MEiDIK/SlimAdapter/tree/master/slimadapter ? |
@hackidozone yes. |
@JoaoVictordaSilva Great, its work. but the position its not start from 0 but 1. but its fine. thanks anyway |
@hackidozone your welcome. |
@JoaoVictordaSilva maybe you need to pull request that change dude |
@hackidozone I will make soon. |
how add an endless scrolling with this adapter |
@roufalk same like when you use the SlimAdapter using gradle dude. |
ok, then i cant replace an child elements background on its click function ,eg:like function |
got it, by using |
how can i use injector .checked |
No description provided.
The text was updated successfully, but these errors were encountered: