Skip to content
Prem Ankur edited this page Dec 27, 2018 · 5 revisions

Welcome to the facilis wiki!

Basic Usage

  • First, create an activity with BaseCardActivity() as superClass and return your fragment container ViewGroup(generally an empty FrameLayout) in getFragmentContainer()
class MainActivity : BaseCardActivity() {

    //...

    override fun getFragmentContainer(): Int = R.id.fragmentContainer
}
Clone this wiki locally