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 Build a Blog Reader Android App Getting Data from the Web Getting JSON Data from an HTTP Request

In video: "Getting JSON Data..." and others Ben mentioned Organising imports. I haven't found what does that mean..

So, what does Organising imports do, and why is it important ? What is key shortcut for it in WIN and LINUX ?

1 Answer

Stone Preston
Stone Preston
42,016 Points

if you are using eclipse the shortcut to organize imports is ctrl + shift + o. It imports classes used in your code. So if you create a TextView object and you have not imported the class yet, you will have to import it to get rid of errors. hit ctrl + shift + o and eclipse will add the import statement for you