https://github.com/santimattius/android-testing
Example of Android Testing for Medium Articles
https://github.com/santimattius/android-testing
android testing testing-android-fragments
Last synced: about 1 year ago
JSON representation
Example of Android Testing for Medium Articles
- Host: GitHub
- URL: https://github.com/santimattius/android-testing
- Owner: santimattius
- Created: 2023-03-04T20:27:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T23:38:13.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:28:33.157Z (over 1 year ago)
- Topics: android, testing, testing-android-fragments
- Language: Kotlin
- Homepage:
- Size: 6.29 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งจโ Android Testing [update in progress] ๐งจโ

## Content
TheMovieDB API: Check this [documentation](https://www.themoviedb.org/documentation/api).
## Setup
Using local properties for define api key:
```properties
apiKey="{your-api-key}"
```
## Verification
Run check project:
```shell
> ./gradlew check
```
Run tests project:
```shell
> ./gradlew test
```
## References
- [Guide to app architecture](https://developer.android.com/jetpack/guide)
- [Android developers](https://developer.android.com/)
- [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
- [Clean Code](https://blog.cleancoder.com/)