• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods Adding notification to the app

sampat1992

Lurker
Hi
LV426 ,
Since you are the best moderator here who reply accurate and fast ,I am pretty impressed with you.

I made an app through www.andromo.com that is free and easy to develop. I am not developer nor know much about app. Due to my dream I made an app through this site for my community .It is very simple app. Now I want to enable or add notification to my app ,whenever I post my https://localsamaj.wordpress.com/ this site. So I request to you kindly help in this matter .

Regards,
Sampat1992
 
Hi there. Thank you for your kind comments, it is nice to be appreciated.
The way I would tackle this is to do what's called a 'pull notification'. That's where your app periodically asks the wordpress site for any new blog entries. This could happen when the app starts, and at regular intervals. In fact there's already a Wordpress API to do this. Have a look at this question:

https://stackoverflow.com/questions...posts-from-a-wordpress-blog-in-an-android-app

Another way you could do this is to use the Wordpress REST API. Some information here

https://www.simplifiedcoding.net/wordpress-to-android-app-tutorial/

But it turns out that there is already a Wordpress Android app. Have you seen it? Could be an option for you?

https://play.google.com/store/apps/details?id=org.wordpress.android&hl=en_GB
 
Hi there. Thank you for your kind comments, it is nice to be appreciated.
The way I would tackle this is to do what's called a 'pull notification'. That's where your app periodically asks the wordpress site for any new blog entries. This could happen when the app starts, and at regular intervals. In fact there's already a Wordpress API to do this. Have a look at this question:

https://stackoverflow.com/questions...posts-from-a-wordpress-blog-in-an-android-app

Another way you could do this is to use the Wordpress REST API. Some information here

https://www.simplifiedcoding.net/wordpress-to-android-app-tutorial/

But it turns out that there is already a Wordpress Android app. Have you seen it? Could be an option for you?

https://play.google.com/store/apps/details?id=org.wordpress.android&hl=en_GB



Thanks for quick reply , but I can not found solution in that or may be I am unable to found my answer.
Let us consider, I post on my wordpress site on 8.00 pm then notification should automatically come to my app on 8.1 pm . I want such type of setting or solution .will you please simplify it for me?

Today's condition is that when I open my app then I got full post in my app.I didnt got my app's notification when my app is closed .
In simple word I should got notification like gmail. Please provide me solution .I am expecting answer from your end.
Thanks in advance.
Sampat1992
 
Back
Top Bottom