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

Juan Lozano
Juan Lozano
1,762 Points

Why should I use android.R.layout.simple.simple_list_item_1 instead of just R.layout...

Why?

1 Answer

I am not entirely sure but I believe that R.layout is used to reference views that are created by you and android.R.layout refers to some default views which are present in the android SDK and can be readily used rather than creating your own.

Take a look at the docs here for more included layouts. http://developer.android.com/reference/android/R.layout.html