# Tutorial - Using Push Notification

DevFeed: [Tutorial - Using Push Notification](<https://devfeed.tech/articles/tutorial-using-push-notification-19636.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/tutorial-using-push-notification/>)

Author: Shai Almog

Published: 2017-07-05T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [push-notification](<https://devfeed.tech/topics/push-notification.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [push-notification](<https://devfeed.tech/tags/push-notification.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial video introduces the basics of push notifications using newer APIs and settings. It notes that push behavior varies across operating systems and that advanced topics, additional platforms, and JSON result parsing are outside the video's scope.

## Source excerpt

Push gets a lot of support queries, it's a hard subject to wrap your head around especially with all of the conflicting and shifting landscape around it. To make matters worse every OS conceptualizes it very differently. I go into some of the really advanced stuff such as fallback behavior in the advanced course but basic stuff is still a crucial first step. So I adapted some of the material from there and re-did the push How Do I? video to use the newer API's and settings. Check out that page for the full transcript of the video.