Posts by Cássio Fogarin • 1 point
2 posts
-
0
votes1
answer33
viewsA: How to send a list of objects by Bundle?
In today’s episode we learned that we should always review our code! On the Adapter I passed .add(R.string.mes1, MesFragment.class, bundles.get(1)) from 1 to 12 having in mind the months, however…
-
0
votes1
answer33
viewsQ: How to send a list of objects by Bundle?
I am working with a tab system, one for each month, and a birthday listing on the respective tabs. My Adapter is as follows: FragmentPagerItemAdapter adapter = new FragmentPagerItemAdapter(…