Skip to content

Commit 4b775c5

Browse files
committed
publish v1.2.5
1 parent 7d78eec commit 4b775c5

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.idea/checkstyle-idea.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
ActivityBus
32
---
4-
ActivityBus provides a simple annotation-based API,generates a helper class to transfer various types of data between Activities and from Activity to Fragment,in order to keep your code clean and your job efficient.
3+
ActivityBus provides a simple annotation-based API, generates a helper class to transfer various types of data from Activity to Activity and Activity to Fragment, in order to keep your code clean and your job efficient.
54

65
English | [中文](https://github.com/KingJA/ActivityBus/blob/master/README_CN.md)
76
![](https://github.com/KingJA/ActivityBus/blob/master/res/activitybus.png)
@@ -43,7 +42,7 @@ public class TargetActivity extends AppCompatActivity {
4342
```
4443

4544
###### Step 2 (transfer data)
46-
Upon compilation, ActivityBus generates a class as TargetActivityBus([Activity Name] + Bus),call **goActivity()** to transfer the data in the 'FromActivity',here is MainActivity.
45+
Upon compilation, ActivityBus will generate a class such as TargetActivityBus ([**Activity Name**] + **Bus**), then call **goActivity()** to transfer the data in the `FromActivity`, here is MainActivity.
4746

4847
```java
4948
public class MainActivity extends AppCompatActivity {
@@ -99,9 +98,11 @@ getSupportFragmentManager().beginTransaction().add(R.id.fl_fragment, targetFragm
9998

10099
Changelog
101100
---
101+
**Version 1.2.5 (2017-07-28)**
102+
- add Fragment case.
102103

103104
**Version 1.1.1 (2017-07-20)**
104-
- Initial release .
105+
- Initial release.
105106

106107
Contact me
107108
---

README_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
ActivityBus
32
---
4-
ActivtyBus基于编译时注解,自动生成帮助类,实现Activity和Activityt之间,Activity和Fragment之间的一键数值传值,避免了重写模板代码,提高开发效率。
3+
ActivtyBus基于编译时注解,自动生成帮助类,实现Activity和Activityt之间,Activity和Fragment之间的一键数据传值,避免了重写模板代码,提高开发效率。
54

65
中文 | [English](https://github.com/KingJA/ActivityBus/blob/master/README.md)
76
![](https://github.com/KingJA/ActivityBus/blob/master/res/activitybus.png)

0 commit comments

Comments
 (0)