Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Ramon Gajardo
Ramon Gajardo
1,085 Points

Use recyclerView not render info when upload app in google play

Use recyclerView not render info after upload app in google play, in developer the app working good. but after upload app in google play, the app no render info in cardView the recyclerView. please need help
use request to server with Retrofit 2 Thank you

5 Answers

Seth Kroger
Seth Kroger
56,413 Points

Are you sure it's not a connection issue with the device? Does your app give any appropriate messages if it doesn't connect to the server and not fail silently?

Ramon Gajardo
Ramon Gajardo
1,085 Points

the connection is well, the problem is like

this in test in my computer to phone cardview
FB# 269932 ...... FB #269925

download to google play show like this

 FB#
 ----
 FB# 

no data, not number

the app name is gotodriverapp thank you

Ramon Gajardo
Ramon Gajardo
1,085 Points

not fail server, only received this error with to phone in debug the android studio

04-27 15:55:58.475 27129-27129/? E/Zygote: v2 04-27 15:55:58.485 27129-27129/? E/Zygote: accessInfo : 0 04-27 15:55:58.745 774-20579/? E/LocSvc_ApiV02: I/<--- void globalEventCb(locClientHandleType, uint32_t, locClientEventIndUnionType, void*) line 104 QMI_LOC_EVENT_GNSS_SV_INFO_IND_V02

Ramon Gajardo
Ramon Gajardo
1,085 Points

It hurts nobody helped me, not worry, I found the solutions, the problem is

private String END_CITY;

in the model. normally name the field is same to json, but in google play not working need @SerializedName for each field. I leave solution for other programming with the same problem