自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (13)
  • 收藏
  • 关注

原创 .so文件讲解

大家可能都对Windows系统中后缀名为dll(即dynamic link library )的动态链接库文件比较熟悉,玩过一些单机游戏的人都会因为自己的机器缺少或者丢失dll文件而去一些网站上找,并拷贝到C盘Windows下的System目录中,使得游戏或者一些应用程序能够正常运行。      在UNIX或Linux上是Shared   Library。库文件是预先编译链接好的可执行文件,存

2014-02-26 17:05:10 677

原创 Android应用程序icon规范

应用程序图标 (Icon)应当是一个 Alpha 通道透明的32位 PNG 图片。由于安卓设备众多,一个应用程序图标需要设计几种不同大小,如:LDPI (Low Density Screen,120 DPI),其图标大小为 36 x 36 px。MDPI (Medium Density Screen, 160 DPI),其图标大小为 48 x 48 px。HDPI (High Dens

2014-02-26 16:39:47 1817 1

mips64el-linux-android-4.9.zip

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 解决方案:放置Users\XXXX\AppData\Local\Android\Sdk\ndk-bundle\toolchains 即可

2019-07-18

kotlin-for-android-developers-zh

Kotlin中文文档

2017-07-24

Android判断网速(基于Android Studio)

Android 获取当前网速质量调整网络请求

2017-05-24

base64 jar包

解决android开发时,导入sun.misc.BASE64Decoder错误,自己就提取源码后做的jar包,导入就可用。很小很小。

2017-05-12

Fel 所需jar包

fel轻量高效的表达式计算引擎jar包

2017-02-20

最新Android官方帮助文档chm格式

最新Android官方帮助文档chm格式

2014-02-27

Android开发权威指南

2013年最具有技术影响力原创图书之一《Android开发权威指南》

2014-01-01

glutdlls.zip(Opengl需要配置的)

opengl glutdlls,是配置opengl所需的文件,它包含glut.dll,glut.h,glut.lib,glut32.dll,glut32.lib

2013-05-07

Android-16 platforms

用于Android开发的platforms,省的慢吞吞的在线更新

2013-05-03

Android 手机QQ源码(客户端、服务器端)

Android QQ源码,可以下载下来学习

2013-05-03

Android重力感应Demo

Android重力感应Demo

2013-04-27

Android二维码扫描(模仿360)

基于Android的二维码扫描demo,很好用,极像360手机安全卫士

2013-04-21

android中ratingbar的简单使用

android控件的展示 &lt;?xml version="1.0" encoding="utf-8"?&gt; <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <RatingBar android:id="@+id/ratingbarId" android:layout_height="wrap_content" android:layout_width="wrap_content" android:numStars="5" android:stepSize="1.0" /> </LinearLayout>

2012-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除