[android-developers] Re: What type of messaging would you use?

2011-01-08 Thread Kumar Bibek
Well, for reliable working, I think it would be best to use multiple
channels. SMS, cloud and local network(wireless or LAN), one of these
when the others are not available.

On Jan 8, 3:52 am, Nathan critter...@crittermap.com wrote:
 A client might have a use case for peer to peer or group sharing of
 location.

 Internet access, cell phone coverage not guaranteed.
 Wifi is available on a large private LAN.
 Users may have phones or more likely, tablets.
 A group of users are assigned a known key.
 User can periodically send their location to one or all members of the
 group.

 If this were a place with phone coverage, I believe I would pick SMS
 and send a broadcast intent.

 The location plus other status information will probably fit in 140
 characters or less.

 What messaging would you use in this situation? I haven't really done
 much message related programming with Android, and I thought I would
 check here first, since someone has probably solved this already.

 Thanks.

 Nathan

-- 
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] Re: What type of messaging would you use?

2011-01-08 Thread Nathan
On Jan 8, 6:17 am, Kumar Bibek coomar@gmail.com wrote:
 Well, for reliable working, I think it would be best to use multiple
 channels. SMS, cloud and local network(wireless or LAN), one of these
 when the others are not available.


It is the local network case I don't what to use.

If it were SMS, I'm pretty sure I would use SmsManager, right?

On a local network, what calls would I use?

Based on some older discussions, I think what I might need is
Serverless P2P (Peer to Peer). Is there a library that someone
recommends?

Nathan

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