Re: [android-developers] Need architecture guidance in reference to a social app

2012-02-10 Thread bhaskar bommala
Hi , Can anyone know how to use OpenGraph API in Android app ,like giving comments and Like features please help in this.. Thanks in Advance... On Wed, Feb 1, 2012 at 6:50 AM, leftcont...@gmail.com leftcont...@gmail.com wrote: i need to know how an actual developer might solve this

[android-developers] Need architecture guidance in reference to a social app

2012-01-31 Thread leftcont...@gmail.com
i need to know how an actual developer might solve this problem . I have the app on my device and so do you. In the app i write a message and this message is passed to your app . You open and your app are notified a new message awaits. The action you take in reference to this message generates a

Re: [android-developers] Need architecture guidance in reference to a social app

2012-01-31 Thread James Black
Why not just send an SMS message, and look for a particular beginning to a message, perhaps. You can read this blog to see how to read messages: http://droidcoders.blogspot.com/2011/09/sms-receive.html On Tue, Jan 31, 2012 at 8:20 PM, leftcont...@gmail.com leftcont...@gmail.com wrote: i need

Re: [android-developers] Need architecture guidance in reference to a social app

2012-01-31 Thread Kristopher Micinski
Question: How do i handle the exchange between the two devices. Am i going to need a server to accomplish this? The basic answer is: yes. You *do* need a server to accomplish this. Having a backend solution is probably the most feasible path, and it's done the majority of the time. There are