On Fri, Oct 26, 2012 at 3:07 AM, <android-developers@googlegroups.com>wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/android-developers/topics
>
>    - Is it legal to implement APK's silent installation for commercial
>    use? <#13a9be5993e34324_group_thread_0> [4 Updates]
>    - play audio on tab click event <#13a9be5993e34324_group_thread_1> [1
>    Update]
>    - android SQLite <#13a9be5993e34324_group_thread_2> [2 Updates]
>    - Creating a PDF on Adroid? <#13a9be5993e34324_group_thread_3> [2
>    Updates]
>    - Dalvik VM performance <#13a9be5993e34324_group_thread_4> [1 Update]
>    - Android maven plugin: Adding android support jar to test project ~
>    Cannot load class
>    
> 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'<#13a9be5993e34324_group_thread_5>[2
>  Updates]
>    - Android phone stolen <#13a9be5993e34324_group_thread_6> [1 Update]
>
>   Is it legal to implement APK's silent installation for commercial 
> use?<http://groups.google.com/group/android-developers/t/b0948556e83d62a1>
>
>    alex kyo <kyokanxuj...@gmail.com> Oct 25 11:30PM -0700
>
>    Thanks for your reply*, *Kris
>
>    My (3rd party)app was built to install apps on STOCK android via
>    google
>    play,
>    What I did was link to Play store by an url like 
> ...more<http://groups.google.com/group/android-developers/msg/e058d89c806421b8>
>
>
>    alex kyo <kyokanxuj...@gmail.com> Oct 25 11:35PM -0700
>
>    thanks for your reply, TreKing
>
>    That's a question for a lawyer if I could afford one.
>
>    On Friday, October 26, 2012 2:51:03 AM UTC+9, TreKing wrote:
>    
> ...more<http://groups.google.com/group/android-developers/msg/5a0530ef46d5f8c>
>
>
>    Kristopher Micinski <krismicin...@gmail.com> Oct 26 02:45AM -0400
>
>
>    > If they are able to do it, they are doing so presumably via some
>    > security hole. Be sure to point out if and when they release an app
>    > that does this, so we can get that security hole closed. 
> ...more<http://groups.google.com/group/android-developers/msg/3ee795e060399fc4>
>
>
>    Mark Murphy <mmur...@commonsware.com> Oct 26 02:56AM -0400
>
>    On Fri, Oct 26, 2012 at 2:45 AM, Kristopher Micinski
>    > Or their company is actually TMobile...
>
>    Oh, true. A device manufacturer can do this stuff without a problem. I
>    was assuming that this was an 
> ...more<http://groups.google.com/group/android-developers/msg/c0b5a0ac2fd37ef4>
>
>   play audio on tab click 
> event<http://groups.google.com/group/android-developers/t/6ebe6673e3fe180b>
>
>    Sadhna Upadhyay <sadhna.braah...@gmail.com> Oct 26 11:33AM +0530
>
>    Hi everyone ,
>    i am making an app in which 10 tab and i want to play audio when i
>    click on tab ,and there are different-different for different tab and
>    one
>    more thing that i want to swipe 
> ...more<http://groups.google.com/group/android-developers/msg/b0b5b5c280f64ea>
>
>   android 
> SQLite<http://groups.google.com/group/android-developers/t/d1f4da3eb59d708c>
>
>    nageswara rao Rajana <nagu.raj...@gmail.com> Oct 26 10:56AM +0530
>
>    Hi,
>
>    In my app i should maintain a local database which contain 20 tables
>    with
>    primary and foreign keys later it should sync with remote server
>    database.
>    I have some queries following
>    
> ...more<http://groups.google.com/group/android-developers/msg/c82edcd6240e061e>
>
>
>    Kristopher Micinski <krismicin...@gmail.com> Oct 26 01:33AM -0400
>
>    usually the syncing with a database pattern happens via service in an
>    alarmmanager then updating a content provider or something of that
>    nature..
>
>    kris
>
>    On Fri, Oct 26, 2012 at 1:26 AM, 
> ...more<http://groups.google.com/group/android-developers/msg/6706121eca43b9e0>
>
>   Creating a PDF on 
> Adroid?<http://groups.google.com/group/android-developers/t/ec9adc6568621cb>
>
>    Karl Kristian Markman <karlkristian.mark...@gmail.com> Oct 25 10:05PM
>    -0700
>
>    So basically anything that goes in Java should work in Android?
>
>    On Friday, December 3, 2010 11:45:32 AM UTC+1, Atul Moglewar wrote:
>    
> ...more<http://groups.google.com/group/android-developers/msg/92d725e009d7ae14>
>
>
>    Kristopher Micinski <krismicin...@gmail.com> Oct 26 01:12AM -0400
>
>    depends, some libraries are not included, if it's linking against
>    those then that will not work..
>
>    kris
>
>    On Fri, Oct 26, 2012 at 1:05 AM, Karl Kristian Markman
>    
> ...more<http://groups.google.com/group/android-developers/msg/8e4c8d539adba248>
>
>   Dalvik VM 
> performance<http://groups.google.com/group/android-developers/t/d7102f83ba03862d>
>
>    Kristopher Micinski <krismicin...@gmail.com> Oct 25 11:01PM -0400
>
>    > with. And one thing I don't quite understand is the lack of focus on
>    > improving performance of the VM, given that it is central to all the
>    apps on
>    > Android.
>
>    Dalvik's always been pretty 
> ...more<http://groups.google.com/group/android-developers/msg/9dddda09a3fe1246>
>
>   Android maven plugin: Adding android support jar to test project ~
> Cannot load class
> 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'<http://groups.google.com/group/android-developers/t/b28b486a52904d44>
>
>    Patrick Boos <patrickboo...@gmail.com> Oct 25 07:06PM -0700
>
>    I think I found the problem. It has to do with RUNNING ALL TESTS. Run
>    each
>    test case one by one and the problem does not occur. No idea why.
>    Maybe a
>    bug in running all tests?
>
>    
> ...more<http://groups.google.com/group/android-developers/msg/e717de2e0217faf>
>
>
>    Patrick Boos <patrickboo...@gmail.com> Oct 25 07:12PM -0700
>
>    To clarify. Eclipse has the same problem. I on accident tested the
>    single
>    test only where it worked.
>
>    On Thursday, August 23, 2012 5:56:18 PM UTC+9, blizzard wrote:
>    
> ...more<http://groups.google.com/group/android-developers/msg/69840300a423b749>
>
>   Android phone 
> stolen<http://groups.google.com/group/android-developers/t/40d34b4f4e5fbd2c>
>
>    "Joel Wirāmu Pauling" <j...@aenertia.net> Oct 26 02:19PM +1300
>
>    http://preyproject.com
>
>    First app you should install IMHO.
>
>    
> ...more<http://groups.google.com/group/android-developers/msg/f6581cb476dcf1f9>
>
>  You received this message because you are subscribed to the Google Group
> android-developers.
> You can post via email <android-developers@googlegroups.com>.
> To unsubscribe from this group, 
> send<android-developers+unsubscr...@googlegroups.com>an empty message.
> For more options, 
> visit<http://groups.google.com/group/android-developers/topics>this group.
>
> --
> 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

Reply via email to