Notice
Recent Posts
Recent Comments
Link
두근두근이야기
안드로이드 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 |