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 Android Lists and Adapters (2015) Using Parcelable Data Updating the Daily Forecast UI

W/EGL_genymotion﹕ eglSurfaceAttrib not implemented

Working on the Weather App. App gives the current weather just fine. When I click on "7 Day" Button, the next screen appears with "This Week's Weather" at the top and my location at the bottom. The phrase "There is no data to display" in the middle. Ran in Debug and I can see that the data is being collected, just not being displayed. Last entry in logcat is "W/EGL_genymotion﹕ eglSurfaceAttrib not implemented". Can someone tell me where to start looking?

Thanks

1 Answer

It was a test right? He added a piece of code "setListAdapter(adapter);" while we were not looking. Everything is working now.