
Android
文章平均质量分 86
爱吃的胖子要减肥
Just try!
展开
-
Android4.2中简单实现checkbox全选、全不选、反选
activity_main.xmlhttp://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"原创 2013-04-24 14:51:15 · 994 阅读 · 0 评论 -
Android简单实现猜拳游戏
MainActivity类:package com.mcm.fingerplay;import android.os.Bundle;import android.app.Activity;import android.graphics.Color;import android.view.Menu;import android.view.View;import andro原创 2013-05-21 21:32:59 · 2231 阅读 · 0 评论 -
用相对布局实现登陆界面设计
activity_main.xml:http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"原创 2013-06-20 01:46:43 · 1782 阅读 · 0 评论 -
使用相对布局实现猜拳游戏界面设计
activity_main.xml:http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"原创 2013-06-22 17:18:39 · 1417 阅读 · 0 评论 -
TimePicker使用
activity_main.xml:http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"原创 2013-06-22 20:42:33 · 696 阅读 · 0 评论 -
DatePicker的使用
activity_main.xml:http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"原创 2013-06-22 21:06:45 · 918 阅读 · 0 评论 -
match_parent和fill_parent的区别
有网友表示对于很多工程中的MATCH_PARENT出现在layout中感到不明白,过去只有FILL_PARENT和WRAP_CONTENT那么match_parent到底是什么类型呢? 其实从Android 2.2开始FILL_PARENT改名为MATCH_PARENT ,从API Level为8开始我们可以直接用MATCH_PARENT来代替FILL_PARENT,最后Android123提醒大转载 2013-12-24 15:48:17 · 492 阅读 · 0 评论 -
如何解决安卓SDK无法下载Package的问题
有些用户在安装好Android SDK后,打开Android SDK Manager下载API时一直显示“Done loading packages”却迟迟不能前进,界面显示的Package空空如也。自己也出现了这种情况,于是乎,把自己成功解决此问题的方法分享给大家。步骤阅读工具/原料Android SDK for Windo转载 2014-10-21 10:48:08 · 538 阅读 · 0 评论