Go support for Android David Crawshaw June 2014 Abstract We propose to introduce Go support for the Android platform. The focus will be on supporting games written in Go. The APIs will be those defined in the Android NDK. Background Android is an ope…
iMX6QD How to Add 24-bit LVDS Support in Android 版本 4 由 Ying Liu 于 2012-10-14 下午11:52创建,最后由 Jodi Paul 于 2013-5-20 上午8:38修改. Introduction LVDS display panel driving data flow: Display quality: To get the best display quality for 24bit LVDS display pan…
Support Library Setup How you setup the Android Support Libraries in your development project depends on what features you want to use and what range of Android platform versions you want to support with your application. This document guides you thr…
Material Design with the Android Design Support Library 原文http://www.sitepoint.com/material-design-android-design-support-library/ Material Design,Android 5.0发布时为android app 和其他平台app引入的一门新的设计语言. 它带来了一些新的UI组件,如"Floating Action Button".实施这些新组件,同时确…
AppBar官方文档摘记 2016-6-12 本文摘自Android官方文档,为方便自己及其他开发者朋友阅读. 章节目录为"Develop > Training > Best Practices for User Interface > Adding the App Bar". Adding the App Bar App Bar是谷歌推荐的为应用带来统一外观和一致导航的UI设计元素,已有的Action Bar就是早先SDK中引入的实现.但Action Bar的引入最…
文章地址 http://developer.android.com/training/articles/perf-jni.html JNI Tips JNI is the Java Native Interface. It defines a way for managed code (written in the Java programming language) to interact with native code (written in C/C++). It's vendor-ne…
Android Studio 2.2.2 发布了.包括 canary, dev, beta, and stable 这几个系列. 该版本修复了 Android Studio 2.2.1 中排名较前的bug,更新内容如下: 修复问题 Instant Run bug fixes Gradle Plug-in Bug fixes 32-bit JDK for use on 32-bit Windows 新特性 Android API 25 Support - Basic support for API…
之前网上也有一款类似的软件,估计是华为内部人员开发的,不过很变态,不但只支持华为的几款手机,而且只能发一条AT命令,然后就不让你发了:所以很气愤,今天花了一天时间自己写了这么款程序,而且是支持所有Android手机的. 将AT命令发送到Android手机的调制解调器,对于制造商和ROM移植人员很有用.该工具理论上支持所有Android手机. 能干什么大家可以想一下,比如直接一个命令就可以打电话,比如移植RIL部分的调试,比如CDMA彩信问题的突破口等. Send AT command to An…