Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 로고
- 파일io
- Signal
- 운영체제
- Android
- 함수
- 커널
- kernel
- Lock
- 미디어학부
- 프로세스
- 별지기
- 우분투
- 리눅스
- 컴시
- 쓰레드
- Linux
- 숭실대
- 학생복지위원회
- 태그를 입력해 주세요.
- 와인
- logo
- 별
- wine
- 정기철
- 컴퓨터시스템개론
- 안드로이드
- Process
- 학복위
- 로고 프로그램
Archives
- Today
- Total
두근두근이야기
안드로이드 activity fragmentactivity 차이 본문
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 getSupportFragmentManager()
respectively
fragmentactivity는 화면 분할에 대한 이슈.
한 화면을 분할한다던지 등에 대한 것.
'IT > IT :Android' 카테고리의 다른 글
ndk-build 에러 (0) | 2013.10.07 |
---|---|
MapFragment, android.support.v4.app.fragmet 문제 (0) | 2013.10.02 |
SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length (0) | 2013.10.01 |
구글맵 api v2 (0) | 2013.10.01 |
오버라이딩, 오버로딩 (0) | 2013.09.30 |