随笔分类 -  Android

AppInventor
摘要:![image](https://img2024.cnblogs.com/blog/1639527/202511/1639527-20251119084443286-1010671439.png) 阅读全文
posted @ 2025-11-19 08:45 yunkuang 阅读(11) 评论(0) 推荐(0)
Android-9
摘要:1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.androi 阅读全文
posted @ 2020-11-10 08:20 yunkuang 阅读(159) 评论(0) 推荐(0)
Android-6
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-10-08 23:30 yunkuang 阅读(200) 评论(0) 推荐(0)
Android-5
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2020-10-06 22:00 yunkuang 阅读(174) 评论(0) 推荐(0)
Android-4
摘要:package com.example.calculator; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi 阅读全文
posted @ 2020-09-23 22:55 yunkuang 阅读(275) 评论(0) 推荐(0)
Android-3
摘要:九宫格抽奖 package com.example.nine; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi 阅读全文
posted @ 2020-09-07 02:04 yunkuang 阅读(231) 评论(0) 推荐(0)
Android-2
摘要:应用登陆界面代码 package com.example.homework2; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import an 阅读全文
posted @ 2020-09-06 23:45 yunkuang 阅读(221) 评论(0) 推荐(0)