[android-developers] Retreive sourcecode from APK file?

2009-11-02 Thread Zonakusu
Hello programmers :) We're building an application that sends information over the internet to our server. At the server we progress that information and give back a result. Depending on the information sent to us, we may reward the user with some extra options for their account. (yes, its a game

[android-developers] Re: listview color

2009-10-20 Thread Zonakusu
Create a custom listbox item: http://www.softwarepassion.com/?p=189 On 20 okt, 16:42, android wrote: > How do I get a box appear in a different color listview practically > the first field is the title thanks --~--~-~--~~~---~--~~ You received this message becaus

[android-developers] Memory usage of an activity / thread

2009-10-20 Thread Zonakusu
Memory usage is a big isue when programming for android. When I created the base of the application I'm currently building, I just tested the part (activity) that I just worked on. Last week the base was done so I could focus on other things, including performance. My application crashed (OutOfMe

[android-developers] Re: DatePicker.init crashes without reason

2009-10-06 Thread Zonakusu
Oh yes of course, here it is: Error: null java.lang.ArrayIndexOutOfBoundsException at com.android.internal.widget.NumberPicker.updateView (NumberPicker.java:238) at com.android.internal.widget.NumberPicker.setCurrent (NumberPicker.java:180) at android.widget.DatePicker.updateSpin

[android-developers] DatePicker.init crashes without reason

2009-10-06 Thread Zonakusu
Hi fellow android devvers, I'm having a weird problem. When I try to update my DatePicker it crashes, but I dont understand why. Via the debugger I could see the date[] function is filled the way it should be. Do you guys see the problem? String[] date = dateofbirthNode.getStringValue().split("

[android-developers] Move markers with Maps API

2009-09-21 Thread Zonakusu
Hi! I'm wondering if it is possible to move markers when using a MapView. I use a fullscreen MapView which has a few (not more than 5) markers which I would like to move and update by just moving the markers to a new position. I hope you guys can help me! :) Jim --~--~-~--~~

[android-developers] Re: Help in the "HelloMapView " tuto

2009-09-01 Thread Zonakusu
I have similar problems with the google maps. When I try to import com.google.maps.MapActivity it tells me "MapActivity cannot be resolved to a type". While i _have_ included the com.google.android.maps in my XML file. When I use eclipse to search through the available com.* packages I can't seem