Archive for April 2010

Eclipse and Android Development – Fixing GPS under DDMS

I am currently working on an Google Android project that require the use of the Location Services – good thing the Eclipse plugin supports this! Running Eclipse in DDMS mode will enable a console where coordinates can be typed and sent to the debugger – very nifty. Except it didn’t work! During the first try, [...]

Commit-policies

You use a version control system – of course you do! Personally I use Subversion (re-rolled from CVS) and no project is too small for version control imho. Both projects at work and at home go in a repository. Even the smallest amount of programming I do go in my repository, and I wouldn’t want [...]

Scrapping the project… Sorry Google App Engine

I have decided to put my filesharing project on a hold for now… The problem with the whole idea is that Google App Engine don’t allow me to handle data requests larger that 1 MB without going through the Blobstore interface. This would be now big problem for me except the fact that to use [...]