# android_exp **Repository Path**: Crazyhuhuhu/android_exp ## Basic Information - **Project Name**: android_exp - **Description**: 我的安卓实验二代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android ## README # android_exp #### 介绍 我的安卓实验代码,仅供我完成学校的实验,任取之 1. 确保在Android Studio下运行 2. 确保用户目录的.gradle\wrapper\dists下为6.5版本(也可以指定在别的地方,不多赘述) #### 参与贡献 1. 陈梓跃 #### 内容 - [x] exp_1 * LinearLayout布局(线性布局) * RelativeLayout布局(相对布局) * TableLayout布局(表格布局) - [x] exp_2 * 基本常用组件 * ListView的使用 * 使用XML定义菜单 - [x] exp_3 * Intent的使用 - [x] exp_4 * SQLite的使用 - [ ] exp_5 * Webservice