-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Dilip Vinu Radhakrishnan edited this page Jan 2, 2017
·
2 revisions
Welcome to the Lumiere wiki!
Lumiere remove all boiler platter code in activity creation.
#Feature
-
LumiereBaseActivity
LumiereBaseActivity contain inbuilt App Bar, Toolbar, Navigation Drawer, Fragment transaction initialisation and permission support. You can enable/disable any of these with simple function override.
-
LumiereBaseFragment
LumiereBaseFragment contain all the function that require to communicate with Activity. LumiereBaseFragment has fragmentController interface with implement by LumiereBaseActivity.
-
Android Permission Support