-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.优化代码。
- Loading branch information
Showing
21 changed files
with
468 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
LRecyclerview_library/src/main/java/com/github/jdsjlzx/interfaces/OnLoadMoreListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package com.github.jdsjlzx.interfaces; | ||
|
||
/** | ||
* 加载更多事件 | ||
* @author jdsjlzx | ||
* @created 2016/9/30 14:09 | ||
* | ||
*/ | ||
public interface OnLoadMoreListener { | ||
|
||
void onLoadMore(); | ||
|
||
} |
12 changes: 12 additions & 0 deletions
12
LRecyclerview_library/src/main/java/com/github/jdsjlzx/interfaces/OnRefreshListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.github.jdsjlzx.interfaces; | ||
|
||
/** | ||
* 下拉刷新事件 | ||
* @author jdsjlzx | ||
* @created 2016/9/30 14:17 | ||
* | ||
*/ | ||
|
||
public interface OnRefreshListener { | ||
void onRefresh(); | ||
} |
76 changes: 0 additions & 76 deletions
76
LRecyclerview_library/src/main/java/com/github/jdsjlzx/interfaces/Openable.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.