三合一
博客
Android开发
AI助手
站内
搜索
选择分类
数据库
SQL Server
Oracle
MySQL
PostgreSQL
NoSQL
大数据
其他数据库
操作系统
Windows
Windows Server
Linux
macOS
嵌入式
APACHE
NGINX
redis
Docker
git
互联网
tomcat
前端开发
Html/Css
JavaScript
jQuery
HTML5
Angular
React
Vue
小程序
软件设计
架构设计
面向对象
设计模式
领域驱动设计
移动端开发
Android开发
iOS开发
Flutter
鸿蒙
其他手机开发
软件工程
敏捷开发
项目与团队管理
软件工程其他
后端开发
.NET
Java
Python
Go
PHP
C++
Ruby
Swift
C语言
Erlang
Delphi
Scala
R语言
Verilog
Dart
Rust
其他语言
asp
nodejs
其他
读书区
翻译区
求职面试
计算机图形学
软件测试
菜谱
SEO技术
摄影
生活技巧
最新
人气
评论
赞
踩
Android 使用DownloadManager进行版本更新的完整方案
在Android App都会有版本更新的功能,以前我们公司是用友盟SDK更新功能,自己服务器没有这样的功能。版本检测、Apk下载都是使用友盟。最近看到友盟的版本更新SDK文档:十月份更新功能将会停止服务器,建议开发者
2021-12-07 14:00
104
0
0
0
Android - Location Based Services
Android location APIs make it easy for you to build location-aware applications, without needing to focus
2021-12-07 14:05
105
0
0
0
Android Studio如何用真机调试
1,在真机中设置USB调试模式打开,具体:设置->应用程序->开发->USB调试。2,安装安卓的USB驱动,如果按照不好,那么去下载一个豌豆荚,它会帮你正确安装你的手机驱动。下载地址:http://www.wando
2021-12-07 14:01
106
0
0
0
Android - Data Backup Tutorial
Android allows you to backup your application data to remote cloud storage, in order to provide a restore po
2021-12-07 12:59
107
0
0
0
Unable to start activity ComponentInfo 解决方法
解决案例一:publicvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceState); setContentView(R.lay
2021-12-07 14:04
108
0
0
0
Android - Image Effects Tutorial
Android allows you to manipulate images by adding different kinds of effects on the images. You can easily a
2021-12-07 13:59
108
0
0
0
android样式布局
初学android,感觉还是比较轻松的。当然,如果没有好好的去在自己的电脑上实现的话,估计也会搞得自己稀里糊涂的。下面是我在学习Android布局样式的一些总结(个人这样认为),当然,在其中也借鉴了其他的学习资料,现
2021-12-07 13:59
108
0
0
0
AsyncTask的用法
在开发Android应用时必须遵守单线程模型的原则: Android UI操作并不是线程安全的并且这些操作必须在UI线程中执行。在单线程模型中始终要记住两条法则:1. 不要阻塞UI线程2. 确保只在UI线程中访问An
2021-12-07 14:00
109
0
0
0
«
1
2
...
5
6
7
8
9
10
11
...
18
19
»
墨菲定律
T:0.009401s,M:818.27 KB
返回顶部
留言
留言
评论