搜索资源列表
Android平台已适配测试列表
- Android平台已适配测试列表
OMXCodec
- android OMXCodec适配层代码,共同学习研究-android OMXCodec
androidShipei
- Android如何解决显示屏尺寸适配问题,提供几种android屏幕适配解决方案,核心思想是在当前模拟器上适配后,再通过获取屏幕的实际尺寸进行等比缩放。-Android how to solve the problem of screen size adaptation provides several android screen adaptation solutions, the core idea of adaptation in the current sim
GE_Nurse_demo
- Android 平台demo程序,800×480屏幕适配,用于演示!-Android platform demo program, 800 × 480 screen adaptation for the demo!
Android--screen-adaptation
- Android高价值屏幕适配教程,详细介绍android多分辨率,多屏幕适配方法-Android high-value screen adaptation tutorial android multi-resolution, multi-screen adaptation method, described in detail
AndroidCase
- Android开发的一些案例,包含任务监听、设备适配,游戏框架搭建,特效实现,多点触控,网络协议,游戏关卡设置等内容。特别是做游戏开发的朋友值得研究。-Android development of a number of cases, including the task of monitoring, device adaptation, games to build the framework, to achieve special effects, multi-touch, network
Mofang360UI
- 最近看了下360手机卫士wp8风格,简约,大方,很好看,所以也就模仿了下。具体反编译360 看到布局文件是一个自定义的viewgroup, 很值得研究学习,尤其是布局写法,适配做法,还使用了android-support-v4.jar 之viewpage 做到了界面上还能左右滑动。-Recently looked under 360 mobile guards wp8 style, simple, generous, good looking, so it mimics the next.
ListViewProject_1
- Android 列表之ArrayAdapter适配),新手学习必备-ArrayAdapter Android list of adaptation), novice learning essential
123
- android 多屏幕适配问题解决方案,用代码解决适配问题,从而很好的加强通用性-android multi-screen adaptation solutions to problems, use the code to solve adaptive problems in order to enhance good versatility
list
- android,view上啦加载更多,下拉刷新,可是适配listview,gridview等view控件。-android, view on the matter load more, pull to refresh, but adapted listview, gridview other view controls.
ListViewProject_2
- 列表之SimpleAdapter适配,Android开发精典案例源码,很好的参考资料。-List the SimpleAdapter adapter, Android development of classical case of source code, a good reference.
android
- android多分辨率适配 ,判断平板还是手机,等比例缩小图片-android multi-resolution adaptation judge tablet or mobile phone, scaling images
html5-android
- Android的HTML5应用程序概述 如何适配多分辨率的Android设备? 如何在Android中构建HTML5应用程序? 如何在Android中调试HTML5应用程序? 如何在Android中使用HTML5的本地储存? 如何在Android中使用HTML5的本地数据库? 如何在Android中使用HTML5的地理定位? 如何在Android中构建HTML5离线应用? 如何使用Canvas进行绘图?-html5 of android development .
android
- 此文件为android的屏幕适配的详情介绍,喜欢的朋友可以看看,比较不错。-This document details the android screen adaptation of the presentation, like a friend can look quite good.
MyApplication2
- android sw000dp适配,应用内字体替换工具类(Android sw000dp adaptation, application font replacement tool class)
SettingPression
- 各种权限 申请被拒绝跳转设置,目前适配国内主流机型(Various rights applications are denied jump settings)
第一行代码(第二版)源代码
- 郭霖的第一行代码(第二版)书籍源代码 第一行代码 第二版,被Android开发者誉为“Android学习第一书”。全书系统全面、循序渐进地介绍了Android软件开发的必备知识、经验和技巧。 《第一行代码》(第2版)基于Android 7.0对第1版进行了全面更新,将所有知识点都在最新的Android系统上进行了重新适配,使用全新的Android Studio开发工具代替之前的Eclipse,并添加了对Material Design、运行时权限、多窗口模式、Gradle、RecyclerV
安卓O系统适配指南_李翼_20180126
- 安卓O系统适配指南,Android 8.0 向 Android 平台引入了一些变化,即便不对 targetSdkVersion 做任何变动,仍可能影响应用的行为或令其根本无法运行。(Android 8 has introduced some changes to the Android platform. Even if it doesn't make any changes to targetSdkVersion, it may still affect the application's b
Android屏幕适配全攻略(最权威的官方适配指导)
- 重要概念 什么是屏幕尺寸、屏幕分辨率、屏幕像素密度? 什么是dp、dip、dpi、sp、px?他们之间的关系是什么? 什么是mdpi、hdpi、xdpi、xxdpi?如何计算和区分? 在下面的内容中我们将介绍这些概念。 屏幕尺寸 屏幕尺寸指屏幕的对角线的长度,单位是英寸,1英寸=2.54厘米 比如常见的屏幕尺寸有2.4、2.8、3.5、3.7、4.2、5.0、5.5、6.0等 屏幕分辨率 屏幕分辨率是指在横纵向上的像素点数,单位是px,1px=1个像素点。一般以纵向像素横向
android RIL 源代码
- 基于Android 5.0 适配RIL源代码,支持全部3gpp 标准AT命令解析流程