Google releases NDK for Android

News for android development is that Google announced the release of Android NDK today. This should be used to implement some functionality that your android application need in native C or C++ instead of java.

For more information read: http://android-developers.blogspot.com/2009/06/introducing-android-15-ndk-release-1.html

Posted in Android, Uncategorized | Tagged , , | 1 Comment

Using gerrit

Some git commands to remember when working with gerrit.
Continue reading

Posted in Programmering | Tagged , | Leave a comment

New look!

Today I took the time to change from the standard theme to a new look…
I think the code block is better in this theme.

If you see any problem or has any comments send my a note.

Posted in Uncategorized | Tagged , | Leave a comment

Setup our own local copy of androids repositories

I found this link about setting up your own local repositories for android source.

http://gregmeiste.com/2009/02/mirror-android-repositories-on-a-local-server/

Posted in Android | Tagged , , | 2 Comments

My first post with postbot

There is many applications in Android market and one that I’m trying now is postbot to write this blog post on wordpress.

It seems to work very good and has a clean and simple UI.
It supports categories and adding images.
But its missing feature for adding tags but its looks like that will be included in next release.

You can find it on http://nickthecook.wordpress.com/

Posted in Android | Tagged , , , | Leave a comment

Testing and developing using JUnit in Java

As programmer you have probably heard that testing is not fun and that no programmer like testing…
I don’t think that is the true. I believe that most programmers would like to test there code before releasing anything to a test organization. One way to do this is by writing unit test.

One tool for doing this is JUnit. JUnit is for Java but it exist similar tools for other languages. Continue reading

Posted in Programmering | Tagged , , , , | 2 Comments