[android-developers] ListView if I don't wan use xml, but programatic... how??

2009-08-14 Thread Wesley Sagittarius
hi all, can any one show me a simple example how can I create ListView using code, not xml... and add item into list and remove item in the list anyway I wan??? wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] can I run my app and will auto add my app widget on home?

2009-08-11 Thread Wesley Sagittarius
hi all, can I run my application and it will automatic add my application widget on home screen??? how can I add widget from my activity wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] how to pause n resume the activity???

2009-01-19 Thread Wesley Sagittarius
hi all, anyone know how to pause and resume the activity??? wesley. --~--~-~--~~~---~--~~ 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@googlegroups.com

[android-developers] How to change view for activities??

2009-01-06 Thread Wesley Sagittarius
hi all, I wanna to change view... but when I try to setContentView() when wanna to change to second view... it has this error... 01-07 03:58:58.568: WARN/System.err(309): Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the

[android-developers] how to Start onRunning Activity without restarting??

2009-01-03 Thread Wesley Sagittarius
hi all, Happy new year to all... I have a question on starting the activity... if the activity is onRunning(already started) { How can I call the activity to run, without duplicate and restart the activity??? coz whenever I use this.startActivity(intent); twice, it will start

[android-developers] How many data can we download from internet by our application??? how to check???

2008-11-03 Thread Wesley Sagittarius
hi, did anyone know??? How many data can we download from internet by our application??? how to check no enough memory??? wesley --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] java.io.IOException: Couldn't open /data/data/com.basic.ui/cache_/data.xml (parser problem)

2008-10-20 Thread Wesley Sagittarius
hi all, I want to download a xml file from internet and store it in my app dir... I manage to download it... but... I cannot parser due to the error below... 09-30 05:41:09.305: INFO/WESLEY(2340): java.io.IOException: Couldn't open /data/data/com.basic.ui/cache_/data.xml any one got this

[android-developers] this.finish() did the activity totally exist??

2008-10-19 Thread Wesley Sagittarius
hi, I don't know is it a issue or not??? when I this.finish() method was call... logically, it will exist the process and remove in the process list right??? but when I got to check the process in the devices... my program seem that still there wo is it normal??? any one have any idea on

[android-developers] How switch or bring an activities to top?

2008-10-13 Thread Wesley Sagittarius
Hi let say i start an activities A then follow by activities B. So B sure is at front or on top of A. Now can i bring A to run at front or on top of B? Any one have any idea? Wesley --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] I need help in http connection???

2008-09-30 Thread Wesley Sagittarius
hi all, I not quite familiar with android... hoping I can get some answer here... thanks... I have two questions here... 1st Question --- How can I use android to call a url and get the inputStream to get the content of the pages??? Code in J2me:- --- connection =

[android-developers] how can I get actual Date???

2008-09-29 Thread Wesley Sagittarius
hi, how can I get actual Date??? any idea?? Wesley. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

[android-developers] Loading classes error???

2008-09-25 Thread Wesley Sagittarius
hi, when I trying to use pathClassLoader to load classes... I encounter this error below... 09-26 02:17:00.928: ERROR/dalvikvm(7228): Can't open dex cache '/data/ dalvik-cache/[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]': No such file or directory 09-26 02:17:00.928:

[android-developers] did anyone know how to use URLClassLoader or PathClassLoader???

2008-09-25 Thread Wesley Sagittarius
hi, did anyone know how to use URLClassLoader or PathClassLoader??? http://code.google.com/android/reference/java/net/URLClassLoader.html http://code.google.com/android/reference/java/net/URLClassLoader.html or any example of loading class available??? just a simple one will do... anyone???

[android-developers] how to finalizing sqllite cursor???

2008-09-23 Thread Wesley Sagittarius
hi, how to finalizing sqllite cursor??? 09-23 10:06:08.646: INFO/dalvikvm(1662): Uncaught exception thrown by finalizer (will be discarded): 09-23 10:06:08.646: INFO/dalvikvm(1662): Ljava/lang/ IllegalStateException;: Finalizing cursor [EMAIL PROTECTED] on notes that has not been deactivated or

[android-developers] constructor AssetManager() is not visible???

2008-09-23 Thread Wesley Sagittarius
hi, AssetManager assetManager = new AssetManager(); the constructor of this AssetManager(); is not visible in SDK 1.0... can anyone show me how to create AssetManager with the path I defined??? wesley. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] problem port from 0.9 to 1.0... constructor AssetManager() is not visible???

2008-09-23 Thread Wesley Sagittarius
hi, In SDK 0.9 AssetManager assetManager = new AssetManager(); assetManager.addAssetPath(path); the constructor of this AssetManager(); is not visible in SDK 1.0... can anyone show me how to create AssetManager with the path I defined??? wesley.

[android-developers] unregisterReceiver() error??? mean???

2008-09-22 Thread Wesley Sagittarius
hi all, May I know what is this error below??? it happen when I trying to quit my activity??? 09-22 09:18:39.226: ERROR/ActivityThread(1167): Activity com.basic.ui.BasicUI has leaked IntentReceiver [EMAIL PROTECTED] that was originally registered here. Are you missing a call to

[android-developers] How to make my Form b transparent/Translucent background???

2008-09-22 Thread Wesley Sagittarius
hi, I don't know how to make it transparent/translucent background??? I try the same code as in ApiDemo it working inside the demo... then I copy as similar as ApiDemo... but it does not working in my project... did I miss out something??? it only show black background, but I wants it to be

[android-developers] parse XML String...

2008-09-18 Thread Wesley Sagittarius
hi, I don't know how to parser just a xmlString... I only know how to parser xmlDocument or files... can anyone show me how or guide me??? thanks... wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] SqlLite!!???

2008-09-17 Thread Wesley Sagittarius
Hi, Any example on Sqllite??? wesley... --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this

[android-developers] Regarding view onKeyDown issue...

2008-09-11 Thread Wesley Sagittarius
hi, I created a view and then I setFocusable(true) for the key press purpose... but, some how when I key on case KeyEvent.KEYCODE_DPAD_CENTER it seem like have a problem to map key or get the key... it show(at logcat): 09-11 07:32:58.130: WARN/KeyCharacterMap(299): No keyboard for id 0 09-11

[android-developers] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
hi, while my app is running... but something suddenly got some weird exception show in logcat... even it does not quit my app... but I would like to know what is regards... FYI, my app does not dealing with any sqldb thing at all... Exception Show as below... 09-11 07:42:37.688:

[android-developers] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
hi, while my app is running... but something suddenly got some weird exception show in logcat... even it does not quit my app... but I would like to know what is regards... FYI, my app does not dealing with any sqldb thing at all... Exception Show as below... 09-11 07:42:37.688:

[android-developers] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
hi, while my app is running... but something suddenly got some weird exception show in logcat... even it does not quit my app... but I would like to know what is regards... FYI, my app does not dealing with any sqldb thing at all... Exception Show as below... 09-11 07:42:37.688:

[android-developers] Form with background translucent or transparent, how???

2008-09-08 Thread Wesley Sagittarius
Hi, How to make the form background be translucent or transparent??? Anyone can help me??? have a nice day... wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Form background transculent, how???

2008-09-05 Thread Wesley Sagittarius
Hi, How to make the form background be transculent??? Anyone can help me??? have a nice day... wesley. --~--~-~--~~~---~--~~ 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] PackageManager??

2008-08-26 Thread Wesley Sagittarius
hi, Does anyone successful use the PackageManager to install apk??? wesley. --~--~-~--~~~---~--~~ 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] no certificates at entry res/drawable/icon.png; when run my application (sdk 0.9)

2008-08-21 Thread Wesley Sagittarius
I trying the SDK 0.9... my previous application is for m5 one.. I got this error when I wanna to run my application... may I know any one what is that means??? and solution would be??? 08-22 04:13:41.732: ERROR/PackageParser(46): Package com.google.testing has no certificates at entry

[android-developers] Scale or zoom bitmap...

2008-07-15 Thread Wesley Sagittarius
hi all, I would like to ask anyone know how to scale/zoom bitmap before paint it out??? Wesley. --~--~-~--~~~---~--~~ 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.speech.recognition???

2008-06-27 Thread Wesley Sagittarius
hi all, is there any example or tutorial for android speech recognition??? http://lamp.epfl.ch/~linuxsoft/android/android-m3-rc20a/docs/reference/android/speech/recognition/package-summary.html Wesley. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] android.speech.recognition???

2008-06-22 Thread Wesley Sagittarius
I found this API, but I dunno how to use... any one or any tutorial is available on speech recognition system on android??? http://lamp.epfl.ch/~linuxsoft/android/android-m3-rc20a/docs/reference/android/speech/recognition/package-summary.html Wesley.

[android-developers] Input textbox with canvas view... how???

2008-06-16 Thread Wesley Sagittarius
hi all, I want to have a UI in layout where canvas view can have Input textbox at bottom... anyone have any idea how to append textbox into canvas view??? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Text to speech library on Android...

2008-06-16 Thread Wesley Sagittarius
hi, any idea where can I get Text to speech library??? or how can I start on Text to speech library??? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Porting FreeTTS on Android

2008-06-12 Thread Wesley Sagittarius
did anyone ever get it done??? I mean the TTS that u try to do... wesley. On May 28, 10:27 pm, frankl [EMAIL PROTECTED] wrote: Waqar, There are lots of codes changed when we porting FreeTTs on Android. they are not convenient to post here. for the problem in your project, I think first

[android-developers] Question About AndroidManifest.xml and resources

2008-05-30 Thread Wesley Sagittarius
1. How can I skip the system to check on AndroidMenifest.xml and hardcode the manifest info on code to startActivity??? 2. How can I set/reset resources for context??? wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: PackageManager.installPackage() ?

2008-05-29 Thread Wesley Sagittarius
//FOLDER data |- data |- com.google.a |- com.google.android |- AirStrike.apk //CODING Object invoke=null; //LOAD CLASS PathClassLoader loader = new PathClassLoader( /data/data/com.google.a/ com.google.android/

[android-developers] Programatic download, install, remove apk??? Who know???

2008-05-12 Thread Wesley Sagittarius
Anyone know how to download apk, auto install apk, auto remove apk using coding??? any example??? Thanks... wesley sagittarius. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] paint on screen and home still visible, can android do it???

2008-04-27 Thread Wesley Sagittarius
paint on screen and home still visible, can android do it??? re-paint on screen when change screen and home still visible, can android do it??? Anyone have any idea?? Wesley Sagittarius. --~--~-~--~~~---~--~~ You received this message because you are subscribed