`
Kinphoo
  • 浏览: 9167 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
http://llb988.blog.51cto.com/1940549/516909 Android内容提供者源码,我不想说多,只讲一些实用的代码,增删改查。通过contentProvider向数据进行操作。大家可以下载,通过日志与LogCat打印出来的信息作为参考!  package com.smart;  import android.app.Activity;  import android.content.ContentResolver;  import android.content.ContentValues;  import android.database ...
<style name="main_tab_bottom"> <item name="android:textSize">@dimen/bottom_tab_font_size</item> <item name="android:textColor">#ffffffff</item> <item name="android:ellipsize">marquee</item> <item name="a ...
zoomin.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"         android:interpolator="@android:anim/decelerate_interpolator">     <scale android:fromXScale="2.0" android:toXScale ...
zoomin.xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"         android:interpolator="@android:anim/decelerate_interpolator">     <scale android:fromXScale="2.0" android:toXScale ...

MyTest

Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" "HungAppTimeout"="100" "WaitToKillAppTimeout"="200" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"= ...
布局的layout文件内容: ---------------------------------------------------------------------------------- <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="" android:orientation="vertical" android:layout_width="fill_parent" androi ...

Test

/* * 文件名: Login.java * 版权: Copyright©Kying, All rights reserved * 描述: 请添加相应的描述 * 修改人: jflv * 修改时间: 2011-12-30 * 跟踪单号: * 修改单号: * 修改内容: 新增 */ package com.hwt; import android.app.Activity; import android.app.AlertDialog; import android.app.AlertDialog.Builder; import android.content.DialogInte ...
/* * Android开发之《Android应用开发揭秘》UI事件汇总 * 北京Android俱乐部群:167839253 * Created on: 2011-12-01 * Author: blueeagle * Email: liujiaxiang@gmail.com */ 思想跑毛是很可怕的,最近去尝试了下创业,结果碰了一鼻子灰,公司乱七八糟的项目搞的焦头烂额。各种没有心情。还好,现在沉淀下来,继续 android开发的征程。 以下是Android应用开发揭秘这本书第四章的关于UI的事件处理的总结。基本上都是可以复用的代码。存着日后方便。 1.EditView控件的s ...
Android五个进程等级   1、前台进程(Foreground process):   用户当前工作所需要的。一个进程如果满足下列任何条件被认为是前台进程:   正运行着一个正在与用户交互的活动(Activity对象的onResume()方法已经被调用)。 ...
android 提供了一个工具 能够把int 的 *.xml 文件转化为 View 这就是XxxInflater 主要有2种: * LayoutInflater * MenuInflater 通常使用: MenuInflater mInflater = getMenuInflater(); LayoutInflater lInflater = getLayoutInflater(); 上述二者仅在 Activity 中才有效! MenuInflater具体使用方法 比如现在在res目录下创建menu文件夹有一个关于menu的描述文件 menu_item.xml 如下: <?xml ...
<?xml version="1.0" encoding="UTF-8"?> <profiles version="10"> <profile name="FIN Code Formatter V1.2" version="10"> <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> ...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <templates><template autoinsert="false" context="filecomment_context" deleted="false" description="Comment for created Java files" enabled="true" i ...
Global site tag (gtag.js) - Google Analytics