Webview Push Notifications for Blogger

﹥>﹥吖頭↗ 提交于 2019-12-08 04:00:07

问题


I was thinking of developing an android webview application for my blog and I would want my subscribers to get notifies through push notification whenever I post a new post in y blog.

First off, is this possible? and if Yes kindly help me to understand how.

I am looking forward to your answers. Thank you


回答1:


Yes you can. In fact i did the same for my blog on wordpress.

Checkout THIS link, which will show you how to create android app for your blog. This includes complete tutorial with souce code for splash screen, Sharing feature and android webview.

Note : If you don't know how to code, still you can build android app for your blog without any extra efforts. For that you can use :

  • Appsgeyser
  • Appypie

There are many other options available you can google it.

For PUSH Notification, i suggest you to use Parse.com. Basically Parse is based on GCM (Google Cloud Messaging). To use parse in your app you need to sign up with parse. After successful sign up you will have client keys and credentials to use parse. Parse will provide a step by step code you need to just paste it in appropriate files. That's it you are done.



来源:https://stackoverflow.com/questions/29049498/webview-push-notifications-for-blogger

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!