三合一
博客
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 Tutorial
Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet
2021-12-07 14:05
122
0
0
0
Android基础控件之Button的基本使用
Button基本使用方法 首先,添加Button控件到XML布局文件中。也可通过程序添加。 在布局文件中设置按钮的一些属性,如位置,宽高,按钮上的字,颜色等。 比较重要的是要给按钮一个id号,这是按钮唯一的名字
2021-12-07 14:01
122
0
0
0
Android版本号versionCode,versionName
AndroidManifest.xml是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services等),他们各自的实现类,各种能被处理的数据
2021-12-07 14:03
122
0
0
0
关于Android Studio gradle build running很久的问题
在defaultConfig里加上multiDexEnabled true然后就可以了
2021-12-07 14:02
123
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
127
0
0
0
iOS 后缀名文件的区别
文件区别:.h :头文件。头文件包含类,类型,函数和常数的声明。.m :源代码文件。这是典型的源代码文件扩展名,可以包含Objective-C和C代码。.mm :源代码文件。带有这种扩展名的源代码文件,除了可以包含O
2021-12-07 14:04
128
0
0
0
Android开发入门经典实例
今天带大家做一个简单的Android App,这个App会显示创新工程实践老师们的照片和信息,不妨先看一看效果:虽然这个App非常简单,但是涉及到了Android开发中的一些关键知识,比如:配置开发环境App中一个屏
2021-12-07 13:59
129
0
0
0
android intent
android intent负责程序跳转和传递数据。如果把Activity比作积木的话,那么Intent就是胶水。也就是把不同的继母粘连起来。或者说Activity是不同的手机屏幕,而intent就是把不同的手机屏幕
2021-12-07 14:03
130
0
0
0
«
1
2
...
9
10
11
12
13
14
15
...
18
19
»
怎么提高认知水平?
T:0.008489s,M:502.29 KB
返回顶部
留言
留言
评论