Search code examples
xamarinxamarin.androidmvvmcross

MvvmCross complete API documentation list


Is there a documentation of complete APIs in MVVMCross available ? My eyes didn't find one in MvvmCross Documentation or GitHub Repository . I was basically looking for UI-Controls available as a part of library like MvxRecyclerView .


Solution

  • MvvmCross does currently not have any API docs. However, if you look in the repository, you will be able to find base Android Views here: https://github.com/MvvmCross/MvvmCross/tree/develop/MvvmCross/Platforms/Android/Binding/Views

    And additional from support packages here: