码迷,mamicode.com
首页 >  
搜索关键字:android build path c    ( 140265个结果
自定义View
自定义View继承自View@OverrideonDraw方法引用方式1、layout.addView()2、LinearLayout.addView---------------添加组件LinearLayout包含的所有子元素都受LinearLayout.LayoutParams控制,因此Line...
分类:其他好文   时间:2014-05-01 09:48:12    阅读次数:368
android屏幕适配
屏幕分辨率:1024x600density:1(160)文件夹:values-mdpi-1024x600屏幕分辨率:1024x600density:1.5(240)文件夹:values-hdpi-683x400由1024/1.5600/1.5得到,需要四舍五入。屏幕分辨率:800x480densit...
分类:移动开发   时间:2014-05-01 09:38:26    阅读次数:472
记录我在百度地图开发和ArcGIS for Android开发时出现的一些错误及解决方案(后续更新)
[1]The import com.baidu.mapapi.map.Geometry conflicts with a type defined in the same file解决:百度api包下的Geometry和某个类名相冲突,将类名换成另外的名字,不要和百度相关类里面的类名相同[2]jav...
分类:移动开发   时间:2014-05-01 08:56:27    阅读次数:648
doubango介绍
1、doubango官网:http://www.doubango.org/2、doubango是一个开源的VOIP基础平台,并能用于嵌入式和桌面系统的开源框架,该框架使用ANSCI-C编写,具有很好的可移植性。3、根据doubango的框架、特点与linphone的对比,显然doubango更适合做...
分类:其他好文   时间:2014-05-01 08:55:49    阅读次数:720
Android常用工具类
Android常用工具类主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。目前包括HttpUtils、DownloadManagerPro、ShellUtils、PackageUtils、PreferencesUtils、JSONUtils、FileUtils、Resourc...
分类:移动开发   时间:2014-05-01 08:55:11    阅读次数:570
openfire build(2)
InterceptorManager PluginManageropenfire 插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet com.myyule.openfire.plugin.S...
分类:其他好文   时间:2014-05-01 08:42:11    阅读次数:305
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
对cookie的深入学习
1、什么事cookie 2/...
分类:其他好文   时间:2014-04-29 13:38:22    阅读次数:300
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!