forked from aesion/bilisoleil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zzq
committed
Jul 2, 2017
1 parent
0ca89af
commit 24e2e7a
Showing
42 changed files
with
18 additions
and
11 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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/8 16:35 | ||
* 描述:番剧时间表 | ||
* 描述:番剧索引 | ||
*/ | ||
|
||
public class BangumiIndexActivity extends BaseRefreshActivity<BangumiIndexPresenter, BangumiIndex.CategoryBean> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/5 22:28 | ||
* 描述:游戏中心 | ||
* 描述:所有游戏 | ||
*/ | ||
public class AllGameActivity extends BaseRefreshActivity<GameCenterPresenter, GameCenter.GameListBean> implements GameCenterContract.View { | ||
private SectionedRVAdapter mSectionedAdapter; | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/11 12:04 | ||
* 描述: | ||
* 描述:主页 | ||
*/ | ||
public class HomeFragment extends RxFragment { | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/10 22:25 | ||
* 描述: | ||
* 描述:兴趣圈 | ||
*/ | ||
public class InterestActivity extends BaseRegionActivity { | ||
private String[] mTitlesArr = new String[]{"首页", "发现", "我的"}; | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/11 12:04 | ||
* 描述: | ||
* 描述:我的 | ||
*/ | ||
public class MineFragment extends RxFragment { | ||
|
||
|
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 |
---|---|---|
|
@@ -29,6 +29,12 @@ | |
|
||
import butterknife.BindView; | ||
|
||
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/23 14:23 | ||
* 描述:首页 | ||
*/ | ||
|
||
public class MainActivity extends BaseActivity implements NavigationView.OnNavigationItemSelectedListener { | ||
|
||
long exitTime = 0L; | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/30 12:30 | ||
* 描述: | ||
* 描述:基础分区 | ||
*/ | ||
public abstract class BaseRegionActivity<T extends BaseContract.BasePresenter, K> extends BaseActivity<T> { | ||
protected TextView mTvTitle; | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/29 11:46 | ||
* 描述: | ||
* 描述:基础搜索 | ||
*/ | ||
public abstract class BaseSearchFragment<T extends BaseContract.BasePresenter, K> extends BaseFragment<T> implements BaseSearchContract.View { | ||
|
||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/29 11:46 | ||
* 描述: | ||
* 描述:影视 | ||
*/ | ||
public class MovieFragment extends BaseSearchFragment<MoviePresenter, Movie.DataBean.ItemsBean> implements MovieContract.View { | ||
private MovieAdapter mAdapter; | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/6/18 13:55 | ||
* 描述: | ||
* 描述:搜索 | ||
*/ | ||
|
||
public class SearchActivity extends BaseRegionActivity<SearchPresenter, Nullable> implements SearchContract.View { | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/29 11:46 | ||
* 描述: | ||
* 描述:番剧 | ||
*/ | ||
public class SeasonFragment extends BaseSearchFragment<SeasonPresenter, Season.DataBean.ItemsBean> implements SeasonContract.View { | ||
private SeasonAdapter mAdapter; | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
/** | ||
* @author zzq 作者 E-mail: [email protected] | ||
* @date 创建时间:2017/5/29 11:46 | ||
* 描述: | ||
* 描述:up | ||
*/ | ||
public class UpFragment extends BaseSearchFragment<UpPresenter, Up.DataBean.ItemsBean> implements UpContract.View { | ||
private UpAdapter mAdapter; | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.