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
setFlags
Android中两种设置全屏的方法
this.requestWindowFeature(Window.FEATURE_NO_TITLE); //removenotificationbar this.getWindow().
setFlags
nosxcy
·
2011-10-18 18:00
让 intent 不重开一个task 如 通知以在这个界面 就回到这个界面
让intent不重开一个task 如通知以在这个界面就回到这个界面 .
setFlags
(Intent.FLAG_ACTIVITY_CLEAR_TOP| Intent.FLAG_ACTIVITY_NEW_TASK
catherine880619
·
2011-10-18 14:00
android去掉标题和状态栏的方法
1.在程序代码中控制:this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 this.getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
chenyong19870904
·
2011-10-18 10:00
android
application
Intent在android中的几种用法
如果是从BroadcastReceiver 启动一个新的Activity , 不要忘记i.
setFlags
(Intent.FLAG_ACTIVITY_NEW_TASK); public class
chengfengyang
·
2011-10-14 09:00
android
intent
android基础
startActivityForResult从A启动一个新的Activity B, A中的onActivityResult方法在B finish()是自动调用,注意不能将intent设置为new Task,如myIntent.
setFlags
v5browser
·
2011-10-13 14:00
android
隐藏标题栏和状态栏
super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().
setFlags
龙哥IT
·
2011-10-09 15:00
隐藏
NinePatch 9Patch 绘制
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-02 15:00
thread
exception
null
Path
callback
patch
简单的多点触摸放缩图片
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-02 12:00
截屏 ClipScreen
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-02 09:00
九宫格
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-01 23:00
Canvas画布
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-01 16:00
Paint画笔
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-01 15:00
thread
exception
null
Class
callback
float
可视区域 ClipCanvas
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-01 12:00
thread
exception
null
Class
Path
callback
帧动画 FrameMovie
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-10-01 10:00
android开发常用问题总结
android学习笔记一全屏显示以及获取屏幕大小//不显示标题requestWindowFeature(Window.FEATURE_NO_TITLE);//设置窗口全屏显示getWindow().
setFlags
zeng622peng
·
2011-09-30 15:00
android
String
application
email
sms
menu
android开发常用问题总结
学习笔记一 全屏显示以及获取屏幕大小 //不显示标题 requestWindowFeature(Window.FEATURE_NO_TITLE); //设置窗口全屏显示 getWindow().
setFlags
v5browser
·
2011-09-30 15:00
Android开发
Bitmap位图渲染与操作
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-09-30 10:00
Animation
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-09-29 17:00
动态位图
BundlesavedInstanceState){ //TODOAuto-generatedmethodstub super.onCreate(savedInstanceState); this.getWindow().
setFlags
GaoMatrix
·
2011-09-29 16:00
android全屏显示
android全屏显示:getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN
zxncvb
·
2011-09-29 12:00
android
Android 动态设置全屏,退出全屏
实现全屏函数:privatevoidsetFullScreen(){ getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN
山岭巨人
·
2011-09-27 17:00
设置activity全屏
在Activity的onCreate函数中,加入如下代码:Java代码 requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().
setFlags
xlover
·
2011-09-24 11:00
Activity
Android 强制设置横屏或竖屏 设置全屏
方法中的setContentView(myview)调用之前添加下面代码requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题 getWindow().
setFlags
lwuit
·
2011-09-19 10:00
java
android
user
application
action
encoding
getWindow setFlag
dialog.getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_BLUR_BEHIND, WindowManager.LayoutParams.FLAG_BLUR_BEHIND
jiguansheng
·
2011-09-18 00:00
window
屏蔽Home键之后应用不能全屏了
今天项目中需要设置全屏显示: baseActivity中代码: getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN
tudusi
·
2011-09-15 15:00
home
链接的2种方式
super.onCreate(savedInstanceState); Uriuri=Uri.parse("Intentintent=newIntent(Intent.ACTION_VIEW,uri);intent.
setFlags
hyz4287010
·
2011-09-14 09:00
android 退出代码
Finish.class); //MainActivity为你按退出按钮所在的activity intent.setAction("android.action.finish"); intent.
setFlags
zlj_fly
·
2011-09-13 18:00
《Android应用开发揭秘》读者问题汇总
答:requestWindowFeature(Window.FEATURE_NO_TITLE);//设置是否显示title getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
dev_yarin
·
2011-09-12 01:00
java
eclipse
android
UI
Google
menu
Android去掉标题栏和全屏[转]
最常见的有两种方法: 第一:在程序代码中实现 Java代码 this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 this.getWindow().
setFlags
kut
·
2011-09-09 16:00
Android中级教程之(三)----->Intent的使用
如果是从BroadcastReceiver启动一个新的Activity, 不要忘记i.
setFlags
(Intent.FLAG_ACTIVITY_NEW_TASK); publicclassMyReceiverextendsBroadcastReceiver
Peter_hucq
·
2011-09-09 10:00
android
String
application
action
email
sms
设置Activity全屏和无标题
具体用法如下:1、设置全屏可以使用如下代码:getWindow().
setFlags
(WindowManage
xixinyan
·
2011-09-07 10:00
android回到桌面的方法
1.回到桌面Intenti=newIntent(Intent.ACTION_MAIN); i.
setFlags
(Intent.FLAG_ACTIVITY_NEW_TASK); i.addCategory
pengjianbosoft
·
2011-09-06 17:00
android
null
去掉title 全屏
放在setcontentview之前 requestwindowfeature(window.feature_no_title);getwindow().
setflags
itoracja
·
2011-09-06 10:00
java
工作
发送intent到homescreen
Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_HOME); intent.
setFlags
zhy000
·
2011-09-05 15:13
android
职场
发送
休闲
Android后退时Activity重复出现解决办法
当Activity之间进行跳转的时候,为每个intent设置一下
setFlags
就行了!
zhiyou007
·
2011-09-03 17:00
android
Android后退时Activity重复出现解决办法
当Activity之间进行跳转的时候,为每个intent设置一下
setFlags
就行了!
hkp2008
·
2011-09-02 16:00
android
重复出现
后退
android 自定义返回按钮
activityIntentstartMain=newIntent(Intent.ACTION_MAIN); startMain.addCategory(Intent.CATEGORY_HOME); startMain.
setFlags
ge_zhiqiang
·
2011-09-01 18:00
android
手机
Activity跳转管理相关的Launch mode 以及Intent的
setFlags
Activity有四种加载模式:standard(默认), singleTop, singleTask和 singleInstance。以下逐一举例说明他们的区别: standard:Activity的默认加载方法,即使某个Activity在Task栈中已经存在,另一个activity通过Intent跳转到该activity,同样会新创建一个实例压入栈中。例如:现在栈的情况为:A B C D,在
xumingrencai
·
2011-08-29 15:00
Activity
去掉title 全屏
放在setContentView之前 requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
qzxfl008
·
2011-08-27 13:00
it
android 相关2
CTRL+F11或CTRL+F12模拟器会变成横屏的; // 注意 必须放在setContentView之前 否则程序无法运行 // 全屏设置,隐藏窗口所有装饰 getWindow().
setFlags
xfjt297857539
·
2011-08-25 12:00
android
Android完全退出应用程序的方法
startMain.addCategory(Intent.CATEGORY_HOME); startMain.
setFlags
zjl5211314
·
2011-08-23 14:00
android
service
Android屏幕中隐藏标题栏和状态栏
setContextView()方法之前调用: this.requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题栏 this.getWindow().
setFlags
javasogo
·
2011-08-22 14:00
android
Android屏幕中隐藏标题栏和状态栏
的setContextView()方法之前调用:this.requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题栏 this.getWindow().
setFlags
andypan1314
·
2011-08-22 14:00
android
application
Android屏幕中隐藏标题栏和状态栏
setContextView()方法之前调用: this.requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题栏 this.getWindow().
setFlags
sabolasi
·
2011-08-22 14:00
android
android中去掉标题栏和状态栏,实现全屏
this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏this.getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
ChinaGuangZhou000000
·
2011-08-18 10:00
android关于手机和3.0版本以上平板去标题问题
一:针对手机屏幕去掉标题栏方式:requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题 getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
huyanruirui
·
2011-08-15 12:51
android
移动开发
去掉标题
Hello Android - 去掉窗口标题和程序全屏
第一:在程序代码中实现 this.requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏this.getWindow().
setFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN
luoxiangyu001
·
2011-08-12 14:00
android
发送intent到homescreen
Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_HOME); intent.
setFlags
wang_peng1
·
2011-08-11 16:00
intent
android 应用全屏
AndroidManifest.xml添加2、在Activity中设置requestWindowFeature(Window.FEATURE_NO_TITLE);//notitlegetWindow().
setFlags
pathfinder163
·
2011-08-11 11:00
Android 强制设置横屏或竖屏 设置全屏
方法中的setContentView(myview)调用之前添加下面代码requestWindowFeature(Window.FEATURE_NO_TITLE);//隐藏标题getWindow().
setFlags
aben_2005
·
2011-08-09 11:00
java
android
user
application
action
encoding
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
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
其他