
android 学习
saomanchum
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android 7 适配
https://blog.youkuaiyun.com/u013553529/article/details/83900704 找了好久,原来是这个少写了 intent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); 来对目标应用临时授权该Uri所代表的文件。原创 2020-05-14 16:50:06 · 201 阅读 · 0 评论 -
byte to str
str1=str(msg.payload, encoding = “utf-8”) data=eval(str1) print(data[‘name’]) 这里是引用原创 2020-04-21 22:59:53 · 333 阅读 · 0 评论 -
TextView
https://www.jianshu.com/p/886b421ab9b3原创 2020-03-13 00:16:07 · 125 阅读 · 0 评论 -
android:assign1
作业要求 UI 2 activity Main Activity A button “Default Chatroom” Chat Activity ListView: display the past messages in the chatroom Input area: input message Send button: submit message back button i...原创 2020-02-07 22:44:12 · 462 阅读 · 0 评论