上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页

2021年2月15日

摘要: HorAdapter package com.example.firstapp.recyclerview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; im 阅读全文

posted @ 2021-02-15 14:10 ***Pepsi*** 阅读(28) 评论(0) 推荐(0) 编辑


2021年2月14日

摘要: GridRecyclerViewActivity package com.example.firstapp.recyclerview; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widg 阅读全文

posted @ 2021-02-14 14:08 ***Pepsi*** 阅读(30) 评论(0) 推荐(0) 编辑


2021年2月13日

摘要: GridAdapter 1 package com.example.firstapp.recyclerview; 2 3 import android.content.Context; 4 import android.view.LayoutInflater; 5 import android.vi 阅读全文

posted @ 2021-02-13 14:07 ***Pepsi*** 阅读(29) 评论(0) 推荐(0) 编辑


2021年2月12日

摘要: activity_grid_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:la 阅读全文

posted @ 2021-02-12 14:06 ***Pepsi*** 阅读(18) 评论(0) 推荐(0) 编辑


2021年2月11日

摘要: activity_gridview <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation= 阅读全文

posted @ 2021-02-11 14:05 ***Pepsi*** 阅读(17) 评论(0) 推荐(0) 编辑


2021年2月10日

摘要: activity_hor_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:lay 阅读全文

posted @ 2021-02-10 14:03 ***Pepsi*** 阅读(14) 评论(0) 推荐(0) 编辑


2021年2月9日

摘要: activity_linear_recycler_view <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" androi 阅读全文

posted @ 2021-02-09 14:02 ***Pepsi*** 阅读(6) 评论(0) 推荐(0) 编辑


2021年2月8日

摘要: activity_recycler_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_ 阅读全文

posted @ 2021-02-08 13:59 ***Pepsi*** 阅读(18) 评论(0) 推荐(0) 编辑


2021年2月7日

摘要: activity_web_view <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http:// 阅读全文

posted @ 2021-02-07 13:57 ***Pepsi*** 阅读(11) 评论(0) 推荐(0) 编辑


2021年2月6日

摘要: layout_grid_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width= 阅读全文

posted @ 2021-02-06 13:55 ***Pepsi*** 阅读(13) 评论(0) 推荐(0) 编辑


2021年2月5日

摘要: layout_grid_recyclerview_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android: 阅读全文

posted @ 2021-02-05 13:54 ***Pepsi*** 阅读(11) 评论(0) 推荐(0) 编辑


2021年2月4日

摘要: layout_hor_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width=" 阅读全文

posted @ 2021-02-04 13:53 ***Pepsi*** 阅读(9) 评论(0) 推荐(0) 编辑


2021年2月3日

摘要: layout_linear_item <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_widt 阅读全文

posted @ 2021-02-03 13:52 ***Pepsi*** 阅读(9) 评论(0) 推荐(0) 编辑


2021年2月2日

摘要: SharedHelper package com.example.firstapp; import android.content.Context; import android.content.SharedPreferences; import android.widget.Toast; impo 阅读全文

posted @ 2021-02-02 13:51 ***Pepsi*** 阅读(30) 评论(0) 推荐(0) 编辑


2021年2月1日

摘要: MyGridViewAdapter package com.example.firstapp.gridview; import android.content.Context; import android.view.LayoutInflater; import android.view.View; 阅读全文

posted @ 2021-02-01 13:45 ***Pepsi*** 阅读(15) 评论(0) 推荐(0) 编辑


上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页

Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes