[android-developers] Home Screen issue

2008-12-08 Thread Billsen
page and shortcut for Microsoft has an icon for Microsoft web page, and so on. Thanks, Billsen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-11-10 Thread Billsen
You need to generate a key for apikey for your emulator since Google has started to enforce the rule to put real key in xml file. On Nov 9, 10:44 pm, bw [EMAIL PROTECTED] wrote: Also had to add uses-permission android:name=android.permission.INTERNET / above my application tag.

[android-developers] Re: What is callback function to catch text entered into search box

2008-10-21 Thread Billsen
Thanks a lot. On Oct 20, 4:28 pm, Andrew Stadler [EMAIL PROTECTED] wrote: Billsen - When the user enters the search UI and types enter or clicks the search button, the ACTION_SEARCH intent will be sent.  At least one activity within your application must be configured (using an intent

[android-developers] What is callback function to catch text entered into search box

2008-10-20 Thread Billsen
hi, I tried to find a callback function that could catch text entered in search box, but could not find it. In my application, I started local search and entered text in search box. What I want to do is to catch text entered in my app. Anybody can help? Thanks, Billsen

[android-developers] Re: Does Android 1.0 support progressive download of music and video files?

2008-10-15 Thread Billsen
Thanks a lot for your response, but I don't know the meaning of hinted here. Could you please provide some info about this? Thanks, Billsen On Oct 15, 7:28 am, Guillaume Perrot [EMAIL PROTECTED] wrote: Yes the MediaPlayer supports progressive download. The files must be hinted and be one

[android-developers] Does Android 1.0 support progressive download of music and video files?

2008-10-14 Thread Billsen
Hi, A question, does Android 1.0 support progressive download of music and video files? Thanks, Billsen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to load html file from sdcard to WebVeiw

2008-10-01 Thread Billsen
Hi, Is it possible to load html file into WebView? If yes, how? Thanks, Senhsan --~--~-~--~~~---~--~~ 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: Connect to an online SQL database

2008-10-01 Thread Billsen
I think you may try to access database in your phone directly. If that is the case, it is hard to do since there are no database drivers for Oracle, MySql, MS SQL server in android. If you really want to push data from your phone to database, you can develop application in your web server to

[android-developers] Run JSP file in Android

2008-09-25 Thread Billsen
Hi, I try to run jsp file in Android, just want print some string in webpage with %= test %. However, nothing happens after execution. No error occurs. Can Android run jsp file? If yes, how? Thanks in advance, Senshan --~--~-~--~~~---~--~~ You received this

[android-developers] google visualization in Android web app

2008-09-22 Thread Billsen
Hi, I want to display a page with Google Visualization stored in device, but got an error message like this: Console: ReferenceError: Can't find variable: google line: 5 source: file:///android_asset/area_chart.html line 5 referers to this line -google.load(visualization, 1,

[android-developers] Re: how to remove a view

2008-09-12 Thread Billsen
Thanks for your help. It works with setVisibility. On Sep 12, 3:11 pm, Kavi [EMAIL PROTECTED] wrote: Look at the setVisibility method to change the visibility options for the view. http://code.google.com/android/reference/android/view/View.html#setVi...)

[android-developers] Re: how to remove a view

2008-09-12 Thread Billsen
Would you please provide a little more information? I loaded R.layout.main by setContentView(), then added a view with addContentView. I need to remove the view added by addContentView by clicking a button. Thanks, Billsen On Sep 11, 2:43 am, hackbod [EMAIL PROTECTED] wrote: setContentView

[android-developers] how to remove a view

2008-09-10 Thread Billsen
Hi, How to remove a view added by addContentView method? Thanks, Billsen --~--~-~--~~~---~--~~ 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

[android-developers] callback function

2008-07-14 Thread Billsen
Hi, Are there any callback functions for EditText and Spinner Veiws. I need to valid data as entered into EditText before submitting it. Also I have two Spinners and contents displayed in second Spinner depends on data selected in the first Spinner. Any help would be greatly appriciated.

[android-developers] Re: How to make screen scroll horizontally

2008-07-11 Thread Billsen
Thanks. On Jul 9, 3:27 am, Romain Guy [EMAIL PROTECTED] wrote: You can't for now, unless you write your own scrollable view. You can however shrink your table's columns to force them to fit on screen. Use android:shrinkColumns to do this. On Tue, Jul 8, 2008 at 1:52 PM, Billsen [EMAIL

[android-developers] How to detect item selected in Spinner View as selecting different items

2008-07-11 Thread Billsen
Hi, I have to two spinner views in my App. What I want is this. The data in second spinner view depends item selected in the first spinner view. Here is the code. sUpdate is the first spinner view. I use showAlter to to inform me that callback function setOnItemSelectedListener is called as I

[android-developers] How to detect item selected in Spinner View as selecting different items

2008-07-11 Thread Billsen
Hi, I have to two spinner views in my App. What I want is this. The data in second spinner view depends item selected in the first spinner view. Here is the code. sUpdate is the first spinner view. I use showAlter to to inform me that callback function setOnItemSelectedListener is called as I

[android-developers] Data type issue in Andriod

2008-07-08 Thread Billsen
Hi, I created a table which had a column with timestamp data type. However, I can not insert records into the table because put method in ContentValues class does not accept timestamp data type. Are there any ways to work around. Thanks, Senshan

[android-developers] date data type issue in Andriod

2008-07-08 Thread Billsen
Hi, How to save data with timestamp data type into SQLite database. The method put in class ContentValues does not accept date data type. Thanks, Senshan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] help on Android

2008-06-26 Thread Billsen
by list_company, instead, I got java.long.NullPointerException. How solve this issue? Thanks Billsen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android