原创 Android自定義屬性 format的深入解析

以下是對Android中的自定義屬性format進行了詳細的分析介紹,需要的朋友可以過來參考下   1. reference:參考某一資源ID。(1)屬性定義: 複製代碼 代碼如下: <declare-styleable na

原创 android打包jar包

1、android 打包自己的自定義組件成JAR包 2、Android打包成jar的注意事項 3、Android 將Activity打成jar包供第三方調用

原创 android 例子學習

聚合數據 Android 項目開發實戰:天氣 中國天氣網api(json格式) Android圖案解鎖 Android 圖片平滑滾動組件 Glide Android經典側滑菜單SlidingMenu使用介紹 創建M

原创 android注入技術

今天在qq羣裏看到就聊了一下,先收藏方便以後: 進擊的Android注入術《一》 進擊的Android注入術《二》 進擊的Android注入術《三》 進擊的Android注入術《四》

原创 Context中獲取屏幕尺寸的2種方法

方法1: public Point getDisplayMetrics() {    DisplayMetrics dm = new DisplayMetrics();    dm = getApplicationContext().

原创 Android開發服務器的搭建

http://blog.csdn.net/chwenj/article/details/11906491 Android開發服務器的搭建 第一部分,選取交叉編譯的硬件平臺 Android的SDK包很大,源碼至

原创 滑動動速度跟蹤類VelocityTracker介紹

VelocityTracker顧名思義即速度跟蹤,在android中主要應用於touch even。, VelocityTracker通過跟蹤一連串事件實時計算出當前的速度,這樣的用法在android系統空間中隨處可見,比如Gestu

原创 Android組件間通信庫EventBus收集

快速Android開發系列通信篇之EventBus Android組件間通信庫EventBus學習

原创 elclipse 資源

elclipse 資源

原创 開源庫收集

NineoldAndroids動畫庫源碼分析

原创 VMWare虛擬機下爲Ubuntu 12.04.1配置靜態IP(NAT方式)

VMWare虛擬機下爲Ubuntu 12.04.1配置靜態IP(NAT方式) http://www.cnblogs.com/objectorl/archive/2012/09/27/vmware-ubuntu-nat-static

原创 android面試

Android面試準備複習之Android知識點大掃描  75道超難的邏輯思考題及答案 

原创 android 程序錯誤全局處理

android 程序錯誤全局處理  [Android]將應用崩潰信息彙報給開發者並重新啓動應用

原创 android activity動畫實現

android窗體動畫:activity啓動從底部向上滑動出現,關閉的時候從頂部向下滑動消失的動畫實現

原创 HttpClient獲取並解析JSON數據

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24