[android-developers] C2DM registration down?

2012-05-31 Thread Sabanim
Oops, something went wrong. Something bad happened. Don't worry, though. The Spreadsheets Team has been notified and we'll get right on it. I have been getting this for 3 days now when I go to submit. Also the submit button is gone from firefox. I can see it in chrome. -- You received this

[android-developers] Did google get rid of the submit button on the C2DM Reg page in firefox on purpose?

2012-05-30 Thread Sabanim
Did google get rid of the submit button on the C2DM Reg page in firefox on purpose? hehe Just and intersting topic. https://developers.google.com/android/c2dm/signup After excepting the agreement you are taken to the form. In chrome there is a submit button while in firefox the button have

[android-developers] Re: Did google get rid of the submit button on the C2DM Reg page in firefox on purpose?

2012-05-30 Thread Sabanim
I do not really believe this. Just found it funny. On May 30, 10:18 am, Sabanim rickd...@gmail.com wrote: Did google get rid of the submit button on the C2DM Reg page in firefox on purpose? hehe Just and intersting topic.   https://developers.google.com/android/c2dm/signup  After

[android-developers] I want to show webview from cache till I say look for new.

2011-08-08 Thread sabanim
uumm help :) My goal is to bring up a page in webview ( i got that) then show that activity from cache till I say go to the network. I will tell it to look for new via a push but how do I get it to pull from the cache till then? -- You received this message because you are subscribed to the

[android-developers] help with gdata install( I guess)

2011-08-05 Thread sabanim
Hello I am trying to use the gdata calendar api example found here http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html#CreatingSingle. I am using eclipse. On CalendarEventEntry myEntry = new CalendarEventEntry(); I get an error CalendarEventEntry cannot be resolved to a

[android-developers] Validation on input dialog box

2011-08-01 Thread sabanim
I find it hard to believe that without making a custom alertbox that this can't be done. Every thing I found is from 09,early 2010 so is this fixed? My goal is to recall the dialog or just not close it when nothing is entered. So what needs to go into the else section?

[android-developers] calling a client side java method from a webview html button

2011-07-21 Thread sabanim
cross post url:http://stackoverflow.com/questions/6781613/calling-a- client-side-java-method-from-server-side-html-button Ok In an android vebview I have a java method. Is it possible that when a button on the web page being viewed is hit to call that method? If so can you point me in the right

[android-developers] Google Calendar APIs for the android

2011-07-14 Thread sabanim
I want in webview to push a button on my webpage and add an event to the google calendar on the android phone. Trouble is I get pointed to Google Calendar APIs webpage and it has no examples or tutorials on this. I learn by example and cannot translate this to the android. I need an example or

[android-developers] Help. I need to pull and eventually send a value via webview

2011-07-06 Thread sabanim
OK so it does not need to be webview but that's the closest I have gotten to solving my problem. (going on 2 weeks now). ok so right now I am using a webview to go and see a page. On that page is a hidden input tag with an id and value. I need to pull that value and use it in java. Eventually I