不浮躁
发布时间:2015-11-27 11:05:37
点击(此处)折叠或打开package org.lxh.demo;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;im.........【阅读全文】
发布时间:2015-11-27 11:03:38
Intent传递数据的时实际上一共分为以下六种数据:操作(Action)、数据(Data)、数据类型(Type)、操作类别(Category)、附加信息(Extras)、组件(Component)、标志(Flags) 点击(此处)折叠或打开public class MyIntentCaseDemo extends Activity {.........【阅读全文】
发布时间:2015-11-27 11:03:10
SharedPreferences提供了一些基础的信息保存功能,所有的信息都是按照“key=value”的形式进行保存的,但是android.content.SharedPreferences接口所保存的信息只能是一些基本的数据类型,例如:字符串、整型、布尔型等。点击(此处)折叠或打开package org.lxh.demo;.........【阅读全文】
发布时间:2015-11-22 15:21:57
上代码:package exit;import java.awt.Button;import java.awt.Frame;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;public class exit { Frame f = new Frame("test"); Button b1 = new Button("btn1"); public void init() { f.s.........【阅读全文】
发布时间:2015-11-10 08:49:48
SDK preparation Set the system to have at least 1.5G RAM & large disk space. 1. Download the SDK yum/apt-get install curl$ curl http://android.git.kernel.org/repo >~/bin/repo$ chmod a+x ~/bin/repo$ mkdi.........【阅读全文】