[android-developers] Try to download and run app.

2009-11-02 Thread AlexNguyen
Hi, Now I have tried to download and run application from within another application. This application that I download from Android Market and run it the same component in my app. Would anyone tell me the way to do it? Thanks. Alex. -- You received this message because you are subscribed to the

[android-developers] Using Preferences to login?

2009-04-22 Thread AlexNguyen
Hi, I want to use Preferences to get data in EditText to login my app. So I can get data in EditText but I can't compare the data of EditText in file Login and in file Preferences. Would you tell me how I can do? Preferences file : XML: ?xml version=1.0 encoding=utf-8? PreferenceScreen

[android-developers] Working with zip file in Android.

2009-04-20 Thread AlexNguyen
Hi, Now, I am working with file, I actually can read and write in file text, xml and I wanna to secure my file. How do I secure my file? I think I can use zip file. Would anyone help me about it? Thanks, --Alex --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Parsing XML from the Net - Using the SAXParser

2009-04-09 Thread AlexNguyen
Hi, I tried with some other file of xml. Gphone always get the last data in xml file. How can I get data in anywhere I want? Anyone help me about it? Thanks, --Alex. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Parsing XML from the Net - Using the SAXParser

2009-04-08 Thread AlexNguyen
I really have a problem: When I want to parse this XML file: XML file: marketexport createtime_timestamp1236801648/createtime_timestamp createtime_date11.03.09 - 21:00/createtime_date ressources ressource nameEnergie/name price14/price number11967033/number /ressource /ressources race

[android-developers] Dialog

2009-04-05 Thread AlexNguyen
I am working with dialog, I have a question about dialog: 1. How can we set color for dialog message? 2. How can we modify size, font character in title or message in dialog? Thanks, --Alex --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] How to set color to String?

2009-03-19 Thread AlexNguyen
I have the String, how can I set color the text in String? For example: String S1; S1 =Name: + \t + this.Name1 + \n + Country/Area: + \t + this.Country1 + \n + Department: + \t + this.Department + \n + Title: + \t + this.Title + \n; I want set color: Name,

Re: 回复: [android-developers] Re: How to rea d the file in sdcard?

2009-03-17 Thread AlexNguyen
the file in sdcard? 收件人: android-developers@googlegroups.com 日期: 2009,317,周二,5:17下午 InputStream is = new InputStream(/sdcard/your_file); --- 09年3月17日,周二, AlexNguyen alexnt...@gmail.com 写道: 发件人: AlexNguyen alexnt...@gmail.com 主题: [android-developers] Re: How to read the file in sdcard? 收件人

[android-developers] How to read the file in sdcard?

2009-03-16 Thread AlexNguyen
I have the file in sdcard: sample.xml I want to read it, so I dont know some code to connect to sdcard in android. Anyone help me, please? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers