Re: [android-developers] Re: Save Html file Data

2014-09-18 Thread mayank k varshney
bass the db object to your html through JS. Save the data when your web view activity destroyed and reload it once it comes on the foreground. Email Signature2 Want to know when your emails are opened? Click Here

Re: [android-developers] Re: Save Html file Data

2014-09-18 Thread SIVAKUMAR J
Better you use data base for storing data .When net comes (online) in background send the data to server On Fri, Sep 19, 2014 at 11:56 AM, Rahul Kaushik wrote: > Anyone? > > > On Mon, Sep 15, 2014 at 3:10 PM, Rahul Kaushik > wrote: > >> Hi, >> >> I have an html file stored in assets folder ,i o

[android-developers] Re: Save Html file Data

2014-09-18 Thread Rahul Kaushik
Anyone? On Mon, Sep 15, 2014 at 3:10 PM, Rahul Kaushik wrote: > Hi, > > I have an html file stored in assets folder ,i open it in webview with > loadurl() in offline mode(No internet ) and fill the data in relative > text-field ,so that when internet is available i can post it to the server > >

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=en&ref_topic=3453554 And the second. https://support.google.com/googleplay/android-developer/troubleshooter/2993242?hl=en&ref

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

[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] 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, n

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

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 : > Try this link > https://support.google.com/googleplay/android-developer/troubleshooter/305

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 wrote: > You host your own SQL server for GCM? > On Sep 18, 2014 3:01 AM, "Mukesh Srivastav" wrote: > >> I ha

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" 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 issues in using i