摘要:
Adding the Action Bar 增加一个Action Bar(工具栏)The action bar is one of the most important de... 阅读全文
摘要:
Starting Another Activity 开启另一个ActivityThis lesson teaches you to 这节课教给你:Respond to th... 阅读全文
摘要:
Building a Simple User Interface 创建一个简单的用户界面This lesson teaches you to 这节课将教给你:Create ... 阅读全文
摘要:
一、ActionBar介绍 在Android 3.0中除了我们重点讲解的Fragment外,Action Bar也是一个非常重要的交互元素,Action Bar取代了传统的tittle bar和menu,在程序运行中一直置于顶部,对于Android平板设备来说屏幕更大它的标... 阅读全文
摘要:
Running Your AppIf you followed the previous lesson to create an Android project, it inc... 阅读全文
摘要:
Creating an Android Project 创建一个Android项目An Android project contains all the files that... 阅读全文
摘要:
1、展示webview的activity可以另开一个进程,这样就能和我们app的主进程分开了,即使webview产生了oom崩溃等问题也不会影响到主程序,如何实现呢,其实很简单... 阅读全文
摘要:
Building Your First App 创建你的第一个App项目Dependencies and prerequisites 依赖关系和先决条件* Android ... 阅读全文
摘要:
Getting Started 让我们开始吧!Welcome to Training for Android developers. 欢迎来到Android开发者训练营。... 阅读全文