文章 2012-12-11 来自:开发者社区

android 禁止回退 不许回退

 复写onBackPressed方法:   @Override             public void onBackPressed() {             ...

文章 2012-12-11 来自:开发者社区

Android 3.1比2.2多了一个 android…

对于Android 3.1来 说代号仍然为honeycomb,新增功能还是不少的,API Level升到了12。除了这个ADK中的部分特性外,下面一起看看前几天提到的android.hardware.usb这个Package,由于 Google将拉拢硬件厂商制造出千奇百怪的USB附加配件所以提出了ADK这样的概念,可以查看 Android ADK硬件开发包介绍 ,目前来说USB的管理有了不小的增....

文章 2012-12-11 来自:开发者社区

Android WebView的使用

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:orientation="vertical" android:layout_width="fill_pa...

文章 2012-12-11 来自:开发者社区

Ubuntu ecplise中连接Android真机…

首先确保用数据线链接后能识别设备,输入:lsusb,可以看到类似输出 dorole@ubuntu:~$ lsusb Bus 002 Device 006: ID 0bb4:0c87 High Tech Computer Corp. Bus 002 Device 004: ID 0402:9665 ALi Corp. Bus 002 Device 003: ID 04fc:05da Sunplu.....

文章 2012-07-31 来自:开发者社区

android中ListView控件&&onItemClick点击事件

listView= (ListView) this.findViewById(R.id.listview); List<HashMap<String,String>>data = new ArrayList<HashMap<String,String>>(); UserService us = new UserService(t...

文章 2012-05-15 来自:开发者社区

android 动态向Gallery中添加图片及倒影&&3D效果

http://blog.csdn.net/sunboy_2050/article/details/7483169 http://www.cnblogs.com/hellope/archive/2011/08/02/2124573.html android-gallery游览图片点击图片放大  http://dev.10086.cn/cmdn/wiki/index....

文章 2012-04-20 来自:开发者社区

Android动态加载——加载未安装APK中的类&加载已安装APK中的类和资源

http://www.cnblogs.com/over140/archive/2012/03/29/2423116.html http://www.cnblogs.com/over140/archive/2012/04/19/2446119.html

文章 2012-02-29 来自:开发者社区

make & make sdk in Android

make 主要输出是 ~/android/src/out/target/product/generic下面的镜像文件 Generated: (out/target/product/generic/android-info.txt) Target system fs image: out/target/product/generic/obj/PACKAGING/systemimage_unopt_....

文章 2012-02-15 来自:开发者社区

Android的TextView/EditText使用CharacterStyle&SpannableString来处理图片显示、字体样式、超链接等

http://www.cnblogs.com/playing/archive/2011/03/18/1988182.html

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

mPaaS 移动开发平台

mPaaS 源于蚂蚁集团金融科技,为 App 开发、测试、运营及运维提供云到端的一站式解决方案,致力于提供高效、灵活、稳定的移动研发、管理平台。 官网地址:https://www.aliyun.com/product/mobilepaas/mpaas

+关注