2

I have created an android application for a RSS reader it is working fine .Now i want to show a notification to the user at the time of receiving a new blog or feed

please any one help me how to do that

Thanks in advance

2 Answers 2

3

Check out the NotificationManager class.

Sign up to request clarification or add additional context in comments.

2 Comments

How to use NotificationManager at the time of receiving a new feed or blog
@Krishna do not expect people to write your code for you. Reading up on documentation and figuring out how to use the APIs is part of developing.
1

Given answer is good only @Krishna wants to develop a notification. But in his scenario, he needs to tell the user, when they receives an updates. So while you are studying the given link, also remember you should have a mechanism to Broadcast when you receive a notification even when the user is not already open your application. As a hint: you have to provide some services and permissions in Manifest file.

This documentation page also explain very well with coding.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.