[android-beginners] Possible to use same object in a Service?

2009-09-28 Thread Oskar
code would be very appreciated. Thanks. /Oskar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from

[android-beginners] Intent between 2 APK (different projects)?

2009-09-23 Thread Oskar
Hello, I have two different android projects and would like to communicate a data stream between those. Is this possible with intents? I can only find example code to communicate within the same project. I would appreciate if someone know where to find some example code. Thanks! /Oskar

[android-beginners] Possible to send object via intent extras?

2009-09-23 Thread Oskar
Hi, Is it possible to send an object via intent extras? I would like to send a pipeoutputstream to another APK (project via extra). Can I save an object to a bundle somehow? Regards, Oskar --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: Intent between 2 APK (different projects)?

2009-09-23 Thread Oskar
Solved! On Sep 23, 8:08 am, Oskar cov.johans...@gmail.com wrote: Hello, I have two different android projects and would like to communicate a data stream between those. Is this possible with intents? I can only find example code to communicate within the same project. I would appreciate

[android-beginners] Intent filter - Open web link from messaging only

2009-09-16 Thread Oskar
and NOT from browser app. Is it possible? Thanks, Oskar Manifest --- intent-filter android:label=Send to computer action android:name=android.intent.action.VIEW / category

[android-beginners] Intent filter - Open web link from messaging only

2009-09-16 Thread Oskar
and NOT from browser app. Is it possible? Thanks, Oskar Manifest --- intent-filter android:label=Send to computer action android:name=android.intent.action.VIEW / category

[android-beginners] How to add my own menu item into the already existing menu in the sms application

2009-09-15 Thread Oskar
to use the attached link and send it to my application when selecting my menu item from the already existing SMS menu. I would appreciate very much if someone could give me some hints regarding what I need and how to get started. Maybe such things are described somewhere? Thanks, Oskar

[android-beginners] Re: Change text in textview dynamiclly

2009-09-09 Thread Oskar
, -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Tue, Sep 8, 2009 at 12:42 AM, Oskar cov.johans...@gmail.com wrote: I would like to print text by default in a textview

[android-beginners] Change text in textview dynamiclly

2009-09-08 Thread Oskar
( kkSocket.getInputStream())); out.println(Hej Oskar); String fromServer; while ((fromServer = in.readLine()) != null) { printIt(Server +fromServer); if (fromServer.equals(Bye