自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Jerrks Lover

Longger to do shortter to say and try your best to be what you dreamed to become.

  • 博客(1)
  • 资源 (8)
  • 收藏
  • 关注

原创 UE 5 接入iOS 动态库(Framework)

ue 5 通过 插件(plugins)方式 iOS ,想要接入第三方或者Flutter等编译生成的动态库(dynamics framework)需要手动特殊处理。

2023-04-17 15:55:03 562 2

Android异步多线程加载图片

how to use my jar to download images Demo,just use about 4 line code to compete download image fastest and your application will run smoothly // download image in normal not fit Adapter Mode // step one : initImageLoader(cacheDir,R.drawable.alert_dark_frame); // step two bindImage(key,url,imageView,extra); // download images in other way fit Adapter Mode (BaseAdapter,ViewPagerAdapter) // step one redefine your adapter which texteds ImageLoadAdapter or ImageLoadViewPageAdapter,here we named it TestImageLoadAdapter TestImageLoadAdapter adapter = new TestImageLoadAdapter(this); // step thiree add this adapter to Activity Life Cycle addLifeCycleListener(adapter); // step three in getView(int position, View view, ViewGroup root) within Adapter call method bindImage(key,url,imageView,extra) // to start load image if you needs,see also like bindImage(key,url,imageView,extra); // and the last you must call static method stopLoader in ImageLoader to stop load image before you quit or cancel your application ImageLoader.stopLoader();

2013-09-22

Android apk 反编译大师指南

你还在为apk 反编译成java 烦恼吗?来我手把手教你,有了如此文章apk->java 一分钟轻松搞定,让你成为反编译大师。 声明,该文档只是为了学习,而不是用于不正当途径。

2013-05-11

android ndk-stack使用说明。

使用cocos2d-x,jni,和android ndk,开发调试无从着手是吧,那就来使用ndk-stack吧,让你轻松自如的在eclipse下,android下调试c/c++吧。嘻嘻。好东西要分享哦。

2012-03-19

Android 开发环境配置详细介绍(Windows)

手把手教你如何快速、精准、高效的安装、配置android开发环境。保证让你拜服在该文档的强大魅力之下。

2012-02-13

Android Opengles 开发入门技术文档

总结opengles在android平台开发的各种应用、重点、难点。它将带你慢慢的由无知到精通全程。

2012-02-13

cocos2d-x 1.1.0-0.11.0 API 文档

cocos2d-X 1.1.0-0.99.0 开发完全API文档。让他带领你进入cocos2d-X 时代。

2012-02-13

cocos2d-x android 环境配置步骤

手把手教你搭建在android下使用cocos2d-x 游戏引擎的开发环境。

2012-02-10

空空如也

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

TA关注的人

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