- Notifications
You must be signed in to change notification settings - Fork3.3k
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
License
android10/Android-CleanArchitecture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Architecting Android… Reloaded
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture approach.
Architecting Android…The clean way?
Architecting Android…The evolution
Clean Architecture…Dynamic Parameters in Use Cases
Here are some useful Gradle/adb commands for executing this example:
./gradlew clean build
- Build the entire example and execute unit and integration tests plus lint check../gradlew installDebug
- Install the debug apk on the current connected device../gradlew runUnitTests
- Execute domain and data layer tests (both unit and integration)../gradlew runAcceptanceTests
- Execute espresso and instrumentation acceptance tests.
Refer to the issues section:https://github.com/android10/Android-CleanArchitecture/issues
Here you can download and install the java codestyle.https://github.com/android10/java-code-styles
Copyright 2018 Fernando CejasLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
About
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.