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

Akhter Rasool
Akhter Rasool
8,597 Points

2 simple questions

1) I am at the basic plan and i see that android course is 38 hours long, but when i calculate each sub-course length it's way shorter than 38 hours. Am i missing out the courses if i am on basic plan?? What else can i get in pro plan ?

2) What does this mean 'layout_alignParentLeft = "true"' does this mean i am aligning a button relative to the screen or relative to other elements ? ??

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

1) The course and track time includes a rough estimate for the quizzes and challenges and can be padded out a bit for those.

2) With Android layouts you can nest layouts inside other layouts and you can position them on the screen just like an ordinary view. 'layout_alignParentLeft' will align to the layout the View is inside of.

Akhter Rasool
Akhter Rasool
8,597 Points

so is that android track complete ??? or it just covers majority of concepts ?

Seth Kroger
Seth Kroger
56,413 Points

It's roughly complete. There were two new courses added in the past week or two on Threads and Services and Fragments . There are also workshops that aren't in the track. You can see the full list of available courses and workshops in the Library

Also two courses were retired recently because they were about hooking up an app to a backend server/webservice and required Parse.com as the backend to the app. That service is shutting down and no longer taking new signups, so the courses can't be completed as they are. Hopefully we can see replacements with a different backend service soon.