[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-08-25 Thread Marcus Wolschon
So...what is a good public replacement for parent=android:WindowTitle ? So everything except the few things you change are inherited from whatever the current platform uses. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Conversion to Dalvik format failed with error 1 when using jmDNS.jar

2011-02-21 Thread Marcus Wolschon
Doesn't that mean that the code is compiled but the jar not included in the apk = class not found error at runtime unless jmDNS is a part of Android. On 17 Feb., 01:40, scott_ggle sch...@comcast.net wrote: I had resolved this compile error by adding JmDNS as user library. See tip posted by

[android-developers] Re: Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

2011-02-21 Thread Marcus Wolschon
On 18 Feb., 18:48, Dianne Hackborn hack...@android.com wrote:  I am just thinking to only use the networking pieces from it, and write your own front-end (posting notifications if that is what you want, or doing whatever UI you want). Then what would be the benefit left? Before the download

[android-developers] DNS-lookup

2011-02-17 Thread Marcus Wolschon
Is there any way to do DNS-lookups of other records then just A and ? I need to look up MX-records and parse the results. -- 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] Re: Controlling LEDs on Notification

2011-02-17 Thread Marcus Wolschon
RTFM http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Lights On 17 Feb., 14:44, Jake Colman col...@ppllc.com wrote: On my HTC EVO I see that my running apps have two forms of typical notification: 1) Tweets, for example, vibrate and make a sound once upon arrival

[android-developers] Re: List of Android Devices with specifications to use in Emulator

2010-09-07 Thread Marcus Wolschon
Thanks. That should be quite useful. On 7 Sep., 21:50, Andrew Brampton bramp...@gmail.com wrote: Hi, I'm going to try something here, and hopefully it'll work. I've written a few apps and occasionally I'll have someone email me saying it doesn't work correctly on their phone. As I don't

[android-developers] SyncAdapter and android:contentAuthority

2010-08-12 Thread Marcus Wolschon
For a SyncAdapter I need to provide a syncadapter.xml like http://developer.android.com/resources/samples/SampleSyncAdapter/res/xml/syncadapter.html in a Manifest like http://developer.android.com/resources/samples/SampleSyncAdapter/AndroidManifest.html 1) What should I enter as

[android-developers] Authenticator-Accounts gone after reboot!!! due to Removing non-system package

2010-08-12 Thread Marcus Wolschon
I am using a custom Authenticator (app1 named biz.wolschon.android.dropbox.authenticator) and a custom SyncAdapter (separate app2) and a client-application (named biz.wolschon.android.dropbox.sendto) very similar to the example at

[android-developers] Share AccountAuthenticator between multiple applications

2010-08-11 Thread Marcus Wolschon
I have 2 applications that both require the same account-type from the same, custom AccountAuthenticator . 1) How do I deploy the custom AccountAuthenticator? Separately or with both applications? Will it be shown once or twice in the account-manager if supplied by 2 apps? If supplied

[android-developers] deploying AccountAuthenticator for multiple apps

2010-08-09 Thread Marcus Wolschon
How should I go about deploying the same AccountAuthenticator for multiple projects that use the same kind of account? Should each project include the AccountAuthenticator as a library-jar or should it be it's own apk? What happens if the same AccountAuthenticator is exported from multiple apks

[android-developers] Re: Website for your app, how important do you feel it is?

2010-08-08 Thread Marcus Wolschon
On 8 Aug., 04:33, Brad bradfull...@gmail.com wrote: So I'm scaling back my website and focusing more on Facebook for now - we'll see how it goes. So what about all the people NOT on facebook? No matter how that thing is growing, the complementary group is still the majority. Oh and why oh

[android-developers] Request different IME for TextEditField

2010-08-08 Thread Marcus Wolschon
Hello, Background: In Vespucci (editor for OpenStreetMap) I have input-fields for key+value. Many people use Swype but that one is broken with AutoCompleteTextFields as it only transmits finished words to the TextField and not the individual characters. Thus the list of autocompletion-results is

[android-developers] How to implement your own LocationProvider

2010-08-03 Thread Marcus Wolschon
to do to acomplish this? Regards, Marcus Wolschon -- 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 to android-developers+unsubscr