Dev Fragment

abstract class DevFragment : Fragment, DevView

Base class for fragment

Author

Jimly A.

Since

31-May-20.

See also

Constructors

Link copied to clipboard
fun DevFragment()

instance for fragment class

Functions

Link copied to clipboard
open override fun onCreateView(    inflater: LayoutInflater,     container: ViewGroup?,     savedInstanceState: Bundle?): View?

Method to inflate fragment's view

Properties

Link copied to clipboard
abstract val layoutResource: Int

the layout id of the fragment

Sources

Link copied to clipboard