ActivityManagerService (二) Android

文章出处:http://blog.csdn.net/shift_wwx接着之前的博文ActivityManagerService (一)继续总结:ActivityManagerService.setSystemProcess(); public static
标签: android

发布于  2024-3-2 18:55

HorizontalListView Android

package com.study.study;/* * HorizontalListView.java v1.5 * * * The MIT License * Copyright (c) 2011 Paul Soucy (paul@dev-smart.com) * * Permission is hereby granted, free of cha
标签: android

发布于  2024-3-2 18:55

接上:TabHost与RadioGroup结合完成的菜单 Android

布局文件:<?xml version="1.0" encoding="UTF-8"?> <TabHost android:id="@android:id/tabhost" android:layout_width="fill_parent" android:layout_
标签: android

发布于  2024-3-2 18:55

Genymotion首次运行程序出现错误Installation error: INSTALL_FAILED_CPU_ABI_INCOMPATIBLE Android

当首次安装好Genymotion后,把Android运用部署到上面运行时,Console控制台会报错:Installation error: INSTALL_FAILED_CPU_ABI_INCOMPATIBLE,Please check logcat output for more
标签: android

发布于  2024-3-2 18:54

Mac下eclipse安装SVN插件 Android

Mac下eclipse安装SVN插件eclipse中最常使用的SVN插件是subclipse,先到subclipse官网:http://subclipse.tigris.org下载该插件。 如上图,点击“Download and Insta
标签: android

发布于  2024-3-2 18:54

ART GC介绍 Android

学习了Android 4.4 ART的Mark-Sweep(MS)GC。到了Android 5.0,ART增加了对Compacting GC的支持,包括Semi-Space(SS)、Generational Semi-Space(GSS)和...
标签: android

发布于  2024-3-2 18:54

android ListView之——ArrayAdapter使用 Android

android开发中有一个非常重要的组件之一——ListView,我们使用的软件基本都会用到ListView。 提到ListView,有三个元素组成来显示出列表效果,分别是:
标签: android

发布于  2024-3-2 18:54

shape和selector的结合使用 Android

shape和selector是Android UI设计中经常用到的,比如我们要自定义一个圆角Button,点击Button有些效果的变化,就要用到shape和selector。可以这样说,shape和sele
标签: android

发布于  2024-3-2 18:54

Android 5.0 如何正确启用isLoggable(二)__原理分析 Android

前置文章 《Android 5.0 如何正确启用isLoggable(一)__使用详解》 概要 在上文《Android 5.0 如何正确启用isLoggable(一)__使用详解》中分析了isLoggable的使用方法,本文主要分析isLo...
标签: android

发布于  2024-3-2 18:54

揭开Android获取应用签名的神秘面纱 Android

一、问题 在国内各大应用市场或facebook为自己的应用申请参数时,基本都会要求填写一个签名(facebook的说法是keyhash),那么这个签名(或keyh
标签: android

发布于  2024-3-2 18:54