码迷,mamicode.com
首页 >  
搜索关键字:jelly    ( 58个结果
安卓--界面--改变image view
switch(v.getId()){caseR.id.button:imageView.setImageResource(R.drawable.jelly_bean);break;default:break;}
分类:移动开发   时间:2015-06-14 12:10:51    阅读次数:121
移植 wifi模块
本文以realtek 8192CU WiFi模块为例,介绍USB wifi在Jelly Bean 4.1的调试笔记。1、WIFI打不开现象概述WiFi打不开是指您在UI的settings下选中WiFi选项,将其置为on(打开),但最终结果是自动变成off(关闭)、正在打开Wi-Fi、正在扫描等一系列...
分类:其他好文   时间:2015-06-11 10:44:23    阅读次数:91
const 修饰
int *const grape_jelly; 指针是只读的。const int * grape; int const * grape; 指针所指向的对象是只读的。对象和指针有可能都是只读的:const int * const grape_jam;int const * const grape_ja...
分类:其他好文   时间:2015-03-03 20:33:00    阅读次数:116
Android版本史
Android迄今历代版本名称 Alpha (1.0)Beta (1.1)Cupcake (1.5)Donut (1.6)Eclair (2.0–2.1)Froyo (2.2–2.2.3)Gingerbread (2.3–2.3.7)Honeycomb (3.0–3.2.6)Ice Cream Sandwich (4.0–4.0.4)Jelly Bean (4.1–4.3.1)KitKa...
分类:移动开发   时间:2015-01-12 11:04:04    阅读次数:212
Android获取屏幕宽高的方法
1. 实现代码 private int mWidth; private int mHeight; @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1) public void getDisplayMetrics() { ...
分类:移动开发   时间:2015-01-07 16:32:48    阅读次数:209
Android介绍以及源码编译---Ubuntu安装
二.Ubuntu安装和设置 2.1 原料VMware Workstation 11Ubuntu 14.04 x64位 iso镜像文件Android4.1源码(Jelly Bean) 2.2 安装和设置选择Ubuntu安装镜像:(Android2.3之后的版本,必须使用64位系统编译) 创建账户...
分类:移动开发   时间:2014-12-31 14:15:12    阅读次数:260
《C专家编程》笔记(三)——分析C语言的声明
1. 几个C语言声明的分析char (*j)[20];j = (char(*)[20]) malloc(20); // j是指向数组的指针const int * grape;int const * grape;int * const grape_jelly;const int * const gra...
分类:编程语言   时间:2014-11-22 18:44:26    阅读次数:188
java File文件操作共用方法整理
package org.jelly.util; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOut...
分类:编程语言   时间:2014-11-12 15:04:53    阅读次数:230
android4.1 JELLY_BEAN:All WebView methods must be called on the same thread[问题已解决]
11-06 18:29:15.582: W/WebView(27807): java.lang.Throwable: A WebView method was called on thread 'JavaBridge'. All WebView methods must be called on the same thread. (Expected Looper Looper (main, tid...
分类:移动开发   时间:2014-11-07 08:39:36    阅读次数:470
Jelly学习:iOS推送证书的生成(过程中有密码设置,请记住密码)
1、新建一个App ID2、在钥匙串中生成一个Push.certSigningRequest3、用App ID和Push.certSigningRequest生成一个Certificate(推送的),然后在钥匙串中导出Certificate生成Push.p124、用App ID生成一个Provisi...
分类:移动开发   时间:2014-11-05 00:21:29    阅读次数:238
58条   上一页 1 ... 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!