[android-developers] Re: Click on Notification does not work as expected... (see screencast!):(

2010-01-19 Thread mastix mc
Hi, thanks for the hin, I have now changed the launchmode of my activity to "singleTop": and changed the code to look like this: // The PendingIntent to launch our activity if the user selects this // notification final Intent notificationIntent = new Intent(ManagerFactory

[android-developers] Re: Click on Notification does not work as expected... (see screencast!):(

2010-01-18 Thread mastix mc
No ideas? I really thought that this was a simple question... Still guess that it's just a "flag thing"... :) On Dec 24 2009, 7:26 am, mastix mc wrote: > Hi guys, > > first of all - Merry Christmas!!! > > I have a strange problem here and spent too many hours f

[android-developers] Listen to Virtual Keyboard events when within an EditText

2010-01-18 Thread mastix mc
Hi guys, this might be a pretty simple question, but I've tried several ways without finding an answer... I've set the following properties to the EditText to get the "Smiley" Button which is used by the MessagingApp: android:inputType="textShortMessage" android:imeOptions="actionSend|flagNoEnte

[android-developers] Click on Notification does not work as expected... (see screencast!):(

2009-12-23 Thread mastix mc
Hi guys, first of all - Merry Christmas!!! I have a strange problem here and spent too many hours figuring out what the problem might be. I definitely need your help here now... I'm pretty sure this is very easy to fix... if you know how... I develop a little free app for German O2 customers so

[android-developers] [HTTP Client] Correct Cookie handling for form-based authentication?

2009-09-20 Thread mastix mc
Hi guys, currently I'm developing an app that logs into a website using form based auth. Before I implemented that using the internal Http client, I have been using the HttpUrlConnection, but due that fact that my software didn't work in 2G networks I've changed my implementation to use the inter