[android-developers] RECORDING THE VOICE IN ANDROID.... For a Game

2011-07-31 Thread Kunju Vava
Hi All In my App I want to record an audio and play the same record when ever the recording is completed... it is just like the tom cat app in android .. when the user say something to the screen it should be recorded and give the reply at suddenlty using the same audio. Thanks in Adv

Re: [android-developers] Re: place Gif image in android

2011-07-30 Thread Kunju Vava
Thanks to all... I made it using frame animation... now it is working ... Thanks to developers ROCK ANDROID. -- 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] place Gif image in android

2011-07-28 Thread Kunju Vava
Hi all I want to place a GIF image ia sceen in android , i just create image view and place the image from the drawable directory , while running it is displaying but it is not anmating what i do plse help me -- -- ωιтн яєgαя∂ѕ Ratheesh * *... -- You received this message be

Re: [android-developers] Devices not detected

2011-03-25 Thread Kunju Vava
hi You just tried to on/off the device or plse note Version of Android (2.1, 2.2) What version of Windows? 32-bit or 64-bit? Have you been able to only connect USB, WiFi, both or none of the above, i just give a clew ...i dont kow d details thanks Ratheesh -- You received this message

Re: [android-developers] APK abbreviations

2011-03-18 Thread Kunju Vava
hi raja .apk means android package , not sure The apk is really just a ZIP file. Try renaming the file to whatever.apk.zip and open using your favorite ZIP utility. You should be able to view all the contents. Resources (such as images) can be extracted. The java code is compiled into a .dex file

Re: [android-developers] android.view.windowLeaked

2011-03-12 Thread Kunju Vava
Hi rani give the full code. thnks -- 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-developers+unsubscr...@go

Re: [android-developers] bitmap returning null

2011-03-12 Thread Kunju Vava
hi Vani In wich android version u used, reply i want to test it Thnks -- 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 t

[android-developers] Important Message to ALL

2011-03-11 Thread Kunju Vava
hi all while replying a mail , plse delete/clear the existing content Thanks -- 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, s

Re: [android-developers] bitmap returning null

2011-03-11 Thread Kunju Vava
hi This may help u http://en.androidwiki.com/wiki/Loading_images_from_a_remote_server http://getablogger.blogspot.com/2008/01/android-download-image-from-server-and.html thnks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] cursor vlaue to list view

2011-03-11 Thread Kunju Vava
hi all how can we display a cursor value to a list view? i have a cursor cursor c, i want reperst the data of that cursor to a list viw? thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Re: Gettting data from web page

2011-03-11 Thread Kunju Vava
hi Jonathan Foley ya , i got the html tag of that site , u r correct ,it is not a right way bcasae it takes more tome and we need to parse it? i interesred to know wht technice google used to get data based on query? urgently ,,, which technology android usess for this techniquehave any samp

Re: [android-developers] Re: Gettting data from web page

2011-03-10 Thread Kunju Vava
hi all i think u r not get my qstion correctly, in my app i send the url of a sites using httppost method and attach my keyvalupair as from and to city (total 20 sites) my question after sending the url , how we get json data or data of that site , sometimes we want some data that is in any

Re: [android-developers] How many of you are creating promotional videos for your app?

2011-03-09 Thread Kunju Vava
Hi I am developng an app which displays fight ticket rate from several sites, i decided to use json to send the data, the problem is there are 20 more sites showing the details of flight rate , so how we can write this URL, if the data containe URL have big length and cannot find it how the goo

[android-developers] Gettting data from web page

2011-03-09 Thread Kunju Vava
Hi I am developng an app which displays fight ticket rate from several sites, i decided to use json to send the data, the problem is there are 20 more sites showing the details of flight rate , so how we can write this URL, if the data containe URL have big length and cannot find it how the goo