摘要: 一、布局代码1.activity_main.xml View Code2.tab1.xml View Code3.tab2.xml View Code二、前台代码1.MainActivity.javapackage com.example.tabfragment;i... 阅读全文
posted @ 2014-08-31 22:17 萌浩 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 简单的“Tab选项卡”示例一、UI布局文件4个1.activity_main.xml View Code2.tab1.xml View Code3.tab2.xml View Code4.tab3.xml ... 阅读全文
posted @ 2014-08-31 22:12 萌浩 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 一、UI布局代码 View Code二、MainActivity代码package com.shz.localservice;import android.app.Activity;import android.content.BroadcastReceiver... 阅读全文
posted @ 2014-08-31 12:23 萌浩 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 一、远程服务主要代码1.IService.aidlpackage com.shz.remoteservice;interface IService { String getTicketInfoById(int id);}View Code 编译aidl文件自动生成的IService.java文... 阅读全文
posted @ 2014-08-31 11:18 萌浩 阅读(368) 评论(0) 推荐(0) 编辑