三合一
博客
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控件 ToggleButton的应用
ToggleButton是android给我们提供的开关按钮,有两种状态:选中和未选择状态。以下是代码实例: main.xml 这是主MainActivity packagecom.apkbus.toggl
2021-12-07 14:02
104
0
0
0
Android利用异步任务AsyncTask发送post请求获取json数据
AsyncTask,是android提供的轻量级的异步类,可以直接继承AsyncTask,在类中实现异步操作,并提供接口反馈当前异步执行的程度(可以通过接口实现UI进度更新),最后反馈执行的结果给UI主线程.使用的优
2021-12-07 14:02
110
0
0
0
Android - Loading Spinner Tutorial
You can show progress of a task in android through loading progress bar. The progress bar comes in two shape
2021-12-07 14:02
112
0
0
0
Android - UI Design Tutorial
In this chapter we will look at the different UI components of android screen. This chapter also covers the
2021-12-07 14:02
157
0
0
0
Android - Spelling Checker Tutorial
The Android platform offers a spelling checker framework that lets you implement and access spell checking i
2021-12-07 14:02
157
0
0
0
Android vector标签 PathData 画图超详解
SVG是一种矢量图格式,是Scalable Vector Graphics三个单词的首字母缩写。在xml文件中的标签是,画出的图形可以像一般的图片资源使用,例子如下: 其所画出的图形为 于此同时,android
2021-12-07 14:02
110
0
0
0
Android控件系列之CheckBox
学习目的:1、掌握在Android中如何建立CheckBox2、掌握CheckBox的常用属性3、掌握CheckBox选中状态变换的事件(监听器)CheckBox简介:CheckBox和Button一样,也是一种古老
2021-12-07 14:02
127
0
0
0
Android控件之ToggleButton的使用方法
ToggleButton的状态只能是选中和未选中,并且需要为不同的状态设置不同的显示文本。以下案例为ToggleButton的用法目录结构main.xml布局文件代码如下: ToggleButtonActivi
2021-12-07 14:02
136
0
0
0
«
1
2
...
10
11
12
13
14
15
16
17
18
»
灵感和创意的闪现
T:0.010435s,M:388.17 KB
返回顶部
留言
留言
评论