Android Studio相关
文章平均质量分 73
Hankerchen
#天道酬勤#厚积薄发,越努力,越幸运!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android studio相关(4):B站‘Android架构解析’基础入门笔记——第四章RecyclerView
1、RecyclerView原创 2021-06-30 15:16:16 · 208 阅读 · 0 评论 -
Android studio相关(3):B站‘Android架构解析’基础入门笔记——第三章ListView
一、ListView MainActivity.java package com.example.mylistview; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ListView; import java.util.ArrayList; import java.util.List; public原创 2021-06-30 15:16:02 · 200 阅读 · 0 评论 -
Android studio相关(2):B站‘Android架构解析’基础入门笔记——第二章布局
学习B站‘Android架构解析’【2021最新版】Android(安卓)开发零基础入门课程【全套】 1 布局 1.1 LinearLayout <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" andr原创 2021-06-30 15:15:49 · 256 阅读 · 0 评论 -
Android studio相关(1):B站‘Android架构解析’基础入门笔记——第一章控件
学习B站‘Android架构解析’ 1 文本控件 1.1 TextView1 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:or原创 2021-06-30 15:15:20 · 406 阅读 · 0 评论
分享