Questions tagged [groupie]
19 questions
0
votes
1 answer
How to filter RecycleView Using Kotlin
I'm new to the Kotlin programing language and Dealing with the recyclerView is kinda hard to understand so I have used Groupie Library, But there is no enough documentation or tutorials on how to deal with this library.
coming straight to the point…

Swift
- 37
- 1
- 9
0
votes
1 answer
How to integrate Admob Native Ads in Android Groupie recyclerview
I am looking for any example to add Native Ads in Groupie.
My code for adding items in recyclerview is:
recycler_view_user.apply { layoutManager = LinearLayoutManager(this@UserFragment.context) adapter = GroupAdapter().apply {…

ALi
- 430
- 7
- 19
0
votes
1 answer
How can I load a fragment in a Groupie Item()?
I'm trying to load a fragment into a Groupie Item() and it just crashes with
java.lang.IllegalStateException: Activity has been destroyed
The code I'm using to load the fragment works on a regular activity but not in the bind() method for the Item()…

Risk Romer
- 1
- 2
-2
votes
5 answers
lisawray's groupie library is giving me a headache
I'm learning Android development, while following a tutorial made by Lets Build this App ( on Youtube ).
He used this library and I tried too, but I'm failing. I created a RecyclerView and tried to make a GroupAdapter using Groupie like…

Bruno Dias
- 13
- 1
- 4