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) Standard ListViews Introducing ListView and ListActivity

Bondan Herumurti
Bondan Herumurti
4,828 Points

I can't render devices when i create blank activity

Here my situation -> http://screencast.com/t/wdw5WXrG

I tried to create blank activity for Daily Forecast Activity but comes up with situation, what is wrong?

2 Answers

Android Studio 1.4 (the updated that happened on 10-1-15) re-introduced the empty app template. So instead of using a blank activity we now use empty activity. The new blank activity uses a fragment to make it easier to organize your code. While the empty activity gives you what for this video.

hope this helps here are some other features that were added. http://pnsurez.blogspot.com/2015/10/new-feature-in-android-studio-14.html

Oso

Bondan Herumurti
Bondan Herumurti
4,828 Points

Thank you, this is what i'm looking for...

Awesome!!!! Your my first person I have ever helped.

Jacob Bergdahl
Jacob Bergdahl
29,118 Points

Strange. Have you tried closing and opening Android Studio? Or clicking on Build -> Rebuild Project? That looks like a strange bug.