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  wrote:

> 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
> notification to me and an update to facebook.
> This action also generates a  date and time that will populate another
> activity on your app and mine.
>
> I am thinking sqllite running off the sd on each device
>
> Question: How do i handle the exchange between the two devices.
> Am i going to need a server to accomplish this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 other ways, sms, bluetooth, email, etc...  But these aren't
really as common as using a web backend.

kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 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
> notification to me and an update to facebook.
> This action also generates a  date and time that will populate another
> activity on your app and mine.
>
> I am thinking sqllite running off the sd on each device
>
> Question: How do i handle the exchange between the two devices.
> Am i going to need a server to accomplish this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
"I know that you believe you understand what you think I said, but I'm not
sure you realize that what you heard is not what I meant."
- Robert McCloskey

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
notification to me and an update to facebook.
This action also generates a  date and time that will populate another
activity on your app and mine.

I am thinking sqllite running off the sd on each device

Question: How do i handle the exchange between the two devices.
Am i going to need a server to accomplish this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en