[Android-Develop] Navigation Drawer - Part 2

2015. 9. 28. 18:06 - Song's IT

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 카테고리의 포스트를 톺아봅니다