[android-developers] Connect between two simulators by multicast through the WIFI

2009-12-28 Thread Le Tuan Anh
Hi all, I am trying to connect two Android simulator by multicast in WIFI network. Is there anybody have experience about it. (although I have made some search before, and known that Android simulator provide a poor support for such protocol, is there any update in new version 2.0 ?). Thanks

Re: [android-developers] Re: Is there any way to call start Main Activity from a Java program

2009-12-27 Thread Le Tuan Anh
, but my problem is how I can plug that GUI into the existing framework, not to re-work everything. Anyway, thanks for your answer. Hope to get idea from any one. Le Tuan Anh 2009/12/26 Mark Murphy mmur...@commonsware.com Le Tuan Anh wrote: Thanks Murphy. But that answer is too easy to say

[android-developers] Re: Is there any way to call start Main Activity from a Java program

2009-12-26 Thread Le Tuan Anh
suggestions. Regards. On Dec 12, 10:45 pm, jotobjects jotobje...@gmail.com wrote: How are you going to run a JVM that couldstartanActivitywithout installing an Android application? On Dec 12, 5:00 am, Le Tuan Anh anhlt1...@gmail.com wrote: As the title mentioned. I have a normal Java application

Re: [android-developers] Re: Is there any way to call start Main Activity from a Java program

2009-12-26 Thread Le Tuan Anh
Thanks Murphy. But that answer is too easy to say. Sometimes, we still need to spend much time and get helps from answer, and must find out the solution for any problem. I still wait the answer from any expert here. Regards, Le Tuan Anh 2009/12/26 Mark Murphy mmur...@commonsware.com Le Tuan

Re: [android-developers] Re: Is there any way to call start Main Activity from a Java program

2009-12-26 Thread Le Tuan Anh
Anyway, Murphy. Could you give me a while to explain why no. I have found that your are author of some Android books. It's impressive too me ( but that why your answer have a bit impact to my trying :) ). Le Tuan Anh Sent from Brussels, Brx, Belgium 2009/12/26 Le Tuan Anh anhlt1...@gmail.com

Re: [android-developers] How to add a third-party jar into apk?

2009-12-14 Thread Le Tuan Anh
Nah, it seems you have a confliction with jar lib. I also included a big jar in my project and it works well. Le Tuan Anh 2009/12/14 bear tung beart...@gmail.com for example, xml-security project. I used add xmlsec-1.4.3.jar( http://santuario.apache.org/dist/java-library/) in asset dir

[android-developers] Is there any way to call start Main Activity from a Java program

2009-12-12 Thread Le Tuan Anh
As the title mentioned. I have a normal Java application, normally, we start an Android application from a Main Activity, now I must start it from my application. Is there any way to archive it ? Many thanks Regards -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Android in China - What is going on?

2009-12-10 Thread Le Tuan Anh
Such useless questions in a technical mail-list !. Moderator need to stop it. Le Tuan Anh 2009/12/10 Hong lordh...@gmail.com China Unicom has NO android devices yet, but some CDMA android phones, e.g. Hero, can work on their CDMA network. Unfortunately, those users might be running a pirate

[android-developers] Is there any way to but an Object to transfer between some Activities without Serialization

2009-12-08 Thread Le Tuan Anh
Normally, I used to apply method Intent.putExtrae(String, Serializable) to put an Object transfer between some Activity in Android. But now, my object can not implement Serialization, so do you know any other way to put Object in an Intent to get the same effect. Thanks a lot -- You received

Re: [android-developers] R file not generating automatically

2009-12-08 Thread Le Tuan Anh
There is something wrong with your layout (XML), just check the file content, refresh and run again. Le Tuan Anh Sent from Sint-Josse-Ten-Noode, Brx, Belgium 2009/12/8 Sasikumar.S sasikumar.it1...@gmail.com Hi, After i created my project. The R file is not generating. I need to build

[android-developers] Broadcast between desktop and simulator application in WIFI

2009-11-23 Thread Le Tuan Anh
Hello everyone, I have two peer-to-peer apps, one runs in the desktop and one runs in the Android Simulator (1.6 version). Each program broadcast the message (by UDP with port 6) to its network to discovery the remote service of the other. In desktop: application has IP 192.168.1.13,

[android-developers] Android Simulator Broadcast between desktop and simulator applications

2009-11-22 Thread Le Tuan Anh
Hi all, I am getting a problem with setup network for Android Simulator. I have two peer-to-peer application, one runs in the desktop and one runs in the Android Simulator (1.6 version). Each program broadcast the message to its network to discovery the remote service of the other. For example,