기술참고자료/Android | 2011. 3. 4. 11:34
In this tutorial I will show you how to use TabActivity together with ActivityGroup in order to make nested activities inside tabs. In this solution you can have several nested activities on a tab without “loosing” your tab navigation. The idea is to use a LocalActivityManager to start the nested activities. Then replace the View of the ActivityGroup with the view of the different Activities. Now, this may sound complicated, but it’s really quite simple.
First off, the TabActivity class...
원문글 내용 : http://blog.henriklarsentoft.com/2010/07/android-tabactivity-nested-activities/
TelephonyManager 클래스의 getDeviceId()에 대한 포스팅 (0) | 2011.03.06 |
---|---|
Android ActivityGroup and TabActivity Sample Application (0) | 2011.03.04 |
브로드캐스트리시버의 등록과 해제 (0) | 2011.03.04 |
커스텀 타이틀바 처리하기 (0) | 2011.03.04 |
onConfigurationChanged()이용해서 시스템 세팅 변경에 따른 이벤트 체크하기!! (0) | 2011.03.04 |
Recent Comments