Re: [android-developers] RE: Hotlist

2018-04-26 Thread john wesley
sley.recrui...@gmail.com> wrote: > >> Hi Professionals, >> >> This is *JOHN WESLEY* from *RADCOM SOFTWARE SERVICES LLC*. We would like >> to get in touch with you for your requirements. We have highly skilled >> candidates on various Technologies., we can able to su

[android-developers] SDK download

2017-02-27 Thread Wesley Kenis
can somebody tell me why google fucks me up the ass by NOT letting me download the android SDK separately from the stupid androids tudio??? I start using Xamarin and DO NOT WANT THE FUCKING STUDIO WASTING MY SPACE AND MEMORY!!! the first loser that claims it's better, can read

Re: [android-developers] ANDROID WIDGETS

2011-10-28 Thread Isaac Wesley
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thank you, Best Regards Wesley (creative head, Wonder Viz) Mob : +91

Re: [android-developers] SMS is auto-replied in a loop.

2011-10-24 Thread Isaac Wesley
If I have got your question right, for your app to app method. You can store the first time value or I'd as a shared prefrences. In your second device. So if your second device gets a new or different I'd. You can stop the receive in device 2. (P.S you can set an auto incremental is for this) On

[android-developers] Getting a String to AppWidget via GetExtras (or) Shared prefrences

2011-09-28 Thread Isaac Wesley
, any hints or help please. -- Thank you, Best Regards 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 group, send email to android

[android-developers] Getting a String to AppWidget via GetExtras (or) Shared prefrences

2011-09-27 Thread Wesley
Hi, I have an app widged which basically has a textview. I also have an activity which displays a textview from string created within. Now i have a button in Activity 1 which onClick will send data (string to appWidget class) I tried putExtra and getExtra methods and also Shared preferences

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-08-26 Thread Wesley
browser back try to upload again, it said I already uploaded, and ask me to upgrade the copy I upload at others application, but I can't find any others application to continue my unsaved entries... so what should I do??? Wesley. On Thu, Aug 27, 2009 at 6:02 AM, Houba ehab.bassi...@googlemail.com

[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] Remote debugger not connecting to DDMS

2009-04-01 Thread Wesley
Hi, It seems that DDMS does not accept that a debugger in another host connects to it (a scenario where host A has the Emulator and DDMS running, and host B has the debugger). It appears that DDMS is binding to the loopback address. Does anyone know if that is intentional ? Regards, Wesley

[android-developers] Re: Android Developer Challenge II Cancelled?

2009-03-22 Thread Wesley
more... busy... hehe... :) Wesley Sagittarius. --~--~-~--~~~---~--~~ 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] Re: Custom icon on notification

2009-03-11 Thread Wesley
, Wesley wesle...@gmail.com wrote: Is it possible to display a custom icon (i.e., an icon which is a application resource) on a notification ? For sounds you can pass a Uri which makes possible to play custom sounds when notifying, but for the icon you only pass the resource id when creating

[android-developers] Custom icon on notification

2009-03-10 Thread Wesley
Is it possible to display a custom icon (i.e., an icon which is a application resource) on a notification ? For sounds you can pass a Uri which makes possible to play custom sounds when notifying, but for the icon you only pass the resource id when creating the Notification object, which as I

[android-developers] Re: speech to text api

2009-03-02 Thread Wesley
me also looking for both... (Text-to-speech and speech-to-text). from last year wait until now... very sad... T.T wesley. On Mon, Mar 2, 2009 at 9:10 PM, Rob Franz rob.fr...@gmail.com wrote: Text-to-speech is one thing... we were looking for speech-to-text. On Mon, Mar 2, 2009 at 5:02 AM

[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] Re: How to change view for activities??

2009-01-07 Thread Wesley
. wesley. On Wed, Jan 7, 2009 at 9:09 PM, Mark Murphy mmur...@commonsware.com wrote: Wesley Sagittarius wrote: 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

[android-developers] Re: missing javax audio?

2009-01-07 Thread Wesley
are u means that they not going to support TTS and STT in android??? wesley. On Thu, Jan 8, 2009 at 10:50 AM, Dave Sparks davidspa...@android.comwrote: There is no plan to support javax.sound. I guess I need to writeup a media FAQ because this question gets asked repeatedly. Cupcake has

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

2009-01-07 Thread Wesley
hi, I tried... but got nullPointerException when I call removeView()... did I miss out something??? and how to setContentView() without given any parent??? any example??? sorry for any inconvenient... and thanks for reply... wesley. On Thu, Jan 8, 2009 at 10:17 AM, Mark Murphy mmur

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

2009-01-06 Thread Wesley Sagittarius
() on the child's parent first. I try to search for removeView() at Activity or ActivityGroup class... I can't find any of this method... Anyone have any idea on it??? Wesley, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

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

2009-01-03 Thread Wesley Sagittarius
twice I wan to start onces even I call twices... if the activity onRunning at background and bring it in front when I second call... Any idea??? } else { Start as new activity... } your attention is much appreciated... thanks... Wesley

[android-developers] Re: Text-to-Speech for Android: Eyes-Free

2008-12-21 Thread Wesley
hi, I try nihaoworld_demo.apk at http://eyes-free.googlecode.com/svn/trunk/documentation/tutorial/tutorial.html no sound one??? it stop at TTS services, then nothing happen... is it I miss out something??? wesley. On Tue, Dec 16, 2008 at 4:17 PM, blindfold seeingwithso...@gmail.comwrote

[android-developers] Re: Picasa Implementation

2008-12-15 Thread Wesley
m.google.com got android one... wesley. On Tue, Dec 16, 2008 at 12:53 PM, Xavier Mathews xavieruni...@gmail.comwrote: They released an app for picasa? On 12/15/2008, Chris B. chrismbell...@gmail.com wrote: Wow I ask and one day later they release an app. I should try this more

[android-developers] Re: Text-To-Speech

2008-11-20 Thread Wesley
this project seem like need a tts server... is there any offline working project??? TTS only... can it be STT??? http://sourceforge.net/projects/freettsandroidi/ anyway... great job... thanks for share out... wesley. On Fri, Nov 21, 2008 at 1:44 AM, Alvaro Rivas [EMAIL PROTECTED]wrote: May

[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

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

2008-10-28 Thread Wesley
this will address my problem more clearly... thanks. have a nice day. wesley. On Sat, Oct 25, 2008 at 2:43 AM, Justin (Google Employee) [EMAIL PROTECTED]wrote: Ummm, can you post your code? Its impossible to know what might be going wrong without any code. Also, do you own the basic.com

[android-developers] Re: Speech recognition private-API

2008-10-23 Thread Wesley
Interesting... I also want it... so update me time to time... thanks... :P wesley. On Thu, Oct 23, 2008 at 6:00 PM, Tauno T [EMAIL PROTECTED] wrote: Hi, a quick question about copying internal-APIs to my own project. hackbod has said that There should be nothing the regular built-in apps

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-10-22 Thread Wesley
hi, sound bad... if this is the case means my app/idea is not going to work wesley. On Wed, Oct 22, 2008 at 2:45 PM, MoggoDude [EMAIL PROTECTED] wrote: Hi Guys, Just sending this update on the PathClassLoader problem. I started a blog in the android-internals group, http

[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

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

2008-10-19 Thread Wesley Sagittarius
on it??? 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 group, send email to [EMAIL

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

2008-10-19 Thread Wesley
oic... because I afraid if some of my thread still running at the background... and I can't manage to allocate it... if this is the case... I think I should move on... thanks Romain... have a nice day... Wesley. On Mon, Oct 20, 2008 at 10:37 AM, Romain Guy [EMAIL PROTECTED] wrote

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

2008-10-19 Thread Wesley
hi, how to terminate a threads??? any example??? how to free all resources??? do u mind give me some example a simple one will do... thanks... wesley. On Mon, Oct 20, 2008 at 10:51 AM, Romain Guy [EMAIL PROTECTED] wrote: You should free all resources and terminate all your threads

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Wesley
the TTS??? can share out??? I really hope Andriod can support TTS... your attention is highly appreciated... thanks... have a nice day... Wesley. On Sat, Oct 11, 2008 at 6:11 PM, Alvaro Rivas [EMAIL PROTECTED]wrote: Hi blindFold, It's a good thing that there are many freeTTS interfacing

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Wesley
release... Of couse, what I trying to say is TTS did bring more good than harm... Or we may start a thread regarding this topic in public to get more respond on TTS For Android. All this, Just my personal view... Wesley. On 10/17/08, Tauno T [EMAIL PROTECTED] wrote: Can I ask why you need

[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

[android-developers] Re: Speech Recognition API

2008-10-04 Thread Wesley
Any idea?? Will they release in next version??? When will it be available??? Or any others have working on it??? your attention will be much appreciated... wesley. On 8/21/08, Megha Joshi [EMAIL PROTECTED] wrote: On Mon, Aug 18, 2008 at 9:20 PM, april [EMAIL PROTECTED] wrote: I hvae used

[android-developers] Re: when will android support/have Speech Recognition System??

2008-10-01 Thread Wesley
it will b very great new to all the developer... Including me... may I know... when can we have this system on hand inside android??? your attention is much appreciated... Thanks... wesley. On 10/1/08, MrSnowflake [EMAIL PROTECTED] wrote: I believe someone was working on such a library, but I've read

[android-developers] Re: KeyListener doesn't see enter key?

2008-10-01 Thread Wesley
can't get the enter key... did anyone having this kind of issue also?? wesley. On 10/1/08, MrSnowflake [EMAIL PROTECTED] wrote: I haven't met your problem myself, but a possible sollution is extending EditText and handle the ENTER/RETURN in the onKeyDown/Up On 30 sep, 15:46, Christine [EMAIL

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

2008-09-30 Thread Wesley Sagittarius
); inpStream = connection.openInputStream(); outStream = connection.openOutputStream(); anyone have any example can show me??? wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

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

2008-09-30 Thread Wesley
Hi, thanks for d reply. I have one more questions... Did anyone know how to make socket connection using androird wesley. On 9/30/08, Charlie Collins [EMAIL PROTECTED] wrote: I replied with some info on this over at Anddev where it was also asked - before I noticed this. http

[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] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-29 Thread Wesley
hi Lia, Thanks for the guide... It's worked (/data/dalvik-cache/)... but now... may I ask one more questions??? if I got the error below, how??? I try to change mode(chmod 777) is not working... 09-30 05:41:09.305: INFO/WESLEY(2340): java.io.IOException: Couldn't open /data/data/com.basic.ui

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-09-26 Thread Wesley
... wesley. On Fri, Sep 26, 2008 at 8:22 AM, Dana Li [EMAIL PROTECTED] wrote: Hi, We had used the PathClassLoader to load class from a dynamically loaded apk file, however, it worked in SDK 0.9 but failed in SDK 1.0. Not sure what is the reason, Anybody has any clue on it ? The error message

[android-developers] Loading classes error???

2008-09-25 Thread Wesley Sagittarius
(7228): Unable to open or create cache for /data/data/org.beo/org.beo.lib/myLib.apk anyone have any idea on this error??? how can I solve it??? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

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

2008-09-25 Thread Wesley Sagittarius
??? 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 group, send email to [EMAIL PROTECTED

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

2008-09-23 Thread Wesley Sagittarius
or closed 09-23 10:06:08.646: INFO/dalvikvm(1662): at android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:440) 09-23 10:06:08.646: INFO/dalvikvm(1662): at dalvik.system.NativeStart.run(Native Method) any one have any idea??? Wesley

[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
): at dalvik.system.NativeStart.main(Native Method) 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] How to make my Form b transparent/Translucent background???

2008-09-22 Thread Wesley Sagittarius
can anyone point out what I miss 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@googlegroups.com To unsubscribe from

[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

[android-developers] Re: SqlLite!!???

2008-09-17 Thread Wesley
hi, I can't find any example regarding sqlite in ApiDemo... Beside Sqlite... any alternative way to store data??? wesley. On Wed, Sep 17, 2008 at 2:50 PM, dailyLife [EMAIL PROTECTED] wrote: API Demo or Google Android Notepad demo. [EMAIL PROTECTED][EMAIL PROTECTED] 2008年9月17日

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

2008-09-11 Thread Wesley Sagittarius
07:32:58.130: WARN/KeyCharacterMap(299): Using default keymap: / system/usr/keychars/qwerty.kcm.bin may I know is there anything I miss out?? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
freed 61225 objects / 2096952 bytes in 158ms 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] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
freed 61225 objects / 2096952 bytes in 158ms 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] Unknown Exception???

2008-09-11 Thread Wesley Sagittarius
freed 61225 objects / 2096952 bytes in 158ms 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] Re: Regarding view onKeyDown issue...

2008-09-11 Thread Wesley
ya... FYI, most of the times it happen is after I Invoke Touch screen event... the onKeyDown seem not work because of the warning... why??? any one know??? wesley. On Thu, Sep 11, 2008 at 3:41 PM, Wesley Sagittarius [EMAIL PROTECTED]wrote: hi, I created a view and then I setFocusable(true

[android-developers] Re: Android SoftKeyboard Released(Both English and Chinese Input) !

2008-09-08 Thread Wesley
hi Mr Power, isit open sources :) have a nice day... Wesley... On Mon, Sep 8, 2008 at 10:28 AM, PowerGUI [EMAIL PROTECTED] wrote: I have not handwriting recognition code in hand,that needs third party support. If somebody has such library,I can integrated it with the softkeyboard

[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

[android-developers] Re: problem Porting to 0.9 sdk, anyone please guide me... thanks...

2008-08-28 Thread Wesley
Hi, When I try on ApiDemos on 0.9 sdk... I got this error o... [2008-08-29 11:48:59 - ApiDemos] aidl: unable to open file for read: C:\wDir\eclipse\ApiDemos\src\com\google\android\samples\app\IRemoteService.aidl How to solve it??? Any one have any idea??? Wesley. On Thu, Aug 28, 2008 at 2

[android-developers] Re: problem Porting to 0.9 sdk, anyone please guide me... thanks...

2008-08-27 Thread Wesley
hi all, any idea what class has been replace by this class?? android.app.ActivityPendingResult; Wesley. On Thu, Aug 28, 2008 at 9:50 AM, Wesley [EMAIL PROTECTED] wrote: hi all, Thanks for the reply... I will try it out... Hopefully, I don't have to go for the worst worst case(I mean

[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

[android-developers] Re: no certificates at entry res/drawable/icon.png; when run my application (sdk 0.9)

2008-08-22 Thread Wesley
hi Xav, I not really familiar with jarsigner and keytool thing... this is what I did... 1. as u said I export unsigning apk, then I use the apk on this two command... 2. keytool -genkey -dname cn=Wesley, ou=Wesley Soft, o=BJSG, c=MY -alias android -keypass and123 -keystore c:\mystore -storepass

[android-developers] no certificates at entry res/drawable/icon.png; when run my application (sdk 0.9)

2008-08-21 Thread Wesley Sagittarius
/drawable/icon.png; ignoring! 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 group

[android-developers] Re: no certificates at entry res/drawable/icon.png; when run my application (sdk 0.9)

2008-08-21 Thread Wesley
with some sort of key??? how to signing apk??? can u show me??? thanks... have a nice day... Wesley. On Fri, Aug 22, 2008 at 12:36 PM, Xavier Ducrohet [EMAIL PROTECTED] wrote: You are attempting to install an application that is not signed. If use ant, you will need to have activityCreator

[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

[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] Re: android.speech.recognition???

2008-06-27 Thread Wesley
or did any of developers successful doing speech recognition system on android??? any guideline please??? Wesley. On Fri, Jun 27, 2008 at 5:04 PM, Wesley Sagittarius [EMAIL PROTECTED] wrote: hi all, is there any example or tutorial for android speech recognition??? http://lamp.epfl.ch

[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] Re: Places to submit your new Application

2008-06-20 Thread Wesley
Wah... So many... Thanks for share out.. so which application/game is open sources??? Not much open sources right??? wesley. On 6/21/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello folks, once you developed an Android application you have to spread the word about it. Here

[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] Re: Porting FreeTTS on Android

2008-06-12 Thread Wesley
Any TTS android library available currently??? Any idea how should I start??? Wesley. On Wed, May 28, 2008 at 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

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

2008-06-10 Thread Wesley
Can Activity run at background like a thread??? without any UI??? wesley. On Mon, Jun 9, 2008 at 11:59 AM, hackbod [EMAIL PROTECTED] wrote: On Jun 6, 6:39 pm, Wesley [EMAIL PROTECTED] wrote: Hi 1. Basically the error mean I did not declare activity in manifest where generate

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

2008-06-08 Thread Wesley
INFO/WESLEY(998): START INFO/ActivityManager(510): Starting activity: Intent { action=android.intent.category.MAIN categories={android.intent.category.LAUNCHER} launchFlags=4 comp={com.google.apk/com.google.android.AirStrike} } INFO/WESLEY(998): ERROR

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

2008-06-06 Thread Wesley
is the error come from??? Wesley. On Mon, Jun 2, 2008 at 6:15 PM, Mark Murphy [EMAIL PROTECTED] wrote: Wesley wrote: I got this error... ERROR android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.apk/com.google.android.AirStrike}; have you declared

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

2008-06-06 Thread Wesley
... Any one know??? Please guide me some way... wesley. On 6/7/08, hackbod [EMAIL PROTECTED] wrote: This isn't enough information; could you post the full stack crawl (found in the log)? Also, PLEASE don't use package names like com.google.* for your manifest. That is Google's namespace

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

2008-06-02 Thread Wesley
it to my code without define in manifest... and run it...??? Wesley. On Sun, Jun 1, 2008 at 7:00 PM, Mark Murphy [EMAIL PROTECTED] wrote: Wesley wrote: Each activity need to declare at AndroidManifest.xml in order to start activity... Correct. thing I want to do is I want

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

2008-05-31 Thread Wesley
??? wesley. On 5/31/08, Mark Murphy [EMAIL PROTECTED] wrote: Wesley wrote: 1st question example ApiDemo, it have a lot of example of activity which each activity need to declare at AndroidManifest.xml rite??? If one of the activity I did not declare at manifest, sure I can't start the activity, but I

[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
(this, calledClass); it.setClassName(com.google.a, com.google.android.AirStrike); startActivity(it); Question - 1. How to RUN the apk?? 2. Invoke call to run and startActivity which one is better??? is it startActivity??? how can I do so??? can you help me to correct it??? Thanks. Wesley

[android-developers] Re: How can I call apk to run???

2008-05-14 Thread Wesley
oic... How can I do so??? any more guideline??? Wesley. On Thu, May 15, 2008 at 1:57 AM, Megha Joshi [EMAIL PROTECTED] wrote: Hi Wesley, You can invoke an Android application A from within another android application B, by invoking one of A's Activities or Services from B. To embed web

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

2008-05-13 Thread Wesley
hi tu, I try your project... it say cannot find Main bundle.. means??? Wesley. On Tue, May 13, 2008 at 11:23 AM, tu [EMAIL PROTECTED] wrote: read doc/StartGuide.pdf first, then go through demos directory. RCPAndroid is the Main-apk project. RCPAndroid.apk is the compiled apk

[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] Re: paint on screen and home still visible, can android do it???

2008-04-30 Thread Wesley
No matter what I set... Transparent or Translucent... the outcome in Emulator still not Transparent or Translucent... I only saw black color background only... How??? why?? Wesley Sagittarius. On Tue, Apr 29, 2008 at 5:39 AM, Megha Joshi [EMAIL PROTECTED] wrote: Hi Wesley, You can do

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

2008-04-29 Thread Wesley
Thanks Megha Joshi. Sorry for late reply... because still sick sick... let me try out... Wesley Sagittarius. On Tue, Apr 29, 2008 at 5:39 AM, Megha Joshi [EMAIL PROTECTED] wrote: Hi Wesley, You can do this by setting the transparent background of the Activity, in which you are drawing

[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