블로그
- [android] onOffsetChanged expand , collapse 체크 하는방법 [android] onOffsetChanged expand , collapse 체크 하는방법 CollapsingToolbarLayout layout 안에 AppBarLayout custom하고 addOnOffsetChangedListener(this); @Override public void onOffsetChanged(AppBarLayout appBarLayout, int
- Android Socket Example Android 기반에서 서버에 연결하거나 응답을 처리하는 코드는 유저 쓰레드에서 하도록 되어 있다. class ServerForAndroid { public static void main(String[] args) { // TODO Auto-generated method stub int
- Android Socket Example Android 기반에서 서버에 연결하거나 응답을 처리하는 코드는 유저 쓰레드에서 하도록 되어 있다. class ServerForAndroid { public static void main(String[] args) { // TODO Auto-generated method stub int
- GingerBread 에서의 DRM content corruption 이슈 이번에 drm storage 의 external 구현중 발견한 버그로 안드로이드 이슈사이트에도 등록했다. http://code.google.com/p/android/issues/detail DrmStore.java 에서는 아래와 같이 1000 바이트의 buffer 를 사용하여 byte[] buffer = new byte[1000]; int count; while ((count
- (망고64-Cupcake) Input Device - Mouse Clase 추가 및 Cursor Support (mango64 ) kernel, cupcake 소스 릴리즈 (2010-05-18) step 1 : android input device 추가하기 input event 가 읽어 지면 as defined by EventHub. public static final int CLASS_KEYBOARD = 0x00000001; public static final int