Skip to content

Commit bdd6cbb

Browse files
committed
Update Readme file by adding article links
1 parent f04a4e5 commit bdd6cbb

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,16 @@ Used new [Google Firebase](http://firebase.google.com/) as application Analytics
9393

9494
Sample test cases are implemented by mockito, espresso, robolectric and mocking dagger.
9595

96-
Finally, used [circleci](https://circleci.com/gh/mmirhoseini/marvel) and [travis ci](https://travis-ci.org/mmirhoseini/marvel) as Continues Integration services which are bind with [Github](https://github.com/mmirhoseini/marvel) repo.
96+
Finally, used [circleci](https://circleci.com/gh/mmirhoseini/marvel) and [travis ci](https://travis-ci.org/mmirhoseini/marvel) as Continues Integration services which are bind with [Github](https://github.com/mmirhoseini/marvel) repo.
97+
98+
--------------------
99+
100+
### Read more... ###
101+
You can read more about this sample project in this 5-part article:
102+
103+
* [Part 1: Lets get to know the project](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-1-lets-get-to-know-the-project-d3fd553b3e21#.h18h1lefy)
104+
* [Part 2: How Dagger helps with the project](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-2-how-dagger-helps-with-the-project-90d049a45e00#.744fya69g)
105+
* [Part 3: Calling APIs using Retrofit](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-3-calling-apis-using-retrofit-23757f4eee05#.8c1wpn1vz)
106+
* [Part 4: RxJava and RxAndroid know how to response](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-4-rxjava-and-rxandroid-knows-how-to-response-cde42ccc4958#.pvk5vac37)
107+
* [Part 5: Writing Test using a mixture of Dagger and Espresso](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-5-writing-test-using-a-mixture-of-dagger-and-espresso-15c638182706#.mildke14n)
108+

app/src/test/java/com/mirhoseini/marvel/activity/MainActivityRobolectricTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
package com.mirhoseini.marvel.activity;
22

3-
import android.content.ComponentName;
4-
import android.content.Intent;
5-
63
import com.mirhoseini.marvel.BuildConfig;
74
import com.mirhoseini.marvel.R;
85
import com.mirhoseini.marvel.test.support.ShadowSnackbar;
@@ -54,5 +51,4 @@ public void testShowOfflineMessage() throws Exception {
5451
}
5552

5653

57-
5854
}

0 commit comments

Comments
 (0)