三合一
博客
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 PathData生成问题
Path的Data数据有三种生成方式:1. 最简单的是用Expression Design。可以粘贴来自其它软件的矢量图形。导出时选择,文件->导出->导出属性->格式->XAML Silverlight 画布,即可
2021-12-07 14:01
97
0
0
0
安卓GridView(自定义适配器)
先贴布局:就放了一个GridView 代码:publicclassMainActivityextendsAppCompatActivity{ privateGridViewgridview; GridVie
2021-12-07 14:02
203
0
0
0
Android fragment中如何对listview添加监听事件
publicvoidonActivityCreated(BundlesavedInstanceState){ super.onActivityCreated(savedInstanceState); ListView
2021-12-07 14:02
169
0
0
0
Android:控件GridView的使用
如果是列表(单列多行形式)的使用ListView,如果是多行多列网状形式的优先使用GridView。 GirdView的一些属性:android:numColumns=auto_fit --------列数设置
2021-12-07 14:02
91
0
0
0
Android基础控件之Button的基本使用
1.通过onClick属性设置处理方法 在XML布局文件中设置Button的属性: android:onClick=yourMethodName 然后在该布局文件对应的Acitivity中实现该方法: /**
2021-12-07 14:02
90
0
0
0
android控件 ToggleButton的应用
ToggleButton是android给我们提供的开关按钮,有两种状态:选中和未选择状态。以下是代码实例: main.xml 这是主MainActivity packagecom.apkbus.toggl
2021-12-07 14:02
92
0
0
0
Android利用异步任务AsyncTask发送post请求获取json数据
AsyncTask,是android提供的轻量级的异步类,可以直接继承AsyncTask,在类中实现异步操作,并提供接口反馈当前异步执行的程度(可以通过接口实现UI进度更新),最后反馈执行的结果给UI主线程.使用的优
2021-12-07 14:02
93
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
96
0
0
0
«
1
2
...
7
8
9
10
11
12
13
...
18
19
»
很多事情没有意义,为什么还要坚持去做?
T:0.007723s,M:569.83 KB
返回顶部
留言
留言
评论