Agile Product Ownership in a Nutshell
Continue reading Agile, Scrum, Kanban
Category: IT
Tom De Marco about software engineering
Checklist plugin to Bitnami Redmine
There is very simple and usefull and free plugin.
The Bitnami Redmine plugins are in installdir/apps/redmine/htdocs/plugins
Before install you should execute installdir/use_redmine
Then change cur dir to installdir/apps/redmine/htdocs and start migration
[code language=”java”]
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
[/code]
How to make page wider
My site uses Twenty Fourteen theme. But the theme is very narrow.
Load image from URL, AsyncTask
Actually, the loading images from URL to ImageView (ImageView itself is in GridView or ListView) is not a simple task. You should provide memory and disk caching to avoid reload image again and again.