• 大小: 412KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: Java
  • 标签: 通知栏  android  

资源简介

通知栏接受消息跳转到相应的界面的处理

资源截图

代码片段和文件信息

package com.liangzili.notificationlaunch;

import android.app.Application;
import android.test.ApplicationTestCase;

/**
 * Testing Fundamentals
 */
public class ApplicationTest extends ApplicationTestCase {
    public ApplicationTest() {
        super(Application.class);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......        91  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\.gitignore

     文件         18  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\.name

     文件        686  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\compiler.xml

     文件         76  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\copyright\profiles_settings.xml

     文件        364  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\gradle.xml

     文件        832  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\misc.xml

     文件        144  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\modules.xml

     文件        164  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\vcs.xml

     文件       5759  2016-09-03 23:46  androidcode-master\androidcode-master\NotificationLaunch\.idea\workspace.xml

    .......         7  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\.gitignore

    .......      7619  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\app.iml

    .......       602  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\build.gradle

    .......       667  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\proguard-rules.pro

    .......       363  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\androidTest\java\com\liangzili\notificationlaunch\ApplicationTest.java

    .......      1212  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\AndroidManifest.xml

    .......       175  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\Constants.java

    .......       844  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\DetailActivity.java

    .......      1866  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\MainActivity.java

    .......      1870  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\NotificationReceiver.java

    .......      1075  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\PushService.java

    .......      1354  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\ShowNotificationReceiver.java

    .......      1040  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\SplashActivity.java

    .......      1614  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\java\com\liangzili\notificationlaunch\SystemUtils.java

    .......    333787  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\drawable\splash.jpg

    .......      1034  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\layout\activity_detail.xml

    .......       744  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\layout\activity_main.xml

    .......       473  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\layout\activity_splash.xml

    .......       392  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\menu\menu_main.xml

    .......      3418  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\mipmap-hdpi\ic_launcher.png

    .......      2206  2015-08-06 02:34  androidcode-master\androidcode-master\NotificationLaunch\app\src\main\res\mipmap-mdpi\ic_launcher.png

............此处省略48个文件信息

评论

共有 条评论