码迷,mamicode.com
首页 >  
搜索关键字:andriod supoort 向下兼容    ( 1026个结果
使用golang 开发的 andriod应用
最近在捣鼓一个东东,就是使用golang开发andriod应用.说起来简单操作起来还挺麻烦,中间又学习了很多东西.比如ubuntu,docker,angular,ionic,jquery mobile,amazeui,avalon,andriod studio.对每样都东西都有个了解后,才完成使用g...
分类:其他好文   时间:2014-12-24 13:24:50    阅读次数:162
Eclipse开启错误“Failed to create the java virtual mach
今天尝试在window8上安装Eclipse,用来搞Andriod开发就去Android Developers下载adt-bundle-windows-x86。 结果刚刚解压完 运行Eclipse 就发现了这个 翻译成中文就是“未能创建java虚拟机”当时还以为是我的环境变...
分类:编程语言   时间:2014-12-24 10:10:25    阅读次数:129
Andriod布局之LinearLayout
LinearLayout是安卓中的常见布局,即线性布局。(提示:在Andriod中要常用alt+/快捷键来补全代码 其中有一个重要的属性android:orientation,它是表示线性布局的方向问题。 常见的这种布局案例有,计算器界面布局,下面就粘上代码: ...
分类:其他好文   时间:2014-12-23 23:51:11    阅读次数:212
android Toast报错 Activity context.this cannot be resolved to a variable
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable  1 2 3 4 5 6 7 Uri uri = U...
分类:移动开发   时间:2014-12-23 10:31:06    阅读次数:223
android studio 更新失败解决办法
在andriod studio目录下找到studio.exe.vmoptions这个文件,用记事本打开,在后面加上-Djava.net.preferIPv4Stack=true-Didea.updates.url=http://dl.google.com/android/studio/patches...
分类:移动开发   时间:2014-12-23 01:26:18    阅读次数:227
x86与x64与x86_64
x86是指intel的开发的一种32位指令集,从386开始时代开始的,一直沿用至今,是一种cisc指令集,所有intel早期的cpu,amd早期的cpu都支持这种指令集,ntel官方文档里面称为“IA-32”x84_64是x86 CPU开始迈向64位的时候,有2选择:1、向下兼容x86。2、完全重新...
分类:其他好文   时间:2014-12-23 00:00:08    阅读次数:366
handler机制的原理
andriod提供了Handler 和 Looper 来满足线程间的通信。Handler先进先出原则。Looper类用来管理特定线程内对象之间的消息交换(MessageExchange)。1)Looper: 一个线程可以产生一个Looper对象,由它来管理此线程里的MessageQueue(消息队列...
分类:其他好文   时间:2014-12-22 14:25:58    阅读次数:180
Andriod学习之SharedPreferences
介绍了Andriod开发中SharedPreferences存储方式的基本使用。
分类:其他好文   时间:2014-12-22 12:39:08    阅读次数:220
android Toast报错 Activity context.this cannot be resolved to a variable
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable  1 2 3 4 5 6 7 Uri uri = U...
分类:移动开发   时间:2014-12-21 20:43:45    阅读次数:195
android Toast报错 Activity context.this cannot be resolved to a variable
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了Context cannot be resolved to a variable1234567Uri uri = Uri.p...
分类:移动开发   时间:2014-12-21 20:34:01    阅读次数:154
1026条   上一页 1 ... 81 82 83 84 85 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!