Posts by Darlei Kroth • 21 points
2 posts
-
1
votes1
answer1310
viewsA: Tabs on Android - How to create
There are different ways to work with Tabs. This is how I normally use in my projects. I released a simple Android Studio project on github: Slidingtablayoutsample. I use two classes…
androidanswered Darlei Kroth 21 -
1
votes2
answers421
viewsA: Retrofit 2 Android objects
Hello. Let’s assume you’ve done something like this: Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://exemplo.com") .build(); I also use retrofit. And to parse the json for objects, I am…