[android-developers] Re: Trouble Rendering Bitmaps Correctly in OpenGL

2009-11-04 Thread abowman
If you can solve my problem, I'll send you a Google Wave invite. :) On Nov 2, 6:39 am, abowman abow...@gmail.com wrote: I'm basically using the same method of loading bitmaps in OpenGL that the SpriteMethodTest example uses and have been unable to get rid of an annoying outline that appears

[android-developers] Re: Trouble Rendering Bitmaps Correctly in OpenGL

2009-11-05 Thread abowman
Hi Lance, I updated my glBlendFunc to: gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); and now it is rendering correctly. Thanks for your help. On Nov 4, 1:06 pm, Lance Nanek lna...@gmail.com wrote: I don't need the invite, but I did run into something similar on an OpenGL

[android-developers] Re: Help?

2010-02-21 Thread abowman
This might be helpful. http://developer.android.com/intl/fr/resources/articles/avoiding-memory-leaks.html On Feb 21, 2:04 pm, Moto medicalsou...@gmail.com wrote: I got this issue that after changing orientation about 7 times I get the OutOfMemoryError. :( What's wrong!?  I stripped my app

[android-developers] Re: App not visable on a 1.5 device

2010-02-24 Thread abowman
Search brought up no results for me. Do you have copy protection turned on? On Feb 24, 6:51 am, rackham dorian.cus...@googlemail.com wrote: Hello all. I have recieved feedback that my app is not visible to a user on a 1.5 device, 30% of my users use 1.5 according to my analytics, and the

[android-developers] Position/Size of AlertDialog with no Title

2009-12-06 Thread abowman
I have an AlertDialog that I create with AlertDialog.Builder. I add a positive and negative button and set a view using setView. I am not setting a title, because it would take up too much space. It looks good when I'm in vertical orientation, but when I go to horizontal it is positioned and

[android-developers] Re: Windows 7 Android development environment question

2009-12-27 Thread abowman
Windows 7 32 bit is working for me. On Dec 26, 4:52 pm, EvgenyV evgen...@gmail.com wrote: Hi all, Can you please advise if development tools Eclipse, Android sdk, usb driver etc. are working properly under Windows 7 32 and 64 bit? Thanks, Evgeny -- You received this message because you

[android-developers] Negative comment causing drop in sales

2010-08-26 Thread abowman
I've got an app in the marketplace that has no reported errors in the developer console. The last comment I received basically stated - if the developer isn't going to fix the app everyone should get their money back and the app should be taken off the marketplace. Sales have noticeable dropped

[android-developers] Re: Negative comment causing drop in sales

2010-08-26 Thread abowman
The marketplace should allow developers to easily respond to negative feedback the way Ebay allows sellers to respond to negative feedback from buyers. Right now, it is way too easy for a user to sabotage an application. On Aug 26, 3:27 pm, TreKing treking...@gmail.com wrote: On Thu, Aug 26,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-24 Thread abowman
If you trust your neighbors, just leave a note for them to leave the package at your door. On Mar 24, 1:19 pm, JasonC jcohe...@gmail.com wrote: Ya Rocco, they will give you the info even without a tracking number. I called FedEx yesterday and waited on hold for 20 minutes. Gave them my name

[android-developers] Re: getDuration() in VideoView returns -1 !!!

2010-03-30 Thread abowman
I googled getDuration android. The first result showed me that you could be checking the length of the video before it has been loaded. http://www.anddev.org/viewtopic.php?p=23181 On Mar 26, 2:06 pm, Abhi abhishek.r.sha...@gmail.com wrote: Hi, Has anyone tried using the getDuration() method