Skip to content

Commit

Permalink
Removed a redundant advice summary from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Nov 21, 2014
1 parent ec3a1f8 commit 96be317
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ Feedback is welcomed, but check the [guidelines](https://github.com/futurice/and

#### Use Gradle and its recommended project structure
#### Put passwords and sensitive data in gradle.properties
#### Don't write your own HTTP client, use Volley or Retrofit libraries
#### Don't write your own HTTP client, use Volley or OkHttp libraries
#### Use the Jackson library to parse JSON data
#### Use Volley or Retrofit+OkHttp+Picasso for networking and images
#### Avoid Guava and use only a few libraries due to the *65k method limit*
#### Use Fragments to represent a UI screen
#### Use Activities just to manage Fragments
Expand Down

0 comments on commit 96be317

Please sign in to comment.