layout: post
title: "學(xué)習(xí) ApiDemos 007 Forwarding"
date: 2016-12-21 14:04:15
comments: true
external-url:
categories: android,ApiDemos
簡介
- ApiDemos -> App -> Activity -> Forwarding
- 源代碼 http://git.oschina.net/vileneera/LearnApiDemos/tree/007
- 比較簡單,就是 activity 之間的跳轉(zhuǎn)
值得注意的點(diǎn)
- startActivity 之后加 finish
疑問
- 無