An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ๐Ÿงจโ€‹ Android Testing [update in progress] ๐Ÿงจโ€‹

App Capture

## 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/)