[android-developers] Problem with tax data migration to Wallet

2013-09-29 Thread Joan Pujol
Hi, Has someone had problem with the migration from financial data from the last system to wallet? For me the bank data and tax data was corrupted and I had to enter it again. I was able to enter another time the bank data but I haven't been able to enter the tax data because the form doesn't

[android-developers] IllegalStateException on dispatchKeyEvent on support library

2012-10-02 Thread Joan Pujol
Hi, I've some tens of errors reports from different users catched from Crittercism that I can't reproduce. But as there are several and from several devices I've to thing that they are true ones. I've no idea of what can be happening. Someone can give me any clue with that Stacktrace? The

[android-developers] Test project using external libraries in ADT17

2012-04-06 Thread Joan Pujol
to make it more clear: *(It's an snapshot from main project libraries. Blue marked ones are correctly inherited and red ones not).* * * http://i.stack.imgur.com/Veybh.png *---* *Joan Pujol Espinar* *http://www.joanpujol.cat* -- You received this message because you are subscribed

[android-developers] Ads on new Honeycomb's PreferenceActivity with headers

2011-10-29 Thread Joan Pujol
Hi, It's possible to add ads for new PreferenceActivities? I tried solution on http://stackoverflow.com/questions/5443491/adding-a-header-to-a-preferenceactivity but it doesn't work. Or at least is there the code for Honeycomb's PreferenceActivity browseable someplace? Becaus I'm not able

[android-developers] Prevent StackView from animating automatically

2011-10-28 Thread Joan Pujol
Hi, I've a StackView android widget and I want it to don't animate automatically leaving always at the top the same item unless the user change it manually. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Floating Honeycomb window

2011-10-25 Thread Joan Pujol
an image of what I want to say with floating window: http://i.stack.imgur.com/IiIsu.jpg PD: This question has also asked on Stack Overflowhttp://stackoverflow.com/questions/7881713/floating-honeycomb-window Joan Pujol Espinar www.joanpujol.cat Twitter: @lujop -- You received this message

[android-developers] Problem with ADT14

2011-10-19 Thread Joan Pujol
Hi, After updating to ADT14 resources aren't generated anymore for my existing projects. Someone has had that problem? Any easy way to repair possibly broken configuration without deleting all the workspace? (I tried repair project on Android menu) Cheers, -- You received this message

[android-developers] Re: multiple cancelled orders with in-app billing?

2011-09-14 Thread Joan Pujol
I've also the same issue from yesterday nigth. Where do you reported your problems? I've been looking but I don't found any direct way to report that. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Acces to assetfile from a ContentProvider

2011-08-14 Thread Joan Pujol
Hi, I've a widget with several images that can be skinned. My original idea was to have the base skin in the assets folder and skins in SD. That way I was able to convert easily to Bitmaps to pass to RemoteViews and I had the code homogenized. The problem is that as images can be big I get the

[android-developers] Refunds in App-Billing

2011-07-31 Thread Joan Pujol
reinstalls? A lot of thanks in advance, --- Joan Pujol Espinar www.joanpujol.cat -- 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Memory leaks nigthmare in MapView

2011-07-26 Thread Joan Pujol
No one having the problem? No one using mapview has leaks? Or no know solution? I'm very surprised as frustrated about that, because after some hours I really don't know how to find a workaround and I don't know what more to try... I don't know how using a MapView without problems can be so

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Joan Pujol
Hi Katsiaryna. I've exatcly the same problem than you. I also have an application with tabs, and mapview in one of this tabs and have also exactly the same leak. Did you found any solution? A lot of thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Invalidate only one map overlay

2011-07-09 Thread Joan Pujol
also invalidate all the other overlays. Is there an efficient way if only I want to change color and other overlays don't need redraw? A lot of thanks in advance, PD: Is avaiable the current code of MyLocationOverlay? --- Joan Pujol Espinar www.joanpujol.cat -- You received this message

[android-developers] InApp Billing problems

2011-07-09 Thread Joan Pujol
and seem to be solved. But for the ones that are using InApp billing, do you have problems yet? Or is working correctly by now? If there are still open issues, there are some to track? Cheers, --- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed

[android-developers] MyLocationOverlay very slow

2011-07-05 Thread Joan Pujol
because Latitude is working in the background. Is the code available in some place to look what it's doing? Cheers, --- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-12 Thread Joan Pujol
Today it isn't working yet. And my application is not listed in the market from the phone (from web version is correctly listed). I think that this is a very important issue and at least someone from Google should make a note or give some explanations. -- You received this message because you

[android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-11 Thread Joan Pujol
I have the same problem with one of my apps. I agree with all in that these problems should have been notified to publishers. -- 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] Animated map overlay refresh interval

2011-06-11 Thread Joan Pujol
. But at what interval rate is called the draw method if I return always true? If its called every few milliseconds it's a lot of innecesary draw. Can I limit or control that? A lot of thanks in advance, -- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed

[android-developers] Parse ISO8601 date (XML Schema Date)

2011-06-04 Thread Joan Pujol
Hi, What's the best way to parse a ISO8601 date (Xml schema date) from Android. Is there any class in the api? PD: I need to be compatible at least with API7. I saw XMLCalendar in API but it's in API8. --- Joan Pujol Espinar http://www.joanpujol.cat -- You received this message because you

[android-developers] Re: aapt crashes with -v

2011-05-17 Thread Joan Pujol
It also happened to me after changing debug level to -v There is any bug report for that? Or can I open one? Cheers, -- 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@googlegroups.com To

[android-developers] Change color of listview in custom dialog

2011-05-14 Thread Joan Pujol
Hi, I created a custom dialog with a ListView to be able to use fastScroll and I want it to look like the dialog created with AlertDialog.Builder. I've tried to put ListView style to Widget.ListView.White, Theme.Light but none works and the listview is always displayed in black. ListView

[android-developers] Imageview doesn't increase size inside ScrollView

2011-05-07 Thread Joan Pujol
Hi, I've an ImageView inside a ScrollView that has the image and several other controls. The problem is that when I create the view I don't know the size of the image, and when I know it and I put the image inside the ImageView it doesn't scale. I've tried all the ScaleType modes and also

[android-developers] Syntax to reference a drawable from a library project

2011-04-28 Thread Joan Pujol
Hi, What's the syntax to reference a drawable from a library project? My library project package name is: cat.joanpujol.eltemps.android.base And I tried to reference that way: ImageButton android:src=@cat.joanpujol.eltemps.android.base:drawable/minus But it doesn't works. Is t'hat the way? A

[android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
I've read in that messagehttps://groups.google.com/d/topic/android-developers/3-GvDgnV6zk/discussion that it was not possible to nest more than one activity. It's still true? And if it's true what is the recommended workarround? In my app I've a main TabView and I also need to have a flow

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
On Tuesday, April 26, 2011 9:53:10 PM UTC+2, Mark Murphy (a Commons Guy) wrote: Thanks Mark, You are welcome to not have a flow inside the tab child activities. For that matter, you are welcome to get rid of the child activities and replace them with views. But then I've to organize all my

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
A lot of thanks Mark, On Tuesday, April 26, 2011 10:21:55 PM UTC+2, Mark Murphy (a Commons Guy) wrote: merely saying that the contents of your tabs do not need to be activities and will not be activities once you start working with Android 3.0. But if my main activity/view it's a tab then I

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
On Tuesday, April 26, 2011 10:47:37 PM UTC+2, Mark Murphy (a Commons Guy) wrote: On Tue, Apr 26, 2011 at 4:43 PM, Joan Pujol joan...@gmail.com wrote: But if my main activity/view it's a tab then I have to organize all without activities. Or I'm missing something? It is impossible

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
Thanks Dianne, On Tuesday, April 26, 2011 11:01:20 PM UTC+2, Dianne Hackborn wrote: On Tue, Apr 26, 2011 at 8:21 PM, Mark Murphy mmu...@commonsware.comwrote: I don't have a recipe for using fragments with TabActivity, sorry. There isn't a recipe, because it doesn't make sense. TabActivity

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
Thanks Dianne, One of the many? Is there another simple alternative without using the compatibility kit and haven't to manage the lifecycle by hand ? Because if it were possible I would want to leave the application as similar as if it was possible to nest the activity groups. Cheers, On

[android-developers] Re: Widgets in SD installed application

2011-03-21 Thread Joan Pujol
Then I think that at least there's a bug in the documentation that didn't say that. Cheers, -- 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@googlegroups.com To unsubscribe from this

[android-developers] Widgets in SD installed application

2011-03-20 Thread Joan Pujol
Did widgets work in a SD installed application? According Android javadoc it seems that can work: App Widgets Your A file:///C:/java/android/docs/guide/topics/appwidgets/index.htmlpp Widgets will be removed from the home screen. When external storage is remounted, your App Widget will *not* be

[android-developers] Problem releasing activities

2011-01-27 Thread Joan Pujol
I've an application that has a service that updates some widgets and also has some normal foreground activities to let the user view some data. My problem is that I discovered [1] that my application consumes a lot of memory. That memory is mainly consumed by the activities, and the big problem is

[android-developers] Re: High memory usage reported in running services activity

2011-01-24 Thread Joan Pujol
.  Unfortunately bitmap memory is not currently part of the Dalvik heap, so it can be a little hard to track down. On Sun, Jan 23, 2011 at 2:19 PM, Joan Pujol joanpu...@gmail.com wrote: Thanks Dianne, I've tried with the dumpsys memoryinfo and it says I have the same that is reported in running

[android-developers] High memory usage reported in running services activity

2011-01-23 Thread Joan Pujol
I've seen that my background service is allocating 25Mbs according to the Running Services android window. As it is a lot of memory that I think I don't use I looked to ddms and also made a head dump of my process and then the memory usage is only 2.9Mb What's is the real memory usage? If it is

[android-developers] Re: High memory usage reported in running services activity

2011-01-23 Thread Joan Pujol
, Joan Pujol joanpu...@gmail.com wrote: I've seen that my background service is allocating 25Mbs according to the Running Services android window. As it is a lot of memory that I think I don't use I looked to ddms and also made a head dump of my process and then the memory usage is only 2.9Mb

[android-developers] Purpose of AsyncTask.get()

2011-01-02 Thread Joan Pujol
I learned the hard way that in android dialogs are modal in the interface but completely asynchronous in program workflow. I think that this will be nice to be more clear in the documentation because if not is easy to make confusion and expect dialogs to work as usually (for example in Swing).

[android-developers] AnimationDrawable scaling

2010-12-06 Thread Joan Pujol
I have an ImageView that initially has a Bitmap Image: ImageView android:layout_width=fill_parent android:layout_height=wrap_content / By default that imageview scales the bitmap to fill the width that is what I want. But the problem is that when I change the source of the

[android-developers] Problem running tests

2010-11-29 Thread Joan Pujol
Hi, I've tried to run Junit Tests and I always get NoClassDefFoundErrors for org.junit.Test. (I've tried with a AndroidTestCase) I've created my base project and test one using Eclipse ADT defaults and try to run tests using the Android Test Runner but I always get no class found errors. Thats