Re: [android-developers] Re: In-App payment options

2010-12-19 Thread Tauno Talimaa
Just to clarify, Rovio is using in-app payments from Fortumo (http://fortumo.com/in-app-payments) - and that's available to 3rd parties already right now :) On Fri, Dec 17, 2010 at 5:32 PM, JP wrote: > Also check out Rovio. They're building their own in-app payment system > they call "Bad Piggy

Re: [android-developers] Re: Where are ldpi version of built-in icons

2010-11-21 Thread Tauno Talimaa
I don't see xhdpi mentioned anywhere in the documentation - I just found a commit to AOSP from with the comment "Merge "xhdpi" into froyo". Would it be possible to update the documentation to also mention this density If froyo is indeed supporting this? I can see mainly these following pages that d

Re: [android-developers] Re: how to detect if a phone is running HTC sense UI

2010-11-02 Thread Tauno Talimaa
ve with the "It's not working on my XXX YYY device" negative comments Anyway, what's the best approach to handle such issues? Take it up directly with the OEM's or file bugs under b.android.com? On Tue, Nov 2, 2010 at 9:55 AM, Dianne Hackborn wrote: > On Tue, Nov 2

Re: [android-developers] Re: how to detect if a phone is running HTC sense UI

2010-11-02 Thread Tauno Talimaa
My reasons why I want to detect Sense UI (+ actually also other custom UI's) is that they have not implemented all of the nice shiny features that contact sync provides. They are not displaying the presence information in their default contacts app (People) and also are totally ignoring custom data

Re: [android-developers] Re: GK:How to give conditions in android XMLs

2010-10-26 Thread Tauno Talimaa
Just a small correction to this. If you just specify the MNC, then the strings will be used for Verizon only in the US. In other countries they would be used for other operators who have the same MNC value (for example strings in res/values-mnc005/strings.xml would be displayed in Estonia for the o

Re: [android-developers] Re: ClassNotFoundException crash reports from Market

2010-09-07 Thread Tauno Talimaa
That can't be the problem in my case because people have reported it on Droid but we've tested it on Droid from the day it came out till the 2.2 update - and never seen a problem. Also there are a LOT of Droid users of the app and it apparently happens just for <0.X% of them :/ On Tue, Sep 7, 201

Re: [android-developers] Re: ClassNotFoundException crash reports from Market

2010-09-07 Thread Tauno Talimaa
yeah, that sounds reasonable for GeoPoint - but in my case I'm not using the MapsAPIs at all - Android just can't find my Application class for some reason :/ On Tue, Sep 7, 2010 at 12:36 PM, Pent wrote: >> I also have one that failed to find the GeoPoint class that's in the Google >> Maps librar

Re: [android-developers] ClassNotFoundException crash reports from Market

2010-09-07 Thread Tauno Talimaa
t; On Mon, Sep 6, 2010 at 6:28 AM, Tauno Talimaa wrote: >> >> I'm seeing some strange crash reports in Android Market and I can't really >> tell how this could be caused by our application. > > I have a single report of "java.lang.VerifyError" for one of

Re: [android-developers] ClassNotFoundException crash reports from Market

2010-09-06 Thread Tauno Talimaa
> What your app do? Is it calling any other application for example? If so, > ensure you do try/catch around startActivity() - users' device may not > have it at all. No, I don't start any external activities. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] ClassNotFoundException crash reports from Market

2010-09-06 Thread Tauno Talimaa
Hi all, I'm seeing some strange crash reports in Android Market and I can't really tell how this could be caused by our application. The reason is always ClassNotFoundException or NoClassDefFoundError. The exact traces come in various flavors and they have happened for a total of ~100 times -

Re: [android-developers] Re: Can Android 2.X connect to 3G and Wifi data networks simultaneously?

2010-09-01 Thread Tauno Talimaa
Indeed but imagine a case where you have two options (after spending quite a lot of resources on a project already): a) Don't release your software at all. b) Release your app and use hidden constants( that do work on current devices) but risk with the fact that your application will break in t

Re: [android-developers] Reducing Permissions

2010-09-01 Thread Tauno Talimaa
On 1.09.2010 11:36, Dianne Hackborn wrote: On Mon, Aug 30, 2010 at 1:37 PM, Brad Gies > wrote: Now... I also want to use the camera (optional) and vibrate (optional but most users will want it) so I have to add : Here again, vibrate is a normal

Re: [android-developers] Re: eclipse HELIOS (3.6) Code Assist very slow

2010-08-07 Thread Tauno Talimaa
It's super slow for me also - sometimes the content assist window will hang for up to ~30s (in Eclipse 3.5, it takes just a few hundred ms max) meaning that 3.6 is not usable for Android development at the moment (if there are no workarounds..). I've found the following bug for Eclipse regarding

Re: [android-developers] Re: Best Approach to implementing Polling in Android

2010-07-12 Thread Tauno Talimaa
Just a note that C2DM is a Google service and is available on devices that are shipping with Google Market. Depending on your requirements you might need to support also some other polling mechanism even when implementing C2DM for some devices. On 12.07.2010 16:06, Mark Murphy wrote: On Mon,