[android-developers] Have developers ever been sued because of what their program does?

2013-12-16 Thread Tina Seaburn
I am considering writing an app for the Android Market place.  I was 
looking around Google Play and I noticed quite a few apps that provide 
various ways to spy on other people.  Sometimes they are called phone 
locator or tracker or sometimes just spy.

This sounds like fun but I was wondering if app developers ever get sued 
when someone, for instance, is killed by a stalker who was using one of 
these apps.

Has this ever happened?
Thanks,
Tina

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Alternate Page Display mechanisms?

2012-04-30 Thread Tina Seaburn
I'm a Windows Phone 7 Developer trying to learn enough about the
android platform to port some apps onto android...

In WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class
handles them all so all of the variables are common.  It makes
navigation very simple for
both the user and the programmer.  Is there any
such vehicle in Android?

Maybe I could put a very wide page into a horizontal slider or
something
like that?


Thanks so much for anyone that can help me with this.
Tina

-- 
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] Global static class versus bundles

2012-04-26 Thread Tina Seaburn
I'm a Windows Phone 7 developer and I use C# as a language.  In your
tutorial examples there are Activities (looks like activities have a
1:1 relationship with display pages) and they are communicating with
each other by passing Bundles.

I'm used to having a Global Static Class where all of the common
information exists that is shared by the various activities.  Is this
possible in Android Java?  It seems easier than passing bundles.

Also in WP7 we have Pivots and Panoramas where a page may be 15
pages wide and the user can slide them accross.  The same Code Class
handles them all so all of the variables are common.  Is there any
such vehicle in Android?

Thanks so much for anyone that can help me with this.
Tina

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