自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 使用ndk编译生成so动态库

Android.mk文件: Android提供的一种makefile文件,用来指定诸如编译生成so库名、引用的头文件目录、 需要编译的.c/.cpp文件和.a静态库文件等。   LOCAL_PATH := $(call my-dir)    //当前路径(如果你了解shell语言,应该可以很轻松的理解)  include $(CLEAR_VARS)  L

2016-06-20 22:59:26 2738 1

转载 android.useDeprecatedNdk=true 添入工程根目录下的新建 gradle.properties 文件

Error:(12, 0) Error: NDK integration is deprecated in the current plugin.   Consider trying the new experimental plugin.   For details, see http://tools.android.com/tech-docs/new-build-system/gradle

2016-06-20 22:34:40 652

转载 Android-Android studio 出现 Error: NDK integration is deprecated in the current plugin. 问题解决

出现如下问题: Error:(50, 0) Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/g

2016-06-20 21:10:39 270

转载 Android NDK入门(实现简单的NDK程序)

NDK的安装:Android Studio中   File---->Setting---->Android SDK 内找到 Android NDK ,直接下载安装 NDK环境变量配置: NDK_ROOT(新建) NDK的安装路径 PATH(结尾增加) ;%NDK_ROOT% ====================================================

2016-06-20 21:08:40 312

转载 Android高效加载大图、多图解决方案,有效避免程序OOM (图片压缩和图片缓存LruCache)

转载请注明出处:http://blog.csdn.net/guolin_blog/article/details/9316683 本篇文章主要内容来自于Android Doc,我翻译之后又做了些加工,英文好的朋友也可以直接去读原文。 http://developer.android.com/training/displaying-bitmaps/index.html

2016-06-13 23:54:40 450

转载 Android Volley完全解析

Android Volley完全解析(一),初识Volley的基本用法 转载请注明出处:http://blog.csdn.net/guolin_blog/article/details/17482095 1. Volley简介 我们平时在开发Android应用的时候不可避免地都需要用到网络技术,而多数情况下应用程序都会使用HTTP协议来发送和接收网络数据。Android系

2016-06-13 23:15:22 365

转载 ListView的不同item加载不同Layout

转自:http://blog.csdn.net/junhuahouse/article/details/38261919?utm_source=tuicool&utm_medium=referral 重写ListView的BaseAdapter时,我们常常在getView()方法中复用convertView,优化ListView以提高性能。convertView在Item为单一的同种类型布局

2016-06-12 16:18:32 335

空空如也

空空如也

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

TA关注的人

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