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

Jaroslav Vankat
Jaroslav Vankat
12,054 Points

Project: School Meals App

Hi,

I would like to share/introduce you an app I've been (and still am) working on with few other guys (designers,...). It's called School Meals and can be used for sharing, browsing and rating of meals from school (and university) canteens.

If you could check it and give some feedback or even use it, it would be really nice!

New features and bug fixes are still being done and there is quite a lot to do.

https://play.google.com/store/apps/details?id=com.schoolmeals.android

Now I'm working on fixing a bug where an image preview when choosing from gallery is not shown. This happens when you are trying to select a large image (I'm scaling it down and OutOfMemoryError does not occur). I have tried to redraw the ImageView and so on but have no idea what to do. I'm loading it using following code:

mImageView.setImageBitmap(mBitmap);

So if somebody would have an idea how to fix it, I would be really glad. And if you have some questions to this project, feel free to ask.

Thanks for checking!

(Btw: almost everyting I've learned here at Treehouse - thanks Ben!)

1 Answer

Jaroslav Vankat
Jaroslav Vankat
12,054 Points

I'm actually using it most of the time but somehow I've had difficulties loading an image into this particular imageview (a long time ago, don't remember what the problem was). But maybe I should try it again. Thanks!