[android-developers] Re: Dynamic test cases / data driven testing in android unit test

2013-09-17 Thread Peterdk
Looking into this as well. I need to create a dynamic number of testcases based on installed packages on the emulator. But in the static Suite method I don't have access to the Context... -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: MemoryFile - ParcelFileDescriptor

2013-01-10 Thread Peterdk
Why not use reflection to get the PFD? There is a method for that in the MemoryFile class. Op woensdag 4 juli 2012 09:55:32 UTC+2 schreef rtindru het volgende: I have an application that needs to Base64 decode on the fly a bitmap image render it on the ImageView. I am using a custom

[android-developers] Re: 2012 october payout report

2012-11-20 Thread Peterdk
I am also waiting, just as my co-developer. It's not normal that it's this late. Normally before the 10th of the month or so... :( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Building app with ant, java resource files (not android) are not added...

2011-05-06 Thread Peterdk
Hi, For my app I also use a java eclipse project that uses a embedded .xml file as resource. It loads them using: Library.class.getResourceAsStream(file.xml); This library works ok, when the app is compiled with eclipse. However, when I compile using ant (debug, so no proguard), it doesn't get

[android-developers] Re: User comments available in the developer console!

2010-06-30 Thread Peterdk
Yeah, great!!! Now I don't have to use Cyrket anymore. Finally some improvements for the devs. Now I would like some download statistics (Android Version, Device)! On 30 jun, 09:33, Tomáš Hubálek tom.huba...@gmail.com wrote: And what I forget and I feel is very important: be able to contact

[android-developers] Is Android's onTouchEvent() dispatching accurate??

2010-06-07 Thread Peterdk
I have a weird bug in my piano app. Sometimes keys (and thus notes) hang. I did a lot of debugging and narrowed it down to what looks like androids inaccuracy of motion event handling: DEBUG/(2091): ACTION_DOWN A4 DEBUG/(2091): KeyDown: A4 DEBUG/(2091): ACTION_MOVE A4 = A4 DEBUG/(2091):