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

2021年1月31日

摘要: Fragment四种跳转方式 从同一个Activiy的一个Fragment跳转到另外一个Fragment从一个Activity的Fragment跳转到另外一个Activity从一个Activity跳转到另外一个Activity的Fragment上从一个Activity的Fragment跳转到另外一个 阅读全文

posted @ 2021-01-31 13:37 ***Pepsi*** 阅读(52) 评论(0) 推荐(0) 编辑


2021年1月30日

摘要: GridViewActivity package com.example.firstapp.gridview; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import 阅读全文

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


2021年1月29日

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

posted @ 2021-01-29 13:33 ***Pepsi*** 阅读(11) 评论(0) 推荐(0) 编辑


2021年1月28日

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

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


2021年1月27日

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

posted @ 2021-01-27 13:25 ***Pepsi*** 阅读(8) 评论(0) 推荐(0) 编辑


2021年1月26日

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

posted @ 2021-01-26 13:17 ***Pepsi*** 阅读(9) 评论(0) 推荐(0) 编辑


2021年1月25日

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

posted @ 2021-01-25 13:16 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑


2021年1月23日

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

posted @ 2021-01-23 13:08 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑


2021年1月21日

摘要: 10.ListView Java package com.example.firstapp.ListView; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import 阅读全文

posted @ 2021-01-21 13:00 ***Pepsi*** 阅读(9) 评论(0) 推荐(0) 编辑


2021年1月19日

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

posted @ 2021-01-19 12:45 ***Pepsi*** 阅读(17) 评论(0) 推荐(0) 编辑


2021年1月18日

摘要: 8.ImageView和使用第三方库加载网络图片 1 package com.example.firstapp; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.os.Bundle; 6 import a 阅读全文

posted @ 2021-01-18 12:43 ***Pepsi*** 阅读(24) 评论(0) 推荐(0) 编辑


2021年1月17日

摘要: 7.checkbox xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_ 阅读全文

posted @ 2021-01-17 12:38 ***Pepsi*** 阅读(25) 评论(0) 推荐(0) 编辑


2021年1月16日

摘要: checkbox 学习 1 package com.example.firstapp; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.os.Bundle; 6 import android.widget 阅读全文

posted @ 2021-01-16 12:36 ***Pepsi*** 阅读(24) 评论(0) 推荐(0) 编辑


2021年1月15日

摘要: 6.radiobutton 继昨天学习Java之后 今天是与之对应的xml文件 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文

posted @ 2021-01-15 12:28 ***Pepsi*** 阅读(19) 评论(0) 推荐(0) 编辑


2021年1月14日

摘要: Radio button 学习Radiobutton package com.example.firstapp; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.wid 阅读全文

posted @ 2021-01-14 12:26 ***Pepsi*** 阅读(22) 评论(0) 推荐(0) 编辑


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

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