Mobile app developed for the community to have the information of the Xamarin Summit event and to be able to contribute with the development.
Android version can be downloaded by Google Play
API developed with Azure Functions
- ViewModelLocator and NavigationService
- BottomTabbedPageRenderer
- Changing colors in tabbedPage
- ImageCircle
- IocContainer
- Commit Guide
- Each pull request must be assigned to an issue and only include the resolution of the request.
- Small Commits, with just one type
- feat (new feature)
- style (formatting in the code. Do not confuse with CSS)
- refactor (production code refactoring)
- test (add/refactor tests)
- fix (bugs :/)
- docs (documantation ;] )
- chore (task update or code that is not related to production)
- Follow this Commit Guide
- When using third-party example / codes, you must report to be inserted in Referrals.
- A PR can contain more than one commit.