Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sungerk committed Dec 3, 2015
1 parent 2c855a8 commit 740910a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
#Material Design App

### 1. MVP pattern

### 2.Android Lollipop Widget
Used Recyclerview 、Toolbar、TabLayout、SwipeRefreshLayout、NavigationView、CoordinatorLayout、CardView...

### 3.Dependencies
```java
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.github.bumptech.glide:okhttp-integration:1.3.1@aar'
compile 'cn.bingoogolapple:bga-badgeview:1.0.2'
compile 'com.github.traex.rippleeffect:library:1.3'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'

```



##App Demo Video
* [秒拍](http://video.weibo.com/show?fid=1034:bfc656854efd057774b1579c794add03)

* [Youtube](https://youtu.be/DrtlLFxlP_4)


1 change: 0 additions & 1 deletion app/src/main/java/org/sunger/net/api/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class ApiClient {
public static OkHttpRequest.Builder create(String path, Map paramsMap, Map headerMap) {
return new OkHttpRequest.Builder()
.url(AppConstants.RequestPath.BASE_URL + path).params(paramsMap).headers(headerMap);

}

public static OkHttpRequest.Builder create(String path, Map paramsMap) {
Expand Down

0 comments on commit 740910a

Please sign in to comment.