資源簡介
android開發(fā),兩種不同方式時間軸界面;1、嵌套RecyclerView,需要在Adapter布局中再實(shí)現(xiàn)一個RecyclerView
2、把解析的數(shù)據(jù)再進(jìn)行封裝之后實(shí)現(xiàn)數(shù)據(jù)的平鋪,只要一個RecyclerView即可實(shí)現(xiàn)效果,根據(jù)不同的數(shù)據(jù)類型設(shè)置不同的布局實(shí)現(xiàn)數(shù)據(jù)的展示
代碼片段和文件信息
package?com.hx.myapplication.activity.test;
import?android.os.Bundle;
import?android.support.annotation.Nullable;
import?android.support.v7.app.AppCompatActivity;
import?android.support.v7.widget.LinearLayoutManager;
import?android.support.v7.widget.RecyclerView;
import?android.widget.Toast;
import?com.hx.myapplication.R;
import?java.util.ArrayList;
import?java.util.List;
import?butterknife.BindView;
import?butterknife.ButterKnife;
/**
?*?@author:?hexiao
?*?@Date:?2019/4/24?11:26.
?*?@Description:
?*/
public?class?TimeLineActivity?extends?AppCompatActivity??{
????@BindView(R.id.time_line)
????RecyclerView?recyclerView;
????private?TimeLineAdapter?timeLineAdapter;
????private?TimeLineAdapter1?timeLineAdapter1;
????@Override
????protected?void?onCreate(@Nul
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????518??2019-04-24?13:32??時間軸實(shí)現(xiàn)\activity_time_line.xm
?????文件???????2583??2019-02-15?15:14??時間軸實(shí)現(xiàn)\colors.xm
?????文件????????702??2019-04-24?11:53??時間軸實(shí)現(xiàn)\item_news.xm
?????文件???????1289??2019-04-24?14:57??時間軸實(shí)現(xiàn)\item_news_ti
?????文件???????2257??2019-04-24?15:16??時間軸實(shí)現(xiàn)\item_time_line.xm
?????文件???????2032??2019-04-24?15:14??時間軸實(shí)現(xiàn)\item_time_line1.xm
?????文件???????1221??2019-04-24?14:51??時間軸實(shí)現(xiàn)\right.png
?????文件????????196??2019-04-24?10:21??時間軸實(shí)現(xiàn)\shape_circle_gray.xm
?????文件???????7204??2019-04-24?16:04??時間軸實(shí)現(xiàn)\TimeLineActivity.java
?????文件???????4644??2019-04-24?15:44??時間軸實(shí)現(xiàn)\TimeLineAdapter.java
?????文件???????3876??2019-04-24?16:01??時間軸實(shí)現(xiàn)\TimeLineAdapter1.java
?????文件???????1750??2019-04-24?11:45??時間軸實(shí)現(xiàn)\TimeLineData.java
?????文件???????1633??2019-04-24?15:57??時間軸實(shí)現(xiàn)\TimeLineData1.java
?????目錄??????????0??2019-04-24?16:13??時間軸實(shí)現(xiàn)
-----------?---------??----------?-----??----
????????????????29905????????????????????14
評論
共有 條評論