Closed mirontoli closed 12 years ago
I've pulled down the code and tried to compile. This line gives me a compile error (in EventCursorAdapter):
ImageView iv = (ImageView) row.findViewById(R.id.eventitemrowimage);
Could it be that changes to eventitemrow.xml (or some other layout) did not get included in this pull request?
Yes. I missed to commit eventitemrow.xml. I'll do it soon.
Sure, no problem. Enjoy the Sunday, we're not that busy :)
On 22/04/2012, at 09.28, Anatoly Mironov reply@reply.github.com wrote:
Yes. I missed to commit eventitemrow.xml. I'll do it soon.
Reply to this email directly or view it on GitHub: https://github.com/christerdk/Malmofestivalen-for-Android/pull/5#issuecomment-5266084
Really nice job!
A couple of suggestions that I think I will go forward with is switching to async download (the performance is crippled a a bit by sync download), increasing the amount of objects in the cache (now 10), and also the purge time (now only 10 sec). I'll switch these things in my feature_1 branch and then merge to master, and then we'll take any follow bugs from there.
Once again, nice job!
Thank you. It was fun to write some code for android again. It was a while since the last time. I agree there are some improvement that can be made, and we will do them. The imageDownloader was a nice class which surely can be used on other activities.
Absolutely. It could simplify the details view..
We have an observation with regards to download of pictures. Is this something you could look into?
https://github.com/christerdk/Malmofestivalen-for-Android/issues/7
I'll look att it in the weekend.
This is code for feature 1: getting small images in lists when available. It uses ImageDownloader which is described on the android blog. The image downloader uses cache for performance.
Some improvements can be made: