关于获取本机ip的问题 Html+Css
最经在做项目的时候发现一个问题,我使用手机获取手机在一个局域网内的ip的时候出现了获取ip出错的问题,我使用的方法是:// 获取本机IPpublic
Unable to execute dex: Multiple dex files define 解决方法 Html+Css
问题发生概述: 程序编译正常,在用Eclipse调试执行时,报错Unable to execute dex: Multiple dex files define,因为以前也没有遇到这类错误,首先便尝试万能纠错发,如下方法一,也是上网搜索众多...
关于新版ADT每次创建项目都出现appcompat_v7的问题 Html+Css
做Android开发的朋友最近会发现,更新ADT至22.6.0版本之后,创建新的安装项目,会出现appcompat_v7的内容,而且项目会报错。这到底是怎么回事呢?原来appc
Fused Location Provider Html+Css
In the high day of location-based mobile deals and offers, the question of defining user’s location for specific services, collecting statistics or keeping track of a user’s movement for speci
Scroller的使用 Html+Css
我也不知道怎么就稀里糊涂的看起来Android UI方面的东东了,偶尔感到无聊就看不下去了。开个博客记录一下吧,以后忘记了也方便翻一翻。 Scroller在android.widget包下,但是它本身却没有关于UI绘画的东东。个人认为其是一...
imageloader加载网络图片 Html+Css
一、简单介绍 imageloader 即 Android-Universal-Image-Loader是一个开源的UI组件程序。开发人员使用它,可是很轻松的加载网络上的图片,它具体一下优点: 支持多线程图片加载提供丰富的细节配置,比如线程池...
Andorid学习记录 Html+Css
1.xml文件中,android:weight 权重 计算为 计算得出= ( if fillParent or matchParent, parentWidth or parentHeight) (if wrapContent,显示全部内...
使用ListView实现界面的布局 Html+Css
<span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);">现在很多市面上的APP都用ListView来实现界面上的功能介绍或广告的植
Activity之间的数据交换 Html+Css
</pre><pre name="code" class="java"><p>Intent intent = new Intent(ThreeActivity.this, FourActivity.class);intent.putExtra("name", "Echo");