mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
[broken] Add some TODO messages
The ExpandableListView is working, but needs *SIGNIFICANT* refactoring/edits before moving on.
This commit is contained in:
parent
07f6705539
commit
f3cd9b8de4
@ -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
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user