Skip to content

Commit 9fd5bc4

Browse files
author
Joe Rowley (jrowley)
committed
Updating the readme ust a bit
1 parent 97b7cb7 commit 9fd5bc4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ The master branch is the starting point, and doesn't actually have much of use o
1515

1616
The standard branch holds the starting point for the discussion, what I consider to be the "standard" way of building an Android app. This version of the app is build according to most tutorials and documented examples that are available. This includes the Android version of and MVC architecture with very prominent Activities and Fragments that handle much of the view and business logic for the app. It also includes using Loaders for data loading and maybe even an AsyncTask or two. Some great tools can be included in this type of archictecture, including Dagger and RxAndroid to name just a couple.
1717

18-
This style of application works well. There are countless wonderful apps built in this way, including most of the apps that I have built or worked on. But it presents a few challenges. Primarily, Android is notoriously difficult to test because so much is wrapped up in components that require instrumentation. If you're like me you use this as a really great excuse:
19-
*"I would love to unit test my app, but you just can't unit test Android."*
20-
Developer absolved!
18+
This style of application works well. There are countless wonderful apps built in this way, including most of the apps that I have built or worked on. But it presents a few challenges. Primarily, Android is notoriously difficult to test because so much is wrapped up in components that require instrumentation. If you're like me you use this as a really great excuse: <br />*"I would love to unit test my app, but you just can't unit test Android."* <br />Developer absolved!
2119

2220
####MVPI
2321

@@ -39,6 +37,10 @@ For version numbers and build variant usage see app/build.gradle
3937

4038
To Do ;)
4139

40+
API Used In the App
41+
---
42+
To Do ;)
43+
4244
AndroidStudio and Gradle
4345
---
4446

0 commit comments

Comments
 (0)