上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: <!-- res/layout/activity_main.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2024-11-13 12:20 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: <!-- res/layout/activity_main.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2024-11-12 21:20 赵千万 阅读(6) 评论(0) 推荐(0)
摘要: <!-- res/layout/activity_main.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2024-11-11 18:48 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.w 阅读全文
posted @ 2024-11-10 15:56 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import and 阅读全文
posted @ 2024-11-09 21:53 赵千万 阅读(8) 评论(0) 推荐(0)
摘要: import android.content.ContentProvider; import android.content.ContentUris; import android.content.ContentValues; import android.content.Context; impo 阅读全文
posted @ 2024-11-08 15:33 赵千万 阅读(9) 评论(0) 推荐(0)
摘要: import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; import android.util.Log; import androi 阅读全文
posted @ 2024-11-07 20:54 赵千万 阅读(11) 评论(0) 推荐(0)
摘要: import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; import androidx.annotation.Nullable; pu 阅读全文
posted @ 2024-11-06 21:47 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; import androidx.annotation.Nullable; pu 阅读全文
posted @ 2024-11-05 17:24 赵千万 阅读(15) 评论(0) 推荐(0)
摘要: import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonN 阅读全文
posted @ 2024-11-04 22:27 赵千万 阅读(6) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页