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 Moving Work from the Main Thread to an AsyncTask

Marc-Oliver Gern
Marc-Oliver Gern
8,747 Points

"Appcompat_v7" Support Libraries – Where do they come from?

Where do they come from? Can I just delete them? How can I see that my project needs them?

3 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

A recent change in the Android tools now includes these by default. You can totally ignore them (but don't delete them). They are required for some of the "compatibility" features that are now included by default in new projects, such as the ActionBarActivity that is used instead of a regular Activity.

These are not required in projects that target Android 3.0 and up, which we start doing later in the Self-Destructing Message App project (and will do more in the future). Fortunately usage of these older versions of Android that require this kind of support keep falling and falling, which makes our jobs as developers easier.

Marc-Oliver Gern
Marc-Oliver Gern
8,747 Points

Awesome. Thanks, Ben for the quick reply :-) I am so happy that you created those ANDROID learning tracks. They are amazing. I wish my points and earned badges will remain – even after the trial period expired. Not sure if I can afford the monthly fees.

All the Best from London, UK. ~Marc-Oliver

Ben Jakuben
Ben Jakuben
Treehouse Teacher

Glad you are enjoying them! While we don't want to see you leave, you can pause your account for a few months to save all your information and then resubscribe or cancel when the pause period ends.

Marc-Oliver Gern
Marc-Oliver Gern
8,747 Points

Hi Ben,

On that note – do you think our next Android project could be an app that let's course participants collect their 'achievements & certificates' (from all over the web – digital and offline) in order to show them off later? Like this example: https://dl.dropboxusercontent.com/u/1913634/learnpath.jpg

Ben Jakuben
Ben Jakuben
Treehouse Teacher

I have a number of projects in the queue, but this could be a great workshop or blog post. I'll definitely keep it in mind!