/demo

Primary LanguageKotlinApache License 2.0Apache-2.0

Demonstration App

App explanations

  • Architecture: MVVM
  • Storage: Room + SharedPreferences
  • Separation of code into logical modules (see MODULES.md)
  • Domain layer separation from API
  • Unit testing of standalone logic
  • Instrumentation testing of end-to-end journeys

Usage

  • App can used as standalone app
  • Deep link can used to access specific Album.
    Deep link schema: 'demo://album/[albumID]'
List of improvements
  • Instrumentation testing tooling should be improved to allow less boilerplate code and more generalisation and abstraction, allowing faster writing of tests.
  • App designs should be done by actual designer.
  • Themes and styles could be created for specific elements to allow faster and more uniform styling of the UI elements.
  • Pagination could be used for loading items from Room database.

External Tools

Code Quality

Quality gate

Code Smells Maintainability Rating Security Rating Bugs Coverage Lines of Code Vulnerabilities Duplicated Lines (%) Reliability Rating Technical Debt

Analysis of the codebase, including finding known issues, bugs, security issues, unit test code coverage, and much more.

BitRise CI/CD

Build Status

Continuous Integration and Continuous Delivery (CI/CD) pipelines for builds, testing, integration and releases.