
android
android相关内容
时也twilight
一个想不出来的简介
展开
-
android-整理通知、广播、服务的相关知识点
通知消息推送,提醒基本步骤练习12响应消除通知3声音4震动5LED灯pendingIntentflag取值(一般选择第四个)Intent 与 PendingIntent 的区别task自定义notificationtoast广播接受系统广播,动态检测网络环境接收系统广播,静态注册开机启动用上一个方法实现,只需盖一个地方动态注册,销毁多个接收器接收总结强制下线原创 2020-06-29 19:14:09 · 290 阅读 · 0 评论 -
Android My12306项目(二)
我的联系人列表访问http://localhost/getcontactByuserid获得联系人列表显示在listview控件上activity_mycontact.xml布局文件<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"原创 2020-06-15 21:24:37 · 1737 阅读 · 0 评论 -
Android My12306项目(一)
//设置背景,res/drawable/splashjpg android:background="@drawable/splash"原创 2020-06-09 16:17:55 · 1356 阅读 · 0 评论