推荐
专栏
教程
课程
飞鹅
本次共找到1406条
android日历
相关的信息
liuzhen007
•
4年前
Android如何解析json字符串
前言上一篇文章介绍了服务器用Golang如何解析json字符串,今天我们来看看Android客户端是如何解析json字符串的。正文Golang如何解析post请求中的json字符串(https://www.helloworld.net/p/O917HGeiALU2D)使用java语句如何正确解析json字符串呢?举一个例子,假如我们想从rtc_i
Stella981
•
3年前
Android中的Handler, Looper, MessageQueue和Thread
前几天,和同事探讨了一下Android中的消息机制,探究了消息的发送和接收过程以及与线程之间的关系。虽然我们经常使用这些基础的东西,但对于其内部原理的了解,能使我们更加容易、合理地架构系统,并避免一些低级错误。对于这部分的内容,将分成4小节来描述:1.职责与关系2.消息循环3.线程与更新4.几点小结\
Stella981
•
3年前
Android Service的onStartCommand返回值用法
AndroidService的onStartCommand返回值用法本文目的:使读者快速理解1、START\_STICKY:如果service进程被kill掉,保留service的状态为开始状态,但不保留递送的intent对象。随后系统会尝试重新创建service,由于服务状态为开始状态,所以创建服务后一定会调用onStartComma
Stella981
•
3年前
Android ContenObserver 监听联系人数据变化
一、知识介绍1、ContentProvider是内容提供者ContentResolver是内容解决者(对内容提供的数据进行操作)ContentObserver是内容观察者(观察内容提供者提供的数据变化)2、ContentObserver需要ContentResolver进行注册。resolver.registerC
Stella981
•
3年前
Android笔记之Retrofit与RxJava的组合
依赖implementation'com.squareup.retrofit2:retrofit:2.5.0'implementation'com.squareup.retrofit2:convertergson:2.5.0'implementation'com.squareup.retrofit2:adapt
Stella981
•
3年前
Android恶意代码分析与渗透测试
!(http://static.oschina.net/uploads/space/2015/0727/093620_Ofme_856019.jpg)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwenku.it168.com%2Fd_001632517.shtml)Andr
Stella981
•
3年前
Android 在Service中弹出对话框
MyService.classpublicclassMyServiceextendsService{publicMyService(){}//创建一个服务@OverridepublicvoidonCreate()
Wesley13
•
3年前
Android 自定义View 视频音量调控
转载至:http://blog.csdn.net/lmj623565791/article/details/24529807(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Flmj623565791%2Farticle%2Fdetails%2F2452980
Stella981
•
3年前
Android下资源图片的加密和解密
转载:http://blog.csdn.net/you\_and\_me12/article/details/7959349(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fyou_and_me12%2Farticle%2Fdetails%2F7959
Wesley13
•
3年前
Android在Service里播放与控制音乐
文章原创,转载请注明出处:http://blog.csdn.net/feifei454498130/article/details/9306631(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Ffeifei454498130%2Farticle%2Fdet
1
•••
88
89
90
•••
141