E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
AlertDialog
Android开发项目--跑腿APP-跑儿
2.注册当点击注册界面时,会弹出一个
AlertDialog
的注册界面,
刘爱超
·
2020-08-16 16:36
1
Android
APP
跑腿
java
项目
Android手机在开发调试时logcat不显示输出信息的解决办法
刚开始没有查到好的方法,就用trycatch把exception打到一个
alertdialog
中,但是这样只能看个大概,绕这个圈子没用,最后还是
weixin_34362875
·
2020-08-16 16:52
dialog设置 背景透明
代码也很简单,其中最主要的就是:mDialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);下面是完整代码
AlertDialog
.Builderbuilder
Let·go
·
2020-08-16 15:06
android
使用handler更新dialog显示
结合Html刷新dialog界面的显示内容:packagecom.pro.activity;importjava.util.List;importcom.pro.R;importandroid.app.
AlertDialog
shufeipeng
·
2020-08-16 14:06
android dialog home键
在一个界面弹出
AlertDialog
后屏蔽home键AlertDialogdialog=builder.create();dialog.setOnKeyListener(newDialogInterface.OnKeyListener
shufeipeng
·
2020-08-16 14:06
Android开发-菜单与对话框
Android开发06—菜单与对话框(下)1.进度对话框ProgressDialog可以显示进度轮和进度条,由于ProgressDialog继承自
AlertDialog
,所以在进度对话框中也可以添加按钮
yanzheng1113
·
2020-08-16 10:44
ardroid
第一个Android项目(Android Studio学习笔记第十五天)
MediaPlayer.create(MainActivity.this,R.raw.main);mediaPlayer.setLooping(true);mediaPlayer.start();2.提示框
AlertDialog
tjuwxt
·
2020-08-16 08:44
Android 动态权限,简单封装一个PermissionUtil,手动申请权限
packagecom.zhangyu.mytestwlmusic;importandroid.Manifest;importandroid.app.Activity;importandroid.app.
AlertDialog
张雨明
·
2020-08-15 17:39
Android基础
Android自定义样式(风格)的dialog对话框(点击其中的按钮跳转到下一个页面)
工作内容:1.自定义样式的布局文件放入dialog对话框中学习分享:1.定义布局界面如下(左),实现效果(右)//击事件的代码段
AlertDialog
.Builderdialog=newAlertDialog.Builder
风正吹
·
2020-08-15 17:30
Android基础
AndroidStudio
AlertDialog
控件
业务需求:点击供应商选择按钮出现对话框,选择供应商后tv控件显示选择的供应商名称,点击确定,对话框消失。publicclassMainActivityextendsAppCompatActivity{privateTextViewtvaMainTitle;privateButtonbtnMainClose;privateButtonbtnMainSupplier;privateTextViewtv
一团肥鱼
·
2020-08-15 17:25
Android
Studio
webview中back键拦截,弹出窗口进行确认
webView.loadUrl("file:///android_asset/index.html");//webview界面webView.setOnKeyListener(newView.OnKeyListener(){
AlertDialog
.Builderbuilder
weixin_30314793
·
2020-08-15 16:41
【Android UI设计】Dialog对话框详解(一)
其实就是一个小窗口,用户在对界面进行某些操作的时候,可以通过Dialog来响应,对用户进行反馈,但是我们一般在使用Dialog的时候是不会直接使用Dialog来进行编码创建对话框,而是使用它的子类来进行操作:
AlertDialog
寒小枫
·
2020-08-15 16:57
android开发基础
Android基础知识详解
自定义布局对话框的使用(Dialog)
下面是自定义布局对话框的代码:publicvoidshowDialog(){
AlertDialog
.Builderbuilder=newAlertDialog.Builder(this);LayoutInflaterinflater
踏雪羽翼
·
2020-08-15 16:31
android
AlertDialog
弹出键盘时不弹起的问题解决
根据键盘问题汇总得知dialog的根布局应改为Scrollview同时应使用adjustResize因此增加一个styleadjustResize创建dialog时使用AlertDialogmBalancePasswordDialog=newAlertDialog.Builder(activity,R.style.dialog_soft_input).setView(balancePassword
Errol_King
·
2020-08-15 15:45
#
app开发问题
界面中显示NumberPicker,修改字体大小
packagecom.example.numberpicker_3;importandroid.app.Activity;importandroid.app.
AlertDialog
;importandroid.os.Bundle
二十六画生的博客
·
2020-08-15 15:07
Android
自定义
AlertDialog
button的样式
Androiddialog.getButton(
AlertDialog
.BUTTON_POSITIVE)NullPointerhttp://stackoverflow.com/questions/24871973
壹只很拽的猫
·
2020-08-15 15:56
android
Android 多种简单的弹出框样式设置
简介这是一个基于
AlertDialog
和Dialog这两个类封装的多种弹出框样式,其中提供各种简单样式的弹出框使用说明。同时也可自定义弹出框。
liumce
·
2020-08-15 15:36
Android
UI设计之Dialog
dialog的常见类型1.默认dialogAndroid封装了一个默认的
AlertDialog
,主要包括title、message
LvTong199881
·
2020-08-15 15:49
UI
Android 回退操作的两种方式
一.Dialog弹框/**添加回退操作监听器*/@OverridepublicvoidonBackPressed(){
AlertDialog
.Builderbd=newAlertDialog.Builder
付出总会有收获
·
2020-08-15 15:02
Android
实现头像上传(从本地获取图片)
布局MainActivityimportjava.io.File;importandroid.Manifest;importandroid.app.Activity;importandroid.app.
AlertDialog
怎么了没怎么
·
2020-08-15 14:28
封装BaseActivity
BaseActivityimportandroid.app.
AlertDialog
;importandroid.content.BroadcastReceiver;importandroid.content.Context
白云飘絮
·
2020-08-15 13:57
安卓基础
Android中如何使用自定义对话框
自定义创建一个XML布局给Button设置Click事件,将下面代码放入到Click事件中
AlertDialog
.BuildermyDialog=newAlertDialog.Builder(MainActivity.this
a1439775520
·
2020-08-15 13:19
Android
Android 版本更新
importandroid.app.Activity;importandroid.app.
AlertDialog
;importandroid.app.ProgressDialog;importandroid.content.Context
Sun_LeiLei
·
2020-08-15 13:20
Android初级
Android——API23以上需要的动态权限
*//****/importandroid.Manifest;importandroid.annotation.TargetApi;importandroid.app.
AlertDialog
;importandroid.content.DialogInterface
Li_peilun
·
2020-08-15 13:35
AlertDialog
异常The specified child already has a parent. ..解决方法
在学习
AlertDialog
对话框时,设置一个按钮,当点击按钮时显示对话框button.setOnClickListener(newView.OnClickListener() {
tongxin082
·
2020-08-15 11:47
Android
《第一行代码-Android》学习笔记(八)
1.在广播中启动活动必须要加上:intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);2.在广播中弹出弹出框,需要设置dialog的类型为:不然无法弹出
alertDialog
.getWindow
叔叔有糖吃
·
2020-08-14 20:05
Android
《第一行代码》第三版第四章
5.ProgressBar6.
AlertDialog
4.3详解3种基本布局1.LineaLayout2.RelativeLayout3.FrameLayout4.4系统控件不过用?
qq_37965023
·
2020-08-14 18:28
第一行源代码
android
Android在
AlertDialog
栏中添加布局
AlertDialog
栏中添加布局首先
AlertDialog
是个对话框,但是怎么才能让这个对话框中的内容更加丰富呢?
酱油张
·
2020-08-14 07:45
学习
android 击缩略图查看大图
1、第一种方法我们可以使用自定义的
AlertDialog
来实现,代码如下:ImageViewimage=(ImageView)findViewById(R.id.small_image);image.setOnC
shangmin1990
·
2020-08-14 03:16
多项权限同时申请不停检测-设置界面跳转及返回
packagecom.cyh.wisdombuddhism.activity;importandroid.Manifest;importandroid.app.
AlertDialog
;importandroid.content.DialogInterface
dahaiChang
·
2020-08-14 01:37
Android进阶
温故知新-Dialogs学习笔记
Dialog类是对话框的基类,但您应该避免直接实例化Dialog,而是使用下列子类之一:
AlertDialog
此对话框可显示标题、最多三个按钮、可选择项列表或自定义布局。
Android-Yaku
·
2020-08-13 16:55
Android
设计一个音乐播放器,用List列表显示手机中所有音乐,支持播放、暂停、继续、上一首、下一首等功能。
packagecom.example.lenovo.musicplayer;importandroid.Manifest;importandroid.app.Activity;importandroid.app.
AlertDialog
lhy_freshman
·
2020-08-13 15:10
android 在dialog show的时候,要先判断当前Activity窗口是否关闭
AlertDialog
.Builderbuilder=newAlertDialog.Builder(this);builder.setPositiveButton(R.string.confirm,newDialogInterface.OnClickListener
wulongtiantang
·
2020-08-12 18:41
android点点滴滴
自定义透明样式Dialog以及对多输入框进行是否为空的判断
工程师标准>>>自定义自己的Dialog类,通过接口实现dialog上的控件的点击事件packagesee.ilifeactivity;importilife.see.R;importandroid.app.
AlertDialog
weixin_34194551
·
2020-08-12 18:45
android中activity.this跟getApplicationContext的区别
1968332.htmlandroid中activity.this和getApplicationContext的区别在android中常常会遇到与context有关的内容浅论一下context:在语句
AlertDialog
.Builderbuilder
weixin_30954607
·
2020-08-12 18:53
Android 使
alertDialog
.builder不会点击外面和按返回键消失
这个问题之前一直困扰我,我的需求就是点击对话框外面和按返回键对话框不会消失,按返回键还好解决,拦截下返回键就OK了。但是点击外面不好解决。之前有人说模态对话框,我看了一会,觉得不是我想要的效果。popWindow的话,必须提供父view.重新看下api,发现设置setCancelable属性就行了。如:publicvoidshowNoProject(){Builderbuilder=newAler
weixin_30709635
·
2020-08-12 18:14
android 输入对话框 确认对话框
经验分享]android输入对话框确认对话框本帖最后由xqing于2011-5-2211:22编辑protectedDialogonCreateDialog(intid){if(id==0){//注销
AlertDialog
.Builderbuilder
weixin_30698297
·
2020-08-12 18:43
context和getApplicationContext()介绍
在android中常常会遇到与context有关的内容,大多都是作为参数在传递,但是它的作用究竟是什么呢先说它的用法,举个例子在语句
AlertDialog
.Builderbuilder=newAlertDialog.Builder
左边的钟声
·
2020-08-12 17:10
Android
Android对话框
AlertDialog
.Builder使用方法
newAlertDialog.Builder(this).setTitle("标题").setMessage("简单消息框").setPositiveButton("确定",null).show();效果如下:上面的代码中我们新建了一个
AlertDialog
胡龙杰
·
2020-08-12 16:18
android中activity.this和getApplicationContext的区别
6884039.htmlandroid中activity.this和getApplicationContext的区别在android中常常会遇到与context有关的内容浅论一下context:在语句
AlertDialog
.Builderbuilder
Junkai_L
·
2020-08-12 16:33
文章汇总
android一些项目时间进度(点击这里下载)项目开发——课程表查询APP通过经纬度查看地图位置的app第一行代码Activity的最佳实践、活动中使用菜单Menu、随时随地退出程序、启动活动的最佳方法对话框
AlertDialog
「已注销」
·
2020-08-12 15:27
Android
关于对话框和popupwindow的设置指定大小和位置的小结
一dialog1常用的dialog应该是v7包下的
alertdialog
了,通过内部类builder设置创建一个对话框实例。默认的对话框有如下特点:1width大小和屏幕宽度差不多2高度基本上是包裹
NewEmiya
·
2020-08-12 15:36
工作记录
Android
AlertDialog
和PopupWindow使用和区别
于是查了相关资料后,整理如下:先看下它们2个的用法吧1.
AlertDialog
的基本属性和用法
AlertDialog
是Dialog的子类,所以它包含了Dialog类的很多属性和方法,由于
AlertDialog
android_cmos
·
2020-08-12 15:26
Android
Android 覆盖
AlertDialog
里的按钮事件并显示Toast
先看下面代码,点击yes或者no都不会触发ToastAlertDialog.Builderbuilder=newAlertDialog.Builder(MyWebViewTest.this);builder.setTitle("这是标题");builder.setMessage("这是内容");builder.setNegativeButton("no",newDialogInterface.On
小酷
·
2020-08-12 15:50
Android
Android_Dialog介绍
直接子类有
AlertDialog
,CharacterPickerDialog,非直接子类有DatePickerDialog,ProgressDialog,TimePickerD
雅典娜MAX
·
2020-08-12 15:43
android学习总结
android源码解析--Dialog
在学习设计模式建造者模式时,发现
AlertDialog
和它的内部类Builder就是比较典型的建造者模式,所以先分析下基类Dialog,然后再看子类
AlertDialog
和它的内部类Builder。
iteye_17082
·
2020-08-12 14:33
flutter实现一个自定义的LoadingDialog
中使用弹窗应该用flutter提供的showDialog方法void_showAlertDialog()async{varres=awaitshowDialog(context:context,child:
AlertDialog
U_yong
·
2020-08-11 13:20
flutter
移动开发
android
dart
ios
flutter
DialogFragment完成QQ评论输入框
能够根据Activity的情况自动改变生命周期,而通过使用DialogFragment制作对话框,关于生命周期的管理比较容易,也不会出bug,所以Google后来推荐使用DialogFragment而不是
AlertDialog
键盘舞者113
·
2020-08-11 01:00
Android相关
Android原生
AlertDialog
使用总结
前言在android.support.v7.app.
AlertDialog
未出来之前,安卓开发者基本上都是使用自定义的View来实现弹框。
Jason Zhang~
·
2020-08-11 01:48
Android
Android笔记
安卓(Android)在
AlertDialog
中的EditText获取焦点并弹出、隐藏软键盘(输入法软件)
该代码片段是通过
AlertDialog
实现文件(文件夹)的重命名,弹出
AlertDialog
后选中文件名,并弹出输入法软件,最终完成重命名。
aolphn
·
2020-08-10 22:05
安卓开发
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他