Skip to content

Commit

Permalink
Update Readme file by adding article links
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenoid committed Dec 8, 2016
1 parent f04a4e5 commit bdd6cbb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,16 @@ Used new [Google Firebase](http://firebase.google.com/) as application Analytics

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

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.
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.

--------------------

### Read more... ###
You can read more about this sample project in this 5-part article:

* [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)
* [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)
* [Part 3: Calling APIs using Retrofit](https://medium.com/@m_mirhoseini/yet-another-mvp-article-part-3-calling-apis-using-retrofit-23757f4eee05#.8c1wpn1vz)
* [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)
* [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)

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.mirhoseini.marvel.activity;

import android.content.ComponentName;
import android.content.Intent;

import com.mirhoseini.marvel.BuildConfig;
import com.mirhoseini.marvel.R;
import com.mirhoseini.marvel.test.support.ShadowSnackbar;
Expand Down Expand Up @@ -54,5 +51,4 @@ public void testShowOfflineMessage() throws Exception {
}



}

0 comments on commit bdd6cbb

Please sign in to comment.