Posts by Erom Freitas • 11 points
3 posts
-
0
votes2
answers268
viewsQ: How to make a list from a GET request in Retrofit 2?
My question is how to take the request JSON and put it in an Arraylist so I can inflate the Recyclerview. Thanks in advance.
-
0
votes1
answer197
viewsQ: How to make columns responsive with Gridlayoutmanager?
In the precise case that when you are in Portrait display a number of columns that complete the width of the screen and when in Landscape the items in recyclerview are presented in a number of…
-
1
votes0
answers30
viewsQ: How do I use the WP-API to play a video from a post?
I wanted to know how to get the video of a wordpress post and play it in the app. I am using the REST Wordpress API. Also, if the videos are in a format other than mp4, or 3gp, will I have any…