Skip to content

Commit

Permalink
修复data部分,getData为null的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude95 committed Jun 30, 2016
1 parent 2e0aeb5 commit 6e38993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Beam 是一套基于MVP模式的快速开发框架。定义了一套开发规范。并提供了基于这套规范的Activity,Fragment,Presenter,Model等父类及控件和API等,完成APP开发过程中大量繁琐工作。

##依赖
`compile 'com.jude:beam:3.0.1'`
`compile 'com.jude:beam:3.0.1'`

##MVP概念
MVP模式在Android开发中的使用越来越流行,它十分适合Android。最好先看看[本框架对MVP的理解](http://www.jianshu.com/p/ed2aa9546c2c)
Expand Down

0 comments on commit 6e38993

Please sign in to comment.