摘要: public static void actionStart(Context context,String data1,String data2){ Intent intent = new Intent(c... 阅读全文
posted @ 2017-04-16 21:46 Philtell 阅读(98) 评论(0) 推荐(0)
摘要: public static void actionStart(Context context,String data1,String data2){ Intent intent = new Intent(c... 阅读全文
posted @ 2017-04-16 21:46 Philtell 阅读(90) 评论(0) 推荐(0)
摘要: 需要一个专门的集合类对对所有的活动进行管理就行了package com.example.deligence.activitytest;import android.app.Activity;import java... 阅读全文
posted @ 2017-04-16 20:12 Philtell 阅读(93) 评论(0) 推荐(0)
摘要: 需要一个专门的集合类对对所有的活动进行管理就行了package com.example.deligence.activitytest;import android.app.Activity;import java... 阅读全文
posted @ 2017-04-16 20:12 Philtell 阅读(132) 评论(0) 推荐(0)
摘要: 启动模式一共有四种,分别是standard singleTop singleTask和 singleInstance,可以在AndroidManifest.xml 中通过标签指定android:launchMod... 阅读全文
posted @ 2017-04-16 18:23 Philtell 阅读(93) 评论(0) 推荐(0)
摘要: 启动模式一共有四种,分别是standard singleTop singleTask和 singleInstance,可以在AndroidManifest.xml 中通过标签指定android:launchMod... 阅读全文
posted @ 2017-04-16 18:23 Philtell 阅读(95) 评论(0) 推荐(0)