[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread Martrinex
Do you have ICS 4.0.4 as there were some camera performance updates in there. Its the nature of the industry to be secretive with upcoming updates, nobody will jump ship because the competition are the same or worse. Also bear in mind a team of 30 or a 100 developers cannot respond to millions of

[android-developers] Re: Chilling news: Oracle sues Google over Android

2010-08-14 Thread Martrinex
I seem to remember a similar thing with Microsoft being sued for using Java over 10 years ago at which point Microsoft removed Java from Windows and Java got forgotten largely on the PC until recently, I hope the same won't happen here Android will just move to another language and the only looser

[android-developers] Re: Android Market Developer Console Bugs feature

2010-05-21 Thread Martrinex
The new bugs feature is brilliant, it has already highlighted 3 issues with my main application. :-) should help with improving the quality of all Android apps. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: I can't find my own application in the market

2010-05-16 Thread Martrinex
What did you search for maybe one of us can find it? Try searching for pname:your full package name If you limited the apps region and you phone is from a different area it won't show. Acer Liquid should be and1.6 if your application uses a higher sdk then 5 it won't show. If your phone is rooted

[android-developers] Re: Do I have to test my app on Dev Phone for ADC II

2009-08-08 Thread Martrinex
To answer your signing question, yes it needs to be signed and you can sign the apps yourself and it doesn't cost your anything. :-) I believe the newest add-on does it in eclipse but this tutorial worked for me and still works now:

[android-developers] -webkit-transform

2009-01-04 Thread Martrinex
Using the webkit transform on a webpage in chrome makes the element dis-appear, does anyone know why or anywork arounds to get an element to rotate in the android browser? sample webpage: html body img src=http://groups.google.com/group/android-developers/icon? v=1hl=en / img

[android-developers] Re: WebView and contents://

2008-09-28 Thread Martrinex
confusing. On Sep 27, 7:21 pm, Nickname [EMAIL PROTECTED] wrote: Yes, you can. You can use the content:// url returned by photo picker activity. On Sep 26, 1:49 pm, Martrinex [EMAIL PROTECTED] wrote: I want to be able to access local files from webview. Most tutorials I see use file:// which I

[android-developers] WebView and contents://

2008-09-26 Thread Martrinex
I want to be able to access local files from webview. Most tutorials I see use file:// which I believe has been blocked on v.9+ I tried to use the notepad content provider in tests to load plain text via loadurl but just get page not found. Can I display img with src=content:// Can I load pages