开发者

how can i implemented cloud computing in my application?

开发者 https://www.devze.com 2023-01-27 18:38 出处:网络
i have a problem that i am using web services and wa开发者_开发知识库nt that for example i have implemented facebook in my application and want that all the notification that arise in my facebook will

i have a problem that i am using web services and wa开发者_开发知识库nt that for example i have implemented facebook in my application and want that all the notification that arise in my facebook will get notified in my android phone even if application is installed but not opened in phone. So, to implement this into my application i think i have to use cloud computing but how can i do this i dont know. Can anyone help me out of this problem?

Thanks


I don't know what kind of application you have already written, but you need the implement a backend that checks the Facebook notifications, which can (probably) be done using the Facebook API: http://developers.facebook.com/blog/post/291

To send the notifications to the phone, you can use push notifications. Since 2.2 this can be done with Cloud To Device Messaging: http://android-developers.blogspot.com/2010/05/android-cloud-to-device-messaging.html and http://blog.boxedice.com/2010/10/07/android-push-notifications-tutorial/

0

精彩评论

暂无评论...
验证码 换一张
取 消