-
Notifications
You must be signed in to change notification settings - Fork 396
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
issues using this lib in Myadapter with RecyclerVIEW... #73
Comments
A ViewGroup is something as simple as a FrameLayout or a RelativeLayout. If your list items have one of those as the top level element, it should be ok. However I suggest giving the top level view an id and getting it by Id. It may be confusing if the view moves and the particle system does not. There may be some side effects or unexpected behaviours. Putting particle effects on items on a ListView is not something I had tested or planned for. It may as well behave properly. |
I have Relative Layout in my Recycler View as My Recycler View is attached to a Custom Layout with Contains the Relative Layout representing each row in recycler view....
|
Hi all, (I do that in a click listener belonging to a button of my cardview)
And what is the behaviour if we scroll the list? |
0
down vote
favorite
I am trying to Using Particle system
I am Trying to Use it in a MyAdapter File in the below function :-
This is Giving me an Build error as Below :-
I also tried using
But Got an error saying
The text was updated successfully, but these errors were encountered: