Posted in 2009/06/26 ¬ 18:44h.
Lars Dunemark
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 2009/05/14 ¬ 00:03h.
Lars Dunemark
Some git commands to remember when working with gerrit.
Read the rest of this page »
Posted in 2009/05/12 ¬ 19:13h.
Lars Dunemark
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 2009/05/04 ¬ 20:04h.
Lars Dunemark
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 2009/05/03 ¬ 18:39h.
androidbot
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 2009/05/02 ¬ 17:35h.
Lars Dunemark
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. Read the rest of this page »