码迷,mamicode.com
首页 >  
搜索关键字:android window wind    ( 128174个结果
Android 控件布局常用属性
扩展知识:EditText的android:hint设置EditText为空时输入框内的提示信息。android:gravity android:gravity属性是对该view 内容的限定.比如一个button 上面的text. 你可以设置该text 在view的靠左,靠右等位置.以button为...
分类:移动开发   时间:2014-04-29 19:15:47    阅读次数:492
让提示界面始终保持在页面的最前端(页面置顶)
UIView *parentView = nil; NSArray* windows = [UIApplication sharedApplication].windows; UIView* window = [windows objectAtIndex:0]; ...
分类:其他好文   时间:2014-04-29 19:09:34    阅读次数:994
Android中Bitmap和Drawable
一、相关概念1、Drawable就是一个可画的对象,其可能是一张位图(BitmapDrawable),也可能是一个图形(ShapeDrawable),还有可能是一个图层(LayerDrawable),我们根据画图的需求,创建相应的可画对象2、Canvas画布,绘图的目的区域,用于绘图3、Bitmap...
分类:移动开发   时间:2014-04-29 19:01:21    阅读次数:619
Android WebApp & NativeApp 适配测试自动化平台GoGo实现 东海陈光剑
Android WebApp & NativeApp适配测试自动化平台GoGo实现东海陈光剑2014年3月6日 18:27:55源代码:https://github.com/universsky/AndroidAutomationTestUniverssky.gitGoGo平台架构: 运行结果:ht...
分类:移动开发   时间:2014-04-29 19:00:18    阅读次数:1100
js获取网站根目录
分类:Web程序   时间:2014-04-29 18:38:45    阅读次数:400
Android控件上添加图片
项目中有一个点赞功能,点赞的小图标添加在点赞列表旁边,在xml里可以进行设置,也可以在代码中进行绘图。下面是两种方法的设置:1、xml里:一些控件:button、textView等等里面有个属性是android:drawableLeft就可以将pic设置到text的左边。good....2、代码中:...
分类:移动开发   时间:2014-04-29 18:17:15    阅读次数:461
Android 开发之错误整理java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.
java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.今天写了一款发短信的软件,拿了...
分类:移动开发   时间:2014-04-29 18:16:15    阅读次数:1324
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
Boost 安装
1.下载boost Windows版,如:boost_1_55_0;2.运行boostrap.bat,会生成bjam.exe;3.运行bjam.exe(时间会比较长),会生成一个stage目录里面包含了所有新生成的lib文件;4.工程属性里面需要包含目录boost_1_55_0,以及库目录boost...
分类:其他好文   时间:2014-04-29 17:49:33    阅读次数:489
jquery 2.1.0 源码
/*! * jQuery JavaScript Library v2.1.0 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2014 jQuery Foundation, ...
分类:Web程序   时间:2014-04-29 17:24:50    阅读次数:683
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!