[android-developers] Need help in finding screen coordinates of a view

2009-03-22 Thread kavitha
() and f.getRight() they return as 0 coordinates. Can anyone please tell me how to find location on screen of a view. It is very urgent.Please help. Thanks Kavitha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Need help in finding screen coordinates of a view

2009-03-22 Thread kavitha
to get f.getLeft() and f.getRight() they return as 0 coordinates. Can anyone please tell me how to find location on screen of a view. It is very urgent.Please help. Thanks Kavitha --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: How to find Jarsigner

2009-03-22 Thread kavitha
() and f.getRight() they return as 0 coordinates. Can anyone please tell me how to find location on screen of a view. It is very urgent.Please help. Thanks Kavitha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Please help in getting screen coordinates of a view

2009-03-23 Thread kavitha
() and f.getRight() they return as 0 coordinates. Can anyone please tell me how to find location on screen of a view. I tried even in onStart() method,,,still i get Null Pointer Exception. Please tell me how to get screen coordinates of a view in android. It is very urgent.Please help. Thanks Kavitha

[android-developers] Urgent help in getting screen coordinatesof a view

2009-03-24 Thread kavitha
FrameLayout android:layout_height=wrap_content android:layout_width=wrap_content android:id=@+id/frame2/ FrameLayout FrameLayout android:layout_height=wrap_content android:layout_width=wrap_content android:id=@+id/frame3/ FrameLayout /RelativeLayout Thanks Kavitha

[android-developers] Calling web services in android

2009-04-10 Thread kavitha
. Thanks Kavitha --~--~-~--~~~---~--~~ 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] Re: Calling web services in android

2009-04-10 Thread kavitha
. sample response xml from server is http://www.permeative.com/projects/clearit/getall_global_scores.php How to do it in android? Please help. Thanks Kavitha On Fri, Apr 10, 2009 at 5:25 PM, Charlie Collins charlie.coll...@gmail.com wrote: It depends on what you mean by web services

[android-developers] play audio from a stream in android...

2010-02-10 Thread kavitha
. Can anyone help me please,,Itz very urgent for my project. Thanks Kavitha -- 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

Re: [android-developers] play audio from a stream in android...

2010-02-10 Thread kavitha
shift back also,i can track that point and resume playback. Please reply. Thanks Kavitha. On Wed, Feb 10, 2010 at 5:27 PM, Mark Murphy mmur...@commonsware.comwrote: Hi All, How to play audio from a stream in android??? I will get input stream from an online link( like continuous FM

Re: [android-developers] play audio from a stream in android...

2010-02-10 Thread kavitha
Thanks for reply Mark Murphy. How to play from stream in media player?Can you please tell? Media player option is either from url or file. Using 2 media players is a good idea. Thanks Kavitha On Wed, Feb 10, 2010 at 5:53 PM, Mark Murphy mmur...@commonsware.comwrote: But MediaPlayer

Re: [android-developers] play audio from a stream in android...

2010-02-10 Thread kavitha
player and seek back,, so it will be helpful if i can download to a stream and start playing from stream continuously Just like time shift back radio app how to do it in android? Please reply Thanks Kavitha On Wed, Feb 10, 2010 at 6:02 PM, Mark Murphy mmur...@commonsware.comwrote: How to play

Re: [android-developers] play audio from a stream in android...

2010-02-10 Thread kavitha
Please tell me some solution for it. I am ready to work hard,,but dont know how to proceed,, please enlighten me Thanks Kavitha On Wed, Feb 10, 2010 at 6:38 PM, Mark Murphy mmur...@commonsware.comwrote: Suppose i play online FM for one hour and want to listen again from start( ie music

Re: [android-developers] Re: play audio from a stream in android...

2010-02-11 Thread kavitha
in a stream,and play? how to use AudioTrack for decoding mp3/AAC data in android? Please reply. Thanks Kavitha On Thu, Feb 11, 2010 at 2:11 PM, MobDev developm...@mobilaria.com wrote: On 10 feb, 13:43, kavitha kavith...@gmail.com wrote: Thanks Mark Murphy, Suppose i play online FM

[android-developers] how to Play music from AudioTrack

2010-02-15 Thread kavitha
, AudioTrack.MODE_STREAM); oTrack.play(); oTrack.write(buffer, 0, buffer.length); here buffer is the audio data i am reading into. Same buffer I can play in MediaPlayer,,,But i could not play in audiotrack.. Please tell me the solution. It is urgent. Thanks Kavitha -- You

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread kavitha
Thanks for response. But how to convert any music into PCM format in android? Can anybody tell solution please Thanks Kaviha On Mon, Feb 15, 2010 at 5:07 PM, skink psk...@gmail.com wrote: On Feb 15, 12:12 pm, kavitha kavith...@gmail.com wrote: Hi All, I want to play music from online

[android-developers] how to convert mp3/any type of data to PCM format in android

2010-02-15 Thread kavitha
Hi All, How to convert from mp3 or any type of audio data to PCM format in android? Please tell me the solution. It is very urgent. Thanks Kavitha -- 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: how to Play music from AudioTrack

2010-02-15 Thread kavitha
without gap so that user feel music flow is continuous? Thanks Kavitha On Mon, Feb 15, 2010 at 6:19 PM, skink psk...@gmail.com wrote: On Feb 15, 12:42 pm, kavitha kavith...@gmail.com wrote: Thanks for response. But how to convert any music into PCM format in android? Can anybody tell

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread kavitha
directly to stream and play from it,so there is no need to start mediaplayer again and again. Unfortunately we don't have such option in Android. Thanks Kavitha On Tue, Feb 16, 2010 at 12:22 AM, skink psk...@gmail.com wrote: On Feb 15, 2:05 pm, kavitha kavith...@gmail.com wrote: yes,i am

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread kavitha
Thanks skink. I get audio stream in mp3 format. So,Currently I write to a file and play it. Do I need to use any converter to convert mp3 to ogg format and then play? Thanks Kavitha On Tue, Feb 16, 2010 at 1:27 PM, skink psk...@gmail.com wrote: On Feb 16, 6:36 am, kavitha kavith

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread kavitha
yes,,skink, I tried playing ogg files. ogg files give very less gap (almost inconsiderable)than mp3. I need to convert and store into ogg format now. how to convert from mp3 to ogg format? Thanks Kavitha On Tue, Feb 16, 2010 at 3:00 PM, skink psk...@gmail.com wrote: On Feb 16, 9:43 am

[android-developers] how to convert mp3to PCM format in android

2010-02-23 Thread kavitha
Hi All, Is there any way to convert mp3 to PCM stream in android? Please help. Thanks Kavitha -- 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

Re: [android-developers] Re: how to convert mp3to PCM format in android

2010-02-23 Thread kavitha
Thanks for reply skink. I downloaded lame.zip,,but totally lost how to use in my android project. Thanks Kavitha On Tue, Feb 23, 2010 at 5:10 PM, skink psk...@gmail.com wrote: kavitha wrote: Hi All, Is there any way to convert mp3 to PCM stream in android? Please help. Thanks

[android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
Hi All, Please tell how to download an xml file from url connection in android? Thanks Kavitha -- 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

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
the file ? -- Regards Sandeep On Thu, Feb 25, 2010 at 3:39 PM, kavitha kavith...@gmail.com wrote: Hi All, Please tell how to download an xml file from url connection in android? Thanks Kavitha -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
Any examples please On Thu, Feb 25, 2010 at 3:53 PM, Upendra Chintala upendra.chint...@gmail.com wrote: You can use HttpURLConnection object to read the file as stream and then store it locally. Thanks, Upendra On Thu, Feb 25, 2010 at 3:49 PM, kavitha kavith...@gmail.com wrote: first

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
...@gmail.com wrote: A simple search on google would have helped you. http://digiassn.blogspot.com/2008/10/java-simple-httpurlconnection-example.html Upendra On Thu, Feb 25, 2010 at 3:55 PM, kavitha kavith...@gmail.com wrote: Any examples please On Thu, Feb 25, 2010 at 3:53 PM, Upendra

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
How to parse xml file located on server? Thanks Kavitha On Thu, Feb 25, 2010 at 4:06 PM, kavitha kavith...@gmail.com wrote: Actually I could write file to local cache using InputStreamReader. I am downloading bytes successfully and could write to a file,,, But again if i try to open file

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
25, 2010 at 4:06 PM, kavitha kavith...@gmail.com wrote: Actually I could write file to local cache using InputStreamReader. I am downloading bytes successfully and could write to a file,,, But again if i try to open file and read it,,It is throwing NullPointerException for file. On Thu

Re: [android-developers] How to download an xml file from url in android

2010-02-25 Thread kavitha
this, there is other way to store and read the files using openFileInput and openFileOutput of the activity context. I guess those are the best methods to access files. Thanks, Upendra On Thu, Feb 25, 2010 at 4:17 PM, kavitha kavith...@gmail.com wrote: private String DOWNFILE = stations.xml; File

[android-developers] where to store files?

2010-02-26 Thread kavitha
Hi All, I am in confusion,where to store my data files. Which is convenient? 1.sdcard 2.cache of context 3.data folder of package Thanks Kavitha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: Splash Screen Appears only once

2010-04-04 Thread kavitha
Hi even i have same problem,,splash screen appears only once,,,and doesnt show up when application is restarted on device. How to solve it?Please tell me. I hope Dror520 has solved the problem. Thanks Kavitha On Mon, Apr 5, 2010 at 6:43 AM, Dror520 dror...@gmail.com wrote: thanks for your

Re: [android-developers] Getting the amount of Audio data buffered in the device

2010-04-05 Thread kavitha
could you please tell how to decode audio? On Mon, Apr 5, 2010 at 3:30 PM, KK krishnakumar.ramachand...@gmail.comwrote: I am trying to write a streaming application. I have my own decoder and I am playing PCM audio using AudioTrack. At any point in time I want to know how much data is

[android-developers] how to encode mp3 data diectly to PCM format in android

2010-04-05 Thread kavitha
Hi all, I have some mp3 audio files,and need to convert PCM format,so that i can use them to play via audiotrack. Anybody know some good decoder which is compatible with android and how to use it in android?? Thanks Kavitha -- You received this message because you are subscribed to the Google

[android-developers] call onCreate each time app starts

2010-04-05 Thread kavitha
Hi All, How to call Activity's onCreate() method each time it starts? Only first time when installed on device it calls onCreate method. Thanks Kavitha -- 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: Splash Screen Appears only once

2010-04-05 Thread kavitha
Hi Kumar,, I guess Dror520 is doing same,,even i am using same,,, But OnCreate() method is not called at all upon relaunch of application that is the problem,how to solve it? Thanks Kavitha On Mon, Apr 5, 2010 at 1:25 PM, Kumar Bibek coomar@gmail.com wrote: Well, you cannot run two

Re: [android-developers] Re: Splash Screen Appears only once

2010-04-05 Thread kavitha
No Yahel,,even putting splash screen code in onStart() doesnt solve the problem. I guess only onResume() is triggered everytime activity shown.But that is not right place to display splash screen. Thanks Kavitha On Tue, Apr 6, 2010 at 2:15 AM, patbenatar patbena...@gmail.com wrote: Would

Re: [android-developers] Re: Splash Screen Appears only once

2010-04-06 Thread kavitha
from background thread. Now when user relaunches the application,,now splash screen doesnt appear. My code is same as Dror520. how to make splash screen appear everytime app launched? Thanks Kavitha On Tue, Apr 6, 2010 at 2:35 PM, Yahel kaye...@gmail.com wrote: Hi Kavitha, I think it's

[android-developers] Developing emulator

2010-09-22 Thread Kavitha
Kavitha -- 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...@googlegroups.com For more options, visit

[android-developers] Re: Developing emulator

2010-09-22 Thread Kavitha
, basically, differing by screen sizes. http://techdroid.kbeanie.com/2010/09/getting-started-with-tablets-the... -Kumar Bibekhttp://techdroid.kbeanie.com On Sep 22, 3:13 am, Kavitha kavithachandramo...@gmail.com wrote: Hi All,               I just wanted to know if there are tutorials

[android-developers] Re: Developing emulator

2010-09-22 Thread Kavitha
 pm, Kumar Bibek coomar@gmail.com wrote: You mean that you would be changing the source code, and rebuilding the whole OS? -Kumar Bibekhttp://techdroid.kbeanie.com On Sep 23, 12:19 am, Kavitha kavithachandramo...@gmail.com wrote: @Kumar :: Thank you for the link , well its more like i

Re: [android-developers] MultiScreen Support in Android?

2010-03-07 Thread kavitha
ya,me too facing same problem dip means deviceindependentpixels,,so if we position it using dip,,it gives same space with all screens,,, and that is the problem Is there any way to give dimensions based on screen? On Mon, Mar 8, 2010 at 12:45 PM, javame_android su...@softwebsolutions.comwrote:

Re: [android-developers] Re: Using MediaPlayer - multiple sound files

2010-03-10 Thread kavitha
You can prepare Mediaplayer asynchronously and store them in a collection. after that call MediaPlayer.start() wherever needed. On Thu, Mar 11, 2010 at 5:29 AM, Mark Murphy mmur...@commonsware.comwrote: Neilz wrote: Anyone? I'm sure this must be a common problem... Actually, this is the

Re: [android-developers] Custom MediaPlayer Interface Thru JNI

2010-03-11 Thread kavitha
Hi Sandeep, even I am thinking to make a similar mediaplayer. Please tell how you achieved it? cygwin is needed for using JNI? and how to proceed. Thanks kavitha On Fri, Mar 12, 2010 at 11:07 AM, Sandeep Prakash 123sa...@gmail.comwrote: Hi All, I was trying to mimic the MediaPlayer Java

[android-developers] showing media volume controller

2010-03-13 Thread kavitha
Hi All, how to show media volume controller on my screen in android? Thanks kavitha -- 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] pause mediaplayer when incoming call

2010-03-13 Thread kavitha
Hi All, How to pause music when user recieves incoming call in android? Can i know i am getting incoming call from any API's? Please help,Its urgent. Thanks Kavitha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] showing media volume controller

2010-03-14 Thread kavitha
Thanks for response Murali raju,,, Please tell how to create our own volume control? Any ideas to start with? Thanks kavitha On Sun, Mar 14, 2010 at 10:20 AM, murali raju manutd...@gmail.com wrote: Hi, We have to create our view for volume control. i dont think we can display

[android-developers] How to get MediaPlayer current volume

2010-03-15 Thread kavitha
%28float,%20float%29(float leftVolume, float rightVolume) to set the volume for mediaplayer. But I need to show current volume also in slider,,,there is no method to get current volume. Any idea how to get it??? Thanks Kavitha -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How to get MediaPlayer current volume

2010-03-17 Thread kavitha
it is stereo and affects just the one MediaPlayer. My suggestion is to simply remember what you set it to. My guess is that it starts out at 1.0, 1.0, but you can set it to that yourself after you create it. On Mar 15, 2:36 am, kavitha sunil kavithasuni...@gmail.com wrote

Re: [android-developers] Re: how to Play music from AudioTrack

2010-03-17 Thread kavitha
the stream to different files and play them, just like kavitha). How can i convert the stream to ogg when I try to play it? Can you give me any solutions on how you did this? Thanks, Wouter On Feb 16, 1:03 pm, skink psk...@gmail.com wrote: On Feb 16, 12:20 pm, kavitha kavith...@gmail.com wrote

[android-developers] removing all items of a listview

2010-03-19 Thread kavitha
Hi All, How to remove all Items in a ListView in android. I want to remove all items in list view and populate with new items dynamically from a background thread. Please tell,,this is very urgent. Thanks Kavitha -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Can't dynamically update ListAdapter for ListView

2010-03-21 Thread kavitha
Even I have same problem Cant clear all list view items,,when i add new items,,it will add to old ones Can anybody help please On Sat, Mar 20, 2010 at 7:32 PM, Tatyana Ulyanova levkat...@gmail.comwrote: Hello, Kumar! I have a problem when I try to add items to my custom adapter. Everytime

Re: [android-developers] removing all items of a listview

2010-03-22 Thread kavitha
(this); } On Fri, Mar 19, 2010 at 6:31 PM, Mark Murphy mmur...@commonsware.comwrote: kavitha wrote: Hi All, How to remove all Items in a ListView in android. I want to remove all items in list view and populate with new items dynamically from a background thread. Please

Re: [android-developers] Re: removing all items of a listview

2010-03-22 Thread kavitha
want. This is what I have done to get notifyDataSetChanged to work on my ListViews. On Mar 19, 10:34 pm, kavitha kavith...@gmail.com wrote: Thanks MarkMurphy. But still i am not able to clear list items and populate with new items,,,new items get added up to old items. my code

[android-developers] how to implement musicplayer as service in android

2010-03-30 Thread kavitha
Hi All, I have a Music Player application and music plays continuously even user comes out of application UI. I have read that such background processing should be done with service in android. How to do that?any idea? Please help. Thanks Kavitha -- You received this message because you

[android-developers] cannot remove listview items

2010-04-01 Thread kavitha
() method will add to listview items. It doent remove/replace all listview items. Please Help. Thanks Kavitha -- 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] cannot remove listview items

2010-04-01 Thread kavitha
() method will add to listview items. It doent remove/replace all listview items. Please Help. Thanks Kavitha -- 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] cannot remove listview items

2010-04-01 Thread kavitha
() method will add to listview items. It doent remove/replace all listview items. Please Help. Thanks Kavitha -- 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] cannot remove listview items

2010-04-01 Thread kavitha
() method will add to listview items. It doent remove/replace all listview items. Please Help. Thanks Kavitha -- 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

Re: [android-developers] cannot see video when using MediaPlayer

2010-01-20 Thread kavitha sunil
try using mediaplayer.setDisplay(videoSurfaceHolder[0]); On Thu, Jan 21, 2010 at 8:39 AM, rukiman ruksh...@optushome.com.au wrote: Attached is my code, I cannot see the video while playing a MPG file. What am I doing wrong here? Thanks. public class VideoTest extends Activity implements

Re: [android-developers] Re: cannot see video when using MediaPlayer

2010-01-20 Thread kavitha sunil
tried again but still doesn't work On Jan 21, 2:18 pm, kavitha sunil kavithasuni...@gmail.com wrote: try using mediaplayer.setDisplay(videoSurfaceHolder[0]); On Thu, Jan 21, 2010 at 8:39 AM, rukiman ruksh...@optushome.com.au wrote: Attached is my code, I cannot see the video while

Re: [android-developers] what is pending intent?

2010-02-17 Thread kavitha sunil
Notifications are best examples for Pending intent. Check apidemos. On Wed, Feb 17, 2010 at 1:00 PM, saru sarucs...@gmail.com wrote: Hi, Please clarify me What is Pending Intent with an example. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Send Email

2010-02-18 Thread kavitha sunil
There is an exchange server option, configure that and you will be able to send the same. On Thu, Feb 18, 2010 at 1:59 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote: Hi, How to send a email in android?. I need to send from some other website email id's like goo...@android.com(or)

Re: [android-developers] Need Help : calling a non-static Java method from C in Android

2009-12-21 Thread kavitha sunil
Hi, Use env-CallVoidMethod(obj, xyz); and not cls obj can be obtained by jmethodID init = env-GetMethodID(gcls, init,()V); obj = env-NewGlobalRef(env-NewObject(cls, init)); Try this. This should work. On Tue, Dec 22, 2009 at 11:24 AM, Latha Shivanna latha...@gmail.com wrote: Hi All

[android-developers] draw 2 triangle and apply different bmp texture

2010-01-10 Thread kavitha chidambaram
hi, i can draw 2 triangle with different coords, i want to apply different bmp texture to the triangle. is it possible to map two different texture on two different triangle -thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] play video file inside the triangle using opengles - andorid

2010-01-10 Thread kavitha chidambaram
Hi, i want to play video file on each side of the triangle using opengles. how to map video file to the opengl es interface? i want to map different texture on the each side of the cube and triangle. is it possible to map two texture on triangle? thanks... -- You received this message

Re: [android-developers] Re: Process in Android

2010-01-12 Thread kavitha sunil
Inspite of doing that(which is what back key does also), if you see the process, the process is not killed. It will be still running. On Wed, Jan 13, 2010 at 8:45 AM, tstanly tsai.sta...@gmail.com wrote: when you leave to b from a, if you want to close a activity, then you can write the code

Re: [android-developers] Re: Process in Android

2010-01-12 Thread kavitha sunil
onStart() does not have Bundle argument, are you talking about onCreate(Bundle saveinstance) On Wed, Jan 13, 2010 at 10:04 AM, Kevin Duffey andjar...@gmail.com wrote: As Dianne posted.. android takes care of destroying apps for you if you don't do it yourself.. when memory/resources is needed.

Re: [android-developers] Re: Using Bundle in onPause()

2010-01-13 Thread kavitha sunil
Could you please elaborate or give me the piece of code if you have already implemented the same. As there is no Bundle argument passed to onPause() method. I tried using this.getIntent().putExtras(Bundle) in OnPause() and retrieving the same in onCreate. But the value is null. Is this not the

Re: [android-developers] ClearTaskOnLaunch flag is not working

2010-01-15 Thread kavitha sunil
Can someone please suggest a solution for this? On Thu, Jan 14, 2010 at 4:45 PM, Android Developer kavithasuni...@gmail.com wrote: Hi, I have two activities in an application Activiy1 and Activity2 where Activity1 is the launcher. i have set clearTaskOnLaunch=true for activity one using

Re: [android-developers] Display a Dialog in non-Activity (simple Java) Class By passing Parameters

2010-06-28 Thread kavitha b
Use a handler to show dialog in activity and you can set handler which is created in activity to the class which you are using to show dialog On Mon, Jun 28, 2010 at 9:50 AM, TreKing treking...@gmail.com wrote: On Wed, Jun 23, 2010 at 4:38 AM, Nishant Kumar nishant.cs...@gmail.comwrote: I am

Re: [android-developers] J2ME

2010-07-26 Thread kavitha chidambaram
Hi All, the below link for converting J2ME application into Android application(.apk). Use this to run J2ME application on Android platrom. http://www.netmite.com/android/ http://www.netmite.com/android/srv/2.0/getapk.php Thanks, Kavitha On Fri, Jul 23, 2010 at 9:43 AM, perumal316 perumal

[android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
should get selected. So I need to use custom scrollbar for this requirement. Please tell me how to do it?Is there any example in this regard? I googled and couldn't find any solution. It is urgent. Please reply. Thanks. Kavitha -- You received this message because you are subscribed

[android-developers] Custom View as Gallery Item

2010-10-06 Thread kavitha b
items. But I want to add Custom View as Gallery Item. Any way to do this? Please help. Thanks kavitha -- 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

Re: [android-developers] Custom View as Gallery Item

2010-10-06 Thread kavitha b
of the adapter. On Wed, Oct 6, 2010 at 6:21 PM, kavitha b kkavith...@gmail.com wrote: Hi All, As i see in Gallery example in APIDemos,it is possible to add Image listView or textviews as Gallery items. But my requirement is,I need to add both textview and Image combined as a single item

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
impressions, those arrows are right now, very small to touch on a phone. On Wed, Oct 6, 2010 at 6:16 PM, kavitha b kkavith...@gmail.com wrote: Hi Treking, thanks for the response. I have attached image of scrollbar how it appears in list view. You can see arrows in the scrollbar image. Si now

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
, kavitha b kkavith...@gmail.com wrote: Si now Scrollbar image should act as drawable as well,and when i click on arrows,it should update position of listview also. Thanks for the picture, that makes it much clearer. I agree with Kumar - this seems awfully small for clicking. Plus, how does

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
at 6:38 PM, TreKing treking...@gmail.com wrote: On Wed, Oct 6, 2010 at 7:46 AM, kavitha b kkavith...@gmail.com wrote: Si now Scrollbar image should act as drawable as well,and when i click on arrows,it should update position of listview also. Thanks for the picture, that makes it much clearer

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
the list by clicking the arrows. On Wed, Oct 6, 2010 at 6:43 PM, kavitha b kkavith...@gmail.com wrote: Thanks for the response. The list will move one selection item down when clicked on arrow. Basically it will act like a scrollbar as well and move one item down when clicked on arrow also

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
: On Wed, Oct 6, 2010 at 8:13 AM, kavitha b kkavith...@gmail.com wrote: The list will move one selection item down when clicked on arrow. Seems like a strange requirement for a touchscreen device, but hey, it's your app. I would expect the up arrow to be at the top of the screen

Re: [android-developers] help regarding custom scrollbar ...

2010-10-06 Thread kavitha b
Thanks Treking, Will try that idea. On Wed, Oct 6, 2010 at 7:14 PM, TreKing treking...@gmail.com wrote: On Wed, Oct 6, 2010 at 8:34 AM, kavitha b kkavith...@gmail.com wrote: haha,Nice joke Treking. Who was joking? But is it possible to have custom scrollbar set for a listview ? I

[android-developers] scrollbar drawable not appearing properly

2010-10-07 Thread kavitha b
/scrollbar Is there any other attribute i need to set to make image appear properly. Thanks Kavitha -- 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] 2.2 apk does not install in 2.1 droid

2010-10-08 Thread kavitha b
Hi All, I have created a project in Android 2.2 SDK . The droid I am having is of OS 2.1 . I am not able to install the project in droid,because of OS change version. How to make it install apk in old OS versions. Please reply,it is urgent. Thanks Kavitha -- You received this message

Re: [android-developers] Re: 2.2 apk does not install in 2.1 droid

2010-10-08 Thread kavitha b
. If you want to work on 1.6 (there are still new devices being sold with 1.6), you need to set it to 4. On Oct 7, 11:36 pm, kavitha b kkavith...@gmail.com wrote: Hi All, I have created a project in Android 2.2 SDK . The droid I am having is of OS 2.1 . I am

[android-developers] scrollbar image not appearing properly

2010-10-09 Thread kavitha b
Hi All, I am setting a drawable to scrollbar of a list view.But scrollbar image is not appearing properly.It appears strecthed. I tried to use 9 patch image.But still same problem. Anybody ahs used image to scrollbar successfully? Please help. Thanks Kavitha -- You received this message

[android-developers] scrollbar image not appearing properly

2010-10-09 Thread kavitha b
I am setting a drawable to scrollbar of a list view.But scrollbar image is not appearing properly.It appears strecthed. I tried to use 9 patch image.But still same problem. Anybody ahs used image to scrollbar successfully? Please help. Thanks Kavitha -- You received this message because you

[android-developers] scrollbar drawable not appearing properly

2010-10-10 Thread kavitha b
Hi All, I am setting a drawable to scrollbar of a list view.But scrollbar image is not appearing properly.It appears strecthed. I tried to use 9 patch image.But still same problem. Anybody ahs used image to scrollbar successfully? Please help. Thanks Kavitha -- You received this message

[android-developers] custom border for gallery item

2010-10-10 Thread kavitha b
Hi all, I want to set custom border for gallery item. When i zoom a image which is selected in gallery,I want to change border only for selected item. How to do that? It is very urgent. Please help. Thanks Kavitha -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: scrollbar drawable not appearing properly

2010-10-10 Thread kavitha b
Hi Kumar, I am using image with rectangle dimension only. It is not square. Still scrollbar image is appearing as very thin line,stretched image. Can you please provide me example of such? Thanks Kavitha On Sun, Oct 10, 2010 at 10:04 PM, Kumar Bibek coomar@gmail.com wrote: I am

Re: [android-developers] Re: scrollbar drawable not appearing properly

2010-10-11 Thread kavitha b
ya,thanks It is appearing somewat better than before now. On Mon, Oct 11, 2010 at 11:27 AM, Kumar Bibek coomar@gmail.com wrote: I think I mentioned that your image dimensions should be square... :) On Mon, Oct 11, 2010 at 11:24 AM, kavitha b kkavith...@gmail.com wrote: Hi Kumar, I

[android-developers] Error when HTTPConnection

2010-10-11 Thread kavitha b
Hi All, I am getting this error frequently when making HTTPConnection. Sometimes it connects and sometimes not. I have tried with various link.It behaves same with all. What may be the cause? W/System.err( 1845): java.net.SocketException: The operation timed out W/System.err( 1845): at

[android-developers] Error when HTTPConnection

2010-10-11 Thread kavitha b
Hi All, I am getting this error frequently when making HTTPConnection. Sometimes it connects and sometimes not. I have tried with various link.It behaves same with all. What may be the cause? W/System.err( 1845): java.net.SocketException: The operation timed out W/System.err( 1845): at

Re: [android-developers] Re: Error when HTTPConnection

2010-10-11 Thread kavitha b
the connection. so i need to set any other thing for this? On Mon, Oct 11, 2010 at 5:00 PM, pramod.deore deore.pramo...@gmail.comwrote: did you write permission in manifest as uses-permission android:name=android.permission.INTERNET / On Oct 11, 4:17 pm, kavitha b kkavith...@gmail.com wrote

[android-developers] SocketTimeoutException thrown frequently

2010-10-11 Thread kavitha b
Hi all, i am doing a internet radio,and i keep getting this error often in the mid while playing from url. How to avoid this? W/System.err( 3098): java.net.SocketTimeoutException: The operation timed out W/System.err( 3098): at

[android-developers] create a screen saver app in android

2010-12-08 Thread kavitha b
Hi All, How to create a our own screensaver in android? In my project application,I need to develop a screensaver. Thanks Kavitha -- 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] convert web page to pdf

2011-01-08 Thread kavitha b
Hi All, I have requirement in which I need to convert web page to pdf. How to do this in android? Please help. Thanks Kavitha -- 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: [android-developers] convert web page to pdf

2011-01-10 Thread kavitha b
Thanks for reply MarksMurphy. Please suggest any solution to try upon on this. On Sat, Jan 8, 2011 at 7:01 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jan 8, 2011 at 4:12 AM, kavitha b kkavith...@gmail.com wrote: I have requirement in which I need to convert web page to pdf

[android-developers] Display admob in full screen

2011-01-10 Thread kavitha b
myapp:secondaryTextColor=#CC android:layout_above=@id/back android:layout_below=@id/url / The examples what I see will be shown as a strip of ads. Please help me. Thanks, Kavitha -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] update app without deleting DB

2011-01-10 Thread kavitha b
I hope you can use OnUpgrade method of DB when upgrading the app On Sun, Jan 9, 2011 at 9:15 PM, Mark Murphy mmur...@commonsware.com wrote: On Sun, Jan 9, 2011 at 10:37 AM, Alex dalfga...@gmail.com wrote: Simple question : I published an app (2months ago). It uses a DB to retrieve

Re: [android-developers] Re: How to exit the application..?

2011-01-10 Thread kavitha b
Another way is to kill the process explicitly using Application Process Id. On Tue, Jan 11, 2011 at 10:54 AM, Kumar Bibek coomar@gmail.com wrote: Finish is the recommended way of closing Activites. You should be using only this to exit your Activities. The OS will take care of the

Re: [android-developers] Carousel View Animation..?

2011-01-10 Thread kavitha b
Use Coverflow feature On Mon, Jan 10, 2011 at 10:03 PM, TreKing treking...@gmail.com wrote: On Mon, Jan 10, 2011 at 8:01 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: How can i oscillate the image like a pendulum. Can any one give me the guidance to achieve this one.

  1   2   3   >