Re: [android-developers] Opensource messaging.

2014-09-18 Thread Tushar Lal
You can take a look at Ejabberd for server and asmack lib for android device. On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote: Dear All, I am in need of some nice open source for message broadcasting between many android devices without using GCM. Please help me out. Thanks

[android-developers] Physical address is required for paid apps or in-app purchases

2014-09-18 Thread nagamatu
Dear Android Developers, I got the following notification at Google play Developer Console. | Add a physical contact address Beginning September 30, 2014, you need to add a physical address | to your Settings page. After you've added an address, it will be available on your app's detail page

Re: [android-developers] Opensource messaging.

2014-09-18 Thread Mukesh Srivastav
I have been using gcm for one of my product since last one year which has 1800 users and everyday the GCM server sends min 200 and max 2000 messages to the all users and i dont see any issues in using it. yeah, at times i found that due to the updateregistratioid, the message dont deliver , so

Re: [android-developers] Opensource messaging.

2014-09-18 Thread Dallas Singletary
You host your own SQL server for GCM? On Sep 18, 2014 3:01 AM, Mukesh Srivastav mukicha...@gmail.com wrote: I have been using gcm for one of my product since last one year which has 1800 users and everyday the GCM server sends min 200 and max 2000 messages to the all users and i dont see any

Re: [android-developers] Opensource messaging.

2014-09-18 Thread Mukesh Srivastav
hmmm' GCM server will pull all the registrationid of all the users from my db and send the message... no matter which db you use On Thu, Sep 18, 2014 at 12:39 PM, Dallas Singletary devdal...@gmail.com wrote: You host your own SQL server for GCM? On Sep 18, 2014 3:01 AM, Mukesh Srivastav

Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-18 Thread Thierry Legras
Thanks for the tip Dallas, but indeed this question just give as answer a link to http://developer.android.com, no way to get human feedback there. Thierry 2014-09-17 22:49 GMT+02:00 Dallas Singletary devdal...@gmail.com: Try this link

Re: [android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-18 Thread Nathan
I thought I was on to something. . . A colleague had a static textview and a static object that references a LoaderManager in another activity. No good reason, it wasn't proper communication between fragments, and the compiler probably prompted him to make them static in a Quick Fix. While it

[android-developers] Gradle Android Studio Github repo dependacy

2014-09-18 Thread MathieuB
Hello, Does anyone have an idea if it's possible to use a github repo as a dependancy, without maven. We are currently starting a new project and would like to import a private custom library to our project. We would like to just add the dependancy to the github repo of that custom library,

[android-developers] Re: Speed up webview

2014-09-18 Thread Jonathan S
Why you are testing on Android Honeycomb? On Wednesday, September 17, 2014 8:00:01 AM UTC-4, rahul kaushik wrote: How can i speed up my webview am using android version 3.0 i have tried android:hardwareAccelerated=true webview.getSettings().setRenderPriority(RenderPriority.HIGH);

[android-developers] Apps uninstalling themselves?

2014-09-18 Thread Nathan
All of a sudden I have a rash of people telling me that my app is uninstalling itself immediately after installing. Is there some new Google Play problem? There's the usual one where they assume I can see their screen and remotely access their device. *Why does it keep uninstalling?* But

Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-18 Thread Dallas Singletary
Here is some more info I found for you, please let me know if it is helpful here is the first link https://support.google.com/googleplay/android-developer/answer/2992033?hl=enref_topic=3453554 And the second.