2. Custom Navigation Drawer 구현
(3) Layout을 표현할 Class파일 작성
이전 포스팅에서 작성한 Layout xml파일 을 실제 View 로 표현할 Class파일을 작성해야 한다. 구현할 Class는 아래와 같이 총 5개이다.
CustomDrawerAdapter
Next task is to create fragment class for all three layout files and implement a custom listview adapter. Create five class list down below
- CustomDrawerAdapter
- DrawerItem
- FragmentOne
- FragmentTwo
- FragmentThree
'Android > Develop' 카테고리의 다른 글
[Android-Develop] Navigation Drawer - Part 1 (0) | 2015.09.26 |
---|---|
[Android-Develop] getContext(), getApplicationContext(), getBaaseContext() (0) | 2015.01.05 |
[Android-Develop] 액티비티(Activity) 구성 (0) | 2015.01.05 |
[Android-Develop] 인플레이션(Inflation) (0) | 2015.01.05 |
[Android-Develop] TextWatcher (0) | 2015.01.01 |