码迷,mamicode.com
首页 >  
搜索关键字:android入门    ( 276个结果
android 入门-Service实时向Activity通过BroadcastReceiver传递数据
引文:http://www.cnblogs.com/linjiqin/p/3147764.html package com.iruisi.service;import android.app.Service;import android.content.Intent;i...
分类:移动开发   时间:2014-12-12 20:41:28    阅读次数:283
android 入门-Service
sdk 1.7package com.example.hellowrold;import java.util.Random;import com.example.hellowrold.R.id;import android.os.Bundle;import android.app.Activity;...
分类:移动开发   时间:2014-12-11 18:52:21    阅读次数:246
Android入门笔记 - 数据存储 - 网络
Android 网络获取数据...
分类:移动开发   时间:2014-12-11 12:30:52    阅读次数:129
android 入门-Activity及 字体
private Button sButton; private TextView mTextView; private Button fButton; private int[] sArray={13,25,38,34,42}; @Override protec...
分类:移动开发   时间:2014-12-10 19:38:31    阅读次数:231
Android入门笔记 - 数据存储 - SharedPreferences
SharedPreferences...
分类:移动开发   时间:2014-12-10 16:29:57    阅读次数:151
Android入门之GPS定位详解
一、LocationManagerLocationMangager,位置管理器。要想操作定位相关设备,必须先定义个LocationManager。[java]view plaincopyLocationMangerlocationManager=(LocationManager)this.getSy...
分类:移动开发   时间:2014-12-09 19:05:16    阅读次数:264
Android入门笔记 - 界面开发 - 帧动画
Android 帧动画...
分类:移动开发   时间:2014-12-09 17:56:41    阅读次数:154
Android入门笔记 - 界面开发 - Animation
android animation...
分类:移动开发   时间:2014-12-09 09:25:38    阅读次数:186
Android入门系列:UI组件:布局管理器:GridLayout
写一个计算器的示例,布局文件如下: 其中,字符串文件为res/values/string.xml: My ...
分类:移动开发   时间:2014-12-05 17:03:17    阅读次数:182
android 入门-安装环境
1.安装jdk 相关链接2.安装adt 里面包含eclipse3.下载androidsdk4.打开eclipse 找到windows -> 属性 -> android 主目录 复制 存放在android-sdk 的路径ps:如果之前安装jdk 然后在安装eclipse 之后在安装 adt 的话。把之...
分类:移动开发   时间:2014-12-04 17:26:34    阅读次数:192
276条   上一页 1 ... 19 20 21 22 23 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!