[android-developers] How to use the static fragment library in legacy apps?

2011-03-04 Thread marlan
Hi, I'm trying to use the new fragment library in an 1.6 app. I have copied the FragmentLayout.java and the fragment_layout.xml from the Apidemos and the android-support-v4.jar in my project. Everything compiled but when I run the app I get an exception: java.lang.ClassCastException:

[android-developers] Re: How to use the static fragment library in legacy apps?

2011-03-04 Thread marlan
Ok, I found the samples that uses the compatibility packages (FragmentDialogOrActivitySupport etc.). I changed the base class from FragmentLayout to FragmentLayout extends FragmentActivity and now it works. On 4 Mrz., 13:31, marlan marlan12...@googlemail.com wrote: Hi, I'm trying to use

[android-developers] Re: How to use the static fragment library in legacy apps?

2011-03-04 Thread marlan
. On 4 Mar, 15:04, marlan marlan12...@googlemail.com wrote: Ok, I found the samples that uses the compatibility packages (FragmentDialogOrActivitySupport etc.). I changed the base class from FragmentLayout to FragmentLayout extends FragmentActivity and now it works. On 4 Mrz., 13:31

[android-developers] Galaxy Tab SDK missing shared library

2010-10-21 Thread marlan
Hi, I have downloaded the Galaxy SDK from: http://innovator.samsungmobile.com/galaxyTab.do When I try to install my app on the emulator, I get an error: missing shared library. I think the google maps api is not included in the emulator. Is it possible to include the api? Thanks Mark -- You

[android-developers] Android market update fails

2010-10-03 Thread marlan
Hi, I want to upload an upgrade in the market. But when I upload the apk and new images and click save or publish everything is lost when I return to the listing (the old apk and images are restored). The only thing that changes is the saved versioncode of the app. Is there something broken?

[android-developers] How to add a unique label on the OverlayItems?

2010-09-20 Thread marlan
Hi, I have a map with many overlayitems on it, they look all the same (simple bubble), When the user clicks on one overlayitem a detailpopup is shown. I would like to draw a numberon every overlayitem - but how could i accomplish this? I tried to extend overlayitem and overwrite the draw method

[android-developers] Re: An SDK without Java

2010-05-27 Thread marlan
I don't know what you prefer, but you can already built your apps with web technologies: http://www.appcelerator.com C/C++: http://developer.android.com/sdk/ndk/index.html Novel is working on Mono for Android and Adobe is working on Flash/Air for Android... On 20 Mai, 17:44, Matt Joyce