Posts by Renan Lolico • 3 points
3 posts
-
0
votes1
answer203
viewsQ: How to use Rxandroid?
I’m trying to use Rxandroid but I’m not getting it. Actually, I wanted to be able to use methods inside an Observable, to access the Firebasefirestore and recover the data inside the Realm. So the…
-
0
votes1
answer23
viewsA: How to join a Tablayout in Activity with a Viewpager within a Framelayout
solved. Unfortunately I was trying to retrieve the code in Activity, being that it was much easier to recover it within Fragment. I simply made the code below: ! No Fragment ! mainTabs =…
-
0
votes1
answer23
viewsQ: How to join a Tablayout in Activity with a Viewpager within a Framelayout
I am working on a project where I need to join a Tablayout that is on Activity with a Viewpager that is inside a Fragment in the Activity Framelayout. I’m trying everything, but my brief doubt is:…