[android-developers] Re: Installing applications on SD card

2009-02-13 Thread Beshoy
I'd say make it to where the phone can save EVERYTHING that is not needed AT THIS MOMENT to the phone... That would definitely give the phone enough memory to process higher quality apps! On Feb 13, 6:41 pm, "pesh...@gmail.com" wrote: > I hope you guys can implement that in the next android upda

[android-developers] Comments/Ratings need to expire!

2009-02-13 Thread Beshoy
A scenario: You release an app... brand new.. tested locally, but not globally... you receive some good reviews, some bad -- so you get to work to make it perfect. A month later, the app/game is 1000 times better Problem: Many players have rated you a 1 star and uninstalled. You've fixed th

[android-developers] Re: Reusing the +/- number spinner from TimePickerDialog?

2009-02-10 Thread Beshoy
Then how else can this be accomplished? On Feb 7, 10:06 pm, Dianne Hackborn wrote: > DO NOT DO THIS. > > See the word "internal" in there?  That means internal.  Do not touch.  Your > code will break in the future.  In fact some platform engineer just may go > rename that class for no reason

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-03 Thread Beshoy Girgis
nice! at least they're doing something about it and yay, finally! an update! lol Sincerely, Beshoy Girgis Owner One Design Studios, LLC http://www.ODSLabs.com 816.347.8637 On Tue, Feb 3, 2009 at 1:57 PM, blindfold wrote: > > Somewhat in this direction goes the new RC33

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-03 Thread Beshoy Girgis
I think some cool additions to the market would be to be able to rate a comment with a thumbs up or down... then from there, show the top ten rated comments or what not.. no need to show all 1000 of them. Sincerely, Beshoy Girgis Owner One Design Studios, LLC http://www.ODSLabs.com

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-02 Thread Beshoy
> to view the comments. > > > On Mon, Feb 2, 2009 at 1:48 PM, Beshoy wrote: > > >> Come on.  All these people giving 1 star JUST BECAUSE someone wants to > >> make some money?! WHAT THE HECK!  I'm making two versions: ONE FREE > >> and one for a b

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-02 Thread Beshoy
ople giving me one star annd leaving me comments > that have nothing at all to do with my app(racial slurs and such). Can we > reply to comments? If so I really don't know how. I have been using cyrket > to view the comments. > > On Mon, Feb 2, 2009 at 1:48 PM, Beshoy wrote: &

[android-developers] I am getting SICK of 1 star ratings for charging!

2009-02-02 Thread Beshoy
Come on. All these people giving 1 star JUST BECAUSE someone wants to make some money?! WHAT THE HECK! I'm making two versions: ONE FREE and one for a buck. The free one will have ads... and I've got tons of people giving one star saying "won't pay"... seriously.. this rating system is flawed f

[android-developers] Please help! My game lags too much!

2009-01-24 Thread Beshoy
Hello all, I haven't written in Java for about 5 years... but I've re familiarized myself with java, and was able to write a game. The game is 4Ever Fall. You can find it on the android market, it's free. I am having problems with the game because it lags too much; especially when there are ba

[android-developers] Re: Clearing the WebView cache

2009-01-19 Thread Beshoy Girgis
Michael, great idea, thanks for sharing! On Jan 19, 2009 10:08 AM, "kolby" wrote: Nick, I don't understand why you would want to clear the cache on a per page basis. Usually I would do it on exiting the application. Also, if you're generally not interested in caching, wouldn't it be better to

[android-developers] Re: Clearing the WebView cache

2009-01-14 Thread Beshoy
Nick, I'm not quite understanding how you got this to clear the cache... right now, i have a webview with the following code: webView = (WebView) findViewById(R.id.myWebView); webView.setWebViewClient(new Callback()); in the Callback method, I have settings for the webView as well as load the UR