[android-developers] GOOGLE REMOVED MY APP - WHY?

2014-03-11 Thread Terry
Google has removed my app from the Play Store. Now I would like to know WHY. The Reason for Removal was Dangerous Product. The app is the free Theif Face Trap Mini, or TFTM, with id=com.terboel.tftm For those who would have a look at it, it can still be found at various places, e.g. at the

Re: [android-developers] GOOGLE REMOVED MY APP - WHY?

2014-03-11 Thread Douglas Drumond
The description of your app stated exactly what it did? In Brazilian list someone complained about this and the app had similar functionality to yours. (I got it from http://www.appfree.org/item.php?item_id=com.terboel.tftm). ​ -- Douglas Drumond *GDG Campinas ​ http://www.gdg-campinas.org/*

[android-developers] Re: GOOGLE REMOVED MY APP - WHY?

2014-03-11 Thread Terry
Thank you, Douglas. Yes, the description you found a link to, is a detailed description of what it did. It could get the location of a lost or stolen phone, and take a picture of anyone who tampered with your phone. But there are lots of other apps that does the same, so why was THIS app

[android-developers] Re: Setting up APK Expansion files for update releases

2014-03-11 Thread David Schreiber
Hi, as far as I know this is correct. When uploading the new APK to Google Play you can select the previous main expansion file to be used for the new version too. The version in the name of the expansion file has to be the versionCode of the APK the file is/was associated for the first time.

[android-developers] Will Google Play license check continue to function after I unpublish my app?

2014-03-11 Thread Kevin Liu
Hello, I am looking to unpublish an app of mine but want to keep the app functional for current users. I implemented the Google Play license check in the app and I'm wondering if I unpublish the app, will the check continue to work properly? Any help would be appreciated! -- You received

[android-developers] Re: GOOGLE REMOVED MY APP - WHY?

2014-03-11 Thread Terry
My (removed) anti-theft app could get the location of a phone, and take pictures of anyone who tampered with the phone, but it could not send the pictures anywhere. There are LOTS of other apps that can both get the location of the phone, take pictures (remotely controlled) AND send them

Re: [android-developers] Iterate Over JSONArray and update Arraylist Hashmap Android

2014-03-11 Thread TreKing
This is not really Android specific, so you might benefit more from a general forum, like StackOverflow. Still, here's one idea. Keep a MapString, Integer that tracks the count of each ID. First, iterate over the response and update the map as you encounter each ID (set to 1 if does not already

Re: [android-developers] Iterate Over JSONArray and update Arraylist Hashmap Android

2014-03-11 Thread carbongixxer
Thanks for the response. I should have stated that this is specifically on my Android app. The JSON response is coming from my server. On Tuesday, March 11, 2014 1:00:44 PM UTC-7, TreKing wrote: This is not really Android specific, so you might benefit more from a general forum, like

Re: [android-developers] Iterate Over JSONArray and update Arraylist Hashmap Android

2014-03-11 Thread TreKing
On Tue, Mar 11, 2014 at 3:09 PM, carbongixxer carbongix...@gmail.comwrote: Thanks for the response. I should have stated that this is specifically on my Android app. Well, sure, I assume you're doing this in context of an Android app. But in the context of Android is not the same as

[android-developers] Re: Eclipse got bad performance after update ADT

2014-03-11 Thread Pratama Nur Wijaya
https://lh4.googleusercontent.com/-V7gGWfaQwZ4/Ux_XNUwrunI/AuY/Eq8DfBa_ZTc/s1600/Screen+Shot+2014-03-12+at+10.36.02+AM.png https://lh6.googleusercontent.com/-gNjOYE741wU/Ux_XI_xX-fI/AuQ/KaB1Xt-6soA/s1600/Screen+Shot+2014-03-12+at+10.35.34+AM.png On Monday, 10 March 2014

Re: [android-developers] Re: Eclipse got bad performance after update ADT

2014-03-11 Thread Tor Norbye
What does your eclipse.ini file contain? On Mar 11, 2014 8:45 PM, Pratama Nur Wijaya set.mnemo...@gmail.com wrote: https://lh4.googleusercontent.com/-V7gGWfaQwZ4/Ux_XNUwrunI/AuY/Eq8DfBa_ZTc/s1600/Screen+Shot+2014-03-12+at+10.36.02+AM.png

Re: [android-developers] Re: Eclipse got bad performance after update ADT

2014-03-11 Thread Pratama Nur Wijaya
here are my eclipse.ini file -startup ../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140116-2212 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile

[android-developers] Re: Eclipse got bad performance after update ADT

2014-03-11 Thread Pratama Nur Wijaya
i have trying change XX:MaxPermSize= to 512 and still got bad performance i got these bad perfomance when doing some work on xml layout,,, my heapsize always increase..