[broken] Add some TODO messages

The ExpandableListView is working, but needs *SIGNIFICANT* refactoring/edits before moving on.
This commit is contained in:
Bradlee Speice 2014-07-22 23:51:14 -04:00
parent 07f6705539
commit f3cd9b8de4
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,10 @@ import butterknife.ButterKnife;
import butterknife.InjectView; import butterknife.InjectView;
import rx.functions.Action1; import rx.functions.Action1;
/**
* ExpandableListView Navigation Drawer
* TODO: Refactor out to ExpandableNavDrawerAdapter?
*/
public class BibleNavAdapter extends BaseExpandableListAdapter { public class BibleNavAdapter extends BaseExpandableListAdapter {
@Inject @Inject

View File

@ -19,6 +19,7 @@ import javax.inject.Named;
* ExpandableListView for managing books of the Bible. * ExpandableListView for managing books of the Bible.
* We extend from @link{BaseNavigationDrawerFragment} so we can inherit some of the lifecycle * We extend from @link{BaseNavigationDrawerFragment} so we can inherit some of the lifecycle
* pieces, but the actual view inflation is done by us. * pieces, but the actual view inflation is done by us.
* TODO: Extend BaseExpNavigationDrawerFragment?
*/ */
public class ViewerNavDrawerFragment extends BaseNavigationDrawerFragment { public class ViewerNavDrawerFragment extends BaseNavigationDrawerFragment {