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

Transition view Weather Application

Hi, I am after finishing the Animations and Transition course,

and I would like to know what is the best way to create the weather application as a transition application ?

within the Course we reused the same expanded xml file, but how do i go about if i want to show today's weather as one Activity and show a list view of a 7 day forecast in a different activity. could i still use just the one activity detail expanded xml file as the view or it is best to use different ones and have them called on each Selection. ?