How Can I Implemented Cloud Computing In My Application?
i have a problem that i am using web services and want that for example i have implemented facebook in my application and want that all the notification that arise in my facebook w
Solution 1:
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/
Post a Comment for "How Can I Implemented Cloud Computing In My Application?"