{"id":20471505,"url":"https://github.com/backbase/golden-sample-app-android","last_synced_at":"2025-08-17T10:09:10.726Z","repository":{"id":178876140,"uuid":"661623403","full_name":"Backbase/golden-sample-app-android","owner":"Backbase","description":"This example project is a reference implementation to showcase a number of best practices to use when building a new Android journey that leverages Backbase components and libraries.","archived":false,"fork":false,"pushed_at":"2025-08-01T07:25:23.000Z","size":883,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-08-10T09:38:21.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://backbase.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-03T09:31:54.000Z","updated_at":"2025-07-07T07:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"d256c22c-3efa-487c-9dd4-6562858e4f0b","html_url":"https://github.com/Backbase/golden-sample-app-android","commit_stats":null,"previous_names":["backbase/golden-sample-app-android"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Backbase/golden-sample-app-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backbase","download_url":"https://codeload.github.com/Backbase/golden-sample-app-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fgolden-sample-app-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270832787,"owners_count":24653613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T14:16:21.601Z","updated_at":"2025-08-17T10:09:10.717Z","avatar_url":"https://github.com/Backbase.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golden Sample Android App\nThe golden sample is a public repository that contains samples, examples and best practices. This repository should be used internally and externally to show the Backbase approach, architecture and way of working to our developers and customers.\n\n## Samples\nEvery sample lives on its own branch. The [CATALOG.md](CATALOG.md) file lists all the samples that the repo contains. The repository is updated with every LTS releases and these updates are tagged, you can easily compare a sample to the tag to see the code changes. \n\n### Contribution\nIf you want to create your own samples check the [CONTRIBUTING.md](CONTRIBUTING.md) for the guidelines.\n\n## Discussion\nYou can discuss samples, request new examples and report problems on Github Discussions. \n\n## 💻 Getting started\nThis project depends on various artifacts published to repositories on [Backbase Repo](https://repo.backbase.com). You must have read access to these repositories to build this project. The project also requires a specific keystore in order for the app to communicate with the backend.\nIn order to configure the project, please follow this [guide on Backbase.io](https://backbase.io/developers/documentation/mobile-devkit/getting-started/set-up-android-development/).\n\nNote that this project connects to the EBP Sandbox Environment, for that you need to request an API key as [mentioned here](https://backbase.io/developers/documentation/api-sandbox/retail-banking-usa/android-guide/). Add the key to the [config.json](app%2Fsrc%2Fmain%2Fassets%2Fbackbase%2Fconfig.json) file in the assets folder.\n\n### 📱 Login\nIn order to login you can find user credentials at [user-credentials page](https://backbase.io/ebp-sandbox/user-credentials?experience=retail)\n\n## The Journey Architecture\nBackbase mobile is built with the journey architecture, where a journey is an independent set of screens that form a typical user journey. To learn more about the Backbase journey architecture read this [guide](https://backbase.io/developers/documentation/retail-banking-universal/latest/system-wide/architecture/mobile-journey-architecture-understand/).\n\n## Test Suites Overview\nThe project includes testing, demonstrating how to test the journey through unit tests, instrumented tests, and screenshot tests. It also highlights how to generate code coverage reports by using Jacoco.\n\n### Run Unit Tests\n```sh\n./gradlew testDebug\n```\n\n### Run Instrumented and Screenshot tests\n\n`accounts-journey` \u003c/br\u003e\nThis module includes unit tests, UI tests, and screenshot tests. \u003c/br\u003e\nAll tests use mocks and are not connected to any external services.\n\n```sh\n./gradlew accounts-journey:cAT\n```\n\n`accounts-demo` \u003c/br\u003e\nThis module contains End-to-End UI tests for the Accounts Journey, connected to the EBP Sandbox Environment.\n\n\u003e [!IMPORTANT] \n\u003e A test account must be configured before running tests.\n\u003e Provide credentials by editing [accounts-demo/build.gradle.kts](accounts-demo/build.gradle.kts) using the [EBP Sandbox user credentials](https://backbase.io/ebp-sandbox/user-credentials?experience=retail).\n\n```sh\n./gradlew accounts-demo:cAT\n```\n\n`app` \u003c/br\u003e\nThis module includes End-to-End UI tests of the app, connected to the EBP Sandbox Environment.\n\n\u003e [!IMPORTANT] \n\u003e A test account must be configured before running tests.\n\u003e Provide credentials by editing [app/build.gradle.kts](app/build.gradle.kts) using the [EBP Sandbox user credentials](https://backbase.io/ebp-sandbox/user-credentials?experience=retail).\n\n```sh\n./gradlew app:cAT\n```\n\n### Run code coverage and root code coverage\n```sh\n./gradlew codeCoverageReport\n./gradlew rootCodeCoverageReport\n```\n\n### Run coverage verification and root coverage verification\n```sh\n./gradlew coverageVerification\n./gradlew rootCoverageVerification\n```\n\n## Static code analysis\nThe project uses [Detekt](https://github.com/detekt/detekt) for identifying code smells and performance issues.\n```sh\n./gradlew detekt\n./gradlew detektTest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fgolden-sample-app-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackbase%2Fgolden-sample-app-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fgolden-sample-app-android/lists"}