Skip to content

m2f/MmfAndroidUtility

Repository files navigation

MmfAndroidUtility for Android

This library uses goodness of android data binding for different custom view like

Custom TextViews

Wrapper Views (Takes above custom text view and wraps with expand and collapse feature)

  • ExpandableBulletView - Displays list of string arrays as bullet points with star as bullet mark and the same can be expanded and collapsed.
  • ExpandHtmlView - Displays html content in an text view with the help of [SufficientlySecure/html-textview library] (https://github.com/SufficientlySecure/html-textview)
  • ExpandableContentView - Display raw text in a text view but with expand and collapse feature.

See example app for detailed usage.

License

Apache License v2

For other licenses please refer the below repositories.

Authors

This library is combination of few other libraries to be used in android projects taken from below Repositories: