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 Activity Lifecycle The Project Updating and Creating Layout Files

Matthew Francis
Matthew Francis
6,967 Points

What is " android:id="@android:id/list"?

From what I've read:

@android notation is used when referencing resources defined by the Android system.

What does it mean? If it helps, I have a file called list_item.xml inside the layout folder(which is inside the res), I believe it is referencing to the file? but by that theory why isnt it android:id=@android:id/list_item.xml?

1 Answer

Mahmoud Amin
PLUS
Mahmoud Amin
Courses Plus Student 6,269 Points

It means that this id is belonged to the android library predefined in the API references https://developer.android.com/reference/android/R.id.html check the above link for more understanding