just do IT

Monday, February 1, 2010

native programming with android building system

›
In the previous post, native programming on android , I showed how to use code sourcery toolchain to do native programming on android. But ...
1 comment:
Wednesday, January 20, 2010

windbg sos.dll version issue

›
I debugged a .net 1.1 based windows application which exits silently upon start up. The problem itself is trivial and not worth mentioning....

Ex 15.4-5 of introduction to algorithms

›
Question: Give an O(n squared)-time algorithm to find the longest monotonically increasing subsequence of a sequence of n numbers. Answer: A...
Wednesday, January 13, 2010

google against GFW

›
I keep using blogger.com because I was hoping it will not be banned by the GFW some day. But, according to this, a new approach to china , i...
2 comments:
Sunday, January 10, 2010

fix "no module named readline" on windows

›
I tried to download android source code by following instructions in this article: Using Repo and Git . Because I'm working with cygwin ...
8 comments:
Saturday, January 9, 2010

remove visual sourcesafe binding

›
I need to change a visual stuio 2003 project's source control system from visual sourcesafe to subversion. In order to commit clean sour...
Thursday, January 7, 2010

android property system

›
Property system is an important feature on android. It runs as a service and manages system configurations and status. All these configurati...
51 comments:
Monday, January 4, 2010

understanding the android media framework

›
android media framework is built on top of a set of media libraries, including OpenCORE , vorbis and sonivox. So one of goal of android med...
81 comments:
Thursday, December 24, 2009

Ex 10.4-3 of introduction to algorithms

›
Question: Write an O(n)-time nonrecursive procedure that, given an n-node binary tree, prints out the key of each node in the tree. Use a st...
1 comment:
Thursday, December 17, 2009

Ex 9.3-8 of Introduction to algorithms

›
Question : Let X[1 .. n] and Y [1 .. n] be two arrays, each containing n numbers already in sorted order. Give an O(lg n)-time algorithm to ...
1 comment:
Friday, December 11, 2009

use memcmp to compare objects?

›
I came across a question regarding c++, is it more efficient to use memcmp to determine equality of two objects of the same type. This is n...
2 comments:
Wednesday, December 9, 2009

communicate with service on android

›
While doing android programming, it's a common sense to use Activity to interact with users and use Service to perform time consuming ta...
‹
›
Home
View web version
Powered by Blogger.