Android (JPush) Push Notification Tutorial

This tutorial covers how to create a new Android application and integrate the push notification feature.

By completing this tutorial, you will be able to make necessary configurations for using the push notification feature. We also present some implementation tips at the end of the tutorial to give you some hints to expand your application.

This tutorial covers the JPush-based push. If you want to use the FCM-based push, see Android (FCM) Push Notification Tutorial instead.

Prerequisite

Prior to going through this tutorial, you need some basic preparations for starting the Android application development.

  • Setting up the development tools

    Install Android Studio. Also, install other Android development tools as needed.

    You can use other development tools. In this tutorial, we will cover Android Studio.

  • Registering as a JPush developer

    Register as a JPush developer and have the privilege to create a new application and change the configurations on JPush Admin Screen.

Let us move to the first step: Create an Android Application.