트위터 크롤러 계속 진행중~~
2010-10-12 15:58:12

1. 이 사람은 분명히 소스가 있을 것이다. 이유는 실험시 소스가 없는 경우는 없을 것이므로.

2. FollowingRelation.getSource(String target)으로 source를 찾는다.

3. TwitterCrawler.getFollower()로 tareget의 status를 찾는다.

4. 이 방법도 안통하면 그냥 omit.

▼ more
YUV와 RGB의 관계?
2010-10-12 08:54:32

onPreviewFrame(byte[] data, Camera camera)

data the contents of the preview frame in the format defined by ImageFormat, which can be queried with getPreviewFormat(). If setPreviewFormat(int) is never called, the default will be the YCbCr_420_SP (NV21) format.

camera the Camera service object.

onPictureTaken

data a byte array of the picture data

camera the Camera service object

▼ more
asdf
2010-10-12 06:20:11

asdfasdf

▼ more
ndepth 번째 screenName을 구해주는 query.
2010-10-11 18:17:39

음 쿼리 실력이 없어서;

결국 application에서 코드를 만들고 넣도록 해야겠다;;

▼ more