[android-developers] WearableCalendarContract query doesn't return recurring events

2015-04-14 Thread Xavier Gouchet
I'm creating a watchface for Android Wear which will display calendar events. Based on this page https://developer.android.com/training/wearables/watch-faces/information.html (and the WatchFace sample provided in the SDK), I managed to query the next events for the day, and display them on

[android-developers] How to avoid reverse engineering of an APK file?

2015-04-14 Thread booooooooooooo
HI All please any body help to restrict extracting apk . Regards Vinod -- 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

Re: [android-developers] How to avoid reverse engineering of an APK file?

2015-04-14 Thread Oscar Marques
http://developer.android.com/tools/help/proguard.html 2015-04-14 5:18 GMT-03:00 bo yada...@gmail.com: HI All please any body help to restrict extracting apk . Regards Vinod -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Service dies when no internet connectivity

2015-04-14 Thread TreKing
On Mon, Apr 13, 2015 at 5:53 PM, NewToAndroid rahulra...@gmail.com wrote: But when I was driving thru some remote hilly area, where there is no internet connectivity, the service stopped playing music. When I checked later, the service has stopped. What is the concept behind this ? What can

Re: [android-developers] How to avoid reverse engineering of an APK file?

2015-04-14 Thread Kristopher Micinski
Proguard will definitely help, but the basic answer is that it's impossible. If you can run the APK you can extract it. Proguard makes it much harder to determine what's going on because method names will be obfuscated, but (e.g.,) framework methods will still be visible (since they're