일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 운영체제
- 리눅스
- 미디어학부
- 우분투
- 컴시
- 안드로이드
- 로고 프로그램
- 숭실대
- 정기철
- 학복위
- 쓰레드
- wine
- 로고
- kernel
- 파일io
- 함수
- Process
- 와인
- Android
- 커널
- 별지기
- logo
- Lock
- 컴퓨터시스템개론
- 별
- Signal
- 학생복지위원회
- 프로세스
- 태그를 입력해 주세요.
- Linux
- Today
- Total
목록IT/IT :Android (16)
두근두근이야기
http://smartsecuritylab.com/platform_security_bulletin/502 http://blog.naver.com/chlalsdud61?Redirect=Log&logNo=70155659344
http://www.holik.at/index.php?m=06&y=13&entry=entry130627-175237
반드시 jni 폴더 아래에 jni 파일이 있는 루트에서만 실행한다!그리고 PATH 꼭 등록하도록~~~ ndk-build가 안될 때 rm /usr/bin/awkln -s /usr/bin/gawk.exe /usr/bin/awk.exe 위와 같이 실행
java.lang.ClassCastException: com.google.android.gms.maps.MapFragment cannot be cast to android.support.v4.app.Fragment at android.support.v4.app.Fragment.instantiate이와 같은 오류는 FragmentActivity는 v4보다 낮은 안드로이드 버전과 호환되기 때문이다.xml파일에서 fragment를 SupportMapFragment로 바꾸어준다. 이와 같이 변경
A FragmentActivity is a subclass of Activity that was built for the Android Support Package.The FragmentActivity class adds a couple new methods to ensure compatibility with older versions of Android, but other than that, there really isn't much of a difference between the two. Just make sure you change all calls to getLoaderManager() and getFragmentManager() togetSupportLoaderManager() and getS..
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length 삼성갤럭시 시리즈(젤리빈) EditText를 사용했을 때 나오는 에러. 버그. inputBox.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); 추가하면 안나옴
이번 버전부터는 fragment 형태로 구글맵이 제공됩니다.이제 레이아웃에 구글맵을 추가해줍니다. 두가지의 경우를 생각해서 작성하시면됩니다. /////////////////////////////////////////////MapFragment를 쓰니 xml오류났음/////////////////////////////////////////////SupportMapFragment를 쓸것/////////////////////////////////////////////Project 우클릭 후/////////////////////////////////////////////AndroidTool에/////////////////////////////////////////////Add S..
오버라이딩 재정의 오버로딩중복정의