[android-developers] All SYMBIAN based end devices accept Java language Applications :: Need Clarification

2009-03-25 Thread Zhubham
to?? (iii) What are the coding guidelines that we need to follow so that an Android application can be ported on S60 with minimum changes?? Thank you all in advance. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Alert dialog in Android-SDK-1.1-Release 1

2009-03-27 Thread Zhubham
... Can someone help me with this?? Thanks in advance. Regards, Zhubham. --~--~-~--~~~---~--~~ 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] Global variables

2009-03-28 Thread Zhubham
Hi, Can anyone hep me with how to make a (boolean) variable global in Android? Thanks. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Passing a 2 dimensional array to an Activity

2009-03-31 Thread Zhubham
Hi, I need to pass a 2 dimensional array to an ACTIVITY from a SERVICE. How can I achieve this in minimum number of statements (as in avoiding putExtras for each and every string stored in the array)?? Please help me with this. Thanks. Best Regards, Zhubham

[android-developers] Display of SQLite database information in tabular format

2009-04-01 Thread Zhubham
Regards, Zhubham --~--~-~--~~~---~--~~ 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: Display of SQLite database information in tabular format

2009-04-01 Thread Zhubham
Hi, My intention is to display the record in tabular format on the emulator. I intetnd to display the database table on the emulator very much similar to the way your tool( OR any other tool) would display it. Any suggestions how i can do that. Thanks in advance. Best Regards, Zhubham

[android-developers] Byte code format

2009-04-01 Thread Zhubham
written by me?? Looking forward for your opinions and suggestions. Thanks. Best Regards, Zhubham --~--~-~--~~~---~--~~ 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] Starting an ACTIVITY from a SERVICE.

2009-04-02 Thread Zhubham
() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? How do I fix this?? Please help me with this. Thanks. Regards, Zhubham. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Deleting a full database record in SQLite

2009-04-02 Thread Zhubham
, Zhubham --~--~-~--~~~---~--~~ 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

[android-developers] Displaying result in tabular form

2009-04-03 Thread Zhubham
Hi, I had stored some data in the SQLite database. I can view it in tabular format using the SQLite database reader.. Now is there a way (set of commands) by which i can view the result in emulator in a similar format?? Thanks in advance. Best Regards, Zhubham

[android-developers] How can i make any string/integer factory configurable

2009-04-03 Thread Zhubham
the alert dialog would display the new text. This is what we call central repository data retrieval in symbian. How is this achievable in Android?? Please help me on this. Thanks. Best Regards, Zhubham. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Switching from Landscape to Portrait orientation

2009-04-03 Thread Zhubham
Hi, I want to display a table which would fit better in portrait view than in the landscape view. How do i instruct the emulator to change the orientation?? Please help me with this. Thanks. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message

[android-developers] Project Name - bin - classes.dex , resources.ap_ ??

2009-04-09 Thread Zhubham
. (Please correct me if I am not correct). (3) a file classes.dex . WHAT IS THIS FILE?? IS THIS UNZIPPED FORM OF .apk FILE?? (4) a file resources.ap_. WHAT IS THIS FILE?? Kindly ellaborate on points 3,4. Thanks in advance. Best Regards, Zhubham

[android-developers] Factory configurable data

2009-04-16 Thread Zhubham
this new string for display. The advantage is that you don't need to recompile your entire project. Thanks in advance. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Dropping SQLite database

2009-04-17 Thread Zhubham
, on doing this the previous records are not getting deleted. With this the new records get appended to the previous ones. Can anyone please help me with this?? Thanks in advance. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Profiling -memory usage

2009-04-17 Thread Zhubham
Hi, This has concern to the profiling discussion @ http://groups.google.com/group/android-developers/browse_thread/thread/e2653bff9e0eee3e/68d23a37d5306503?lnk=gstq=Need+help+using+hat+to+track+down+memory+usage; As mentioned in the second message, i can generate the hprof files. But I m facing

[android-developers] Re: Profiling -memory usage

2009-04-18 Thread Zhubham
, Zhubham qvark wrote: Hi, you can find the steps in this thread: http://groups.google.com/group/android-developers/browse_thread/thread/6659aaf069e462d2/2f2327e87dfdf639 The posts by fadden are specially important, please note that you have to convert the hprof generated by Android to a standard

[android-developers] automatic location finder

2009-04-18 Thread Zhubham
(this would be the same as it comes on top right corner of every mobile phone). Please help me with this. Thanks in advance. Best Regards, Zhubham. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] DDMS Heap view format

2009-04-18 Thread Zhubham
Hi, Can anyone please help me to know what do the following mean in the Heap view of DDMS: 1) Data Object 2) Class Object 3) 1,2,4,8-byte array : which arrays are we talking about here?? 4) non- Java object Thanks in advance. Best Regards, Zhubham

[android-developers] optimization problem

2009-04-24 Thread Zhubham
Hi Experts, I am trying to optimize the following code: textview[0]=(TextView)findViewById (R.id.TextView1); textview[1]=(TextView)findViewById(R.id.TextView2); textview[2]=(TextView)findViewById(R.id.TextView3);

[android-developers] IMP: Central repository creation

2009-04-25 Thread Zhubham
HI EXPERTS, I HAVE BEEN WAITING FOR YOUR REPLIES TO THIS QUERY FOR 2-3 WEEKS. PLEASE LET ME KNOW UR UNDERSTANDING ABOUT MAKING DATA factory configurable.. I HOPE I GET TO HEAR FROM YOU GUYS SOON. Thanks. On Apr 1, 7:40 pm, Zhubham sahilz...@gmail.com wrote: Hi, How can i make any string

[android-developers] Memory usage query.

2009-04-25 Thread Zhubham
Hi Experts, I need your help to know what can be the equivalent of following memory usage scenarios for any given android application Memory usage Section Memory (Bytes) (i) Code- i guess this equals apk size?? (ii)

[android-developers] rtsp/http Streaming

2009-04-29 Thread Zhubham
Hi People, I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which i thought of clarifying from you . Please help me with the following aspects: (i) Does android supports RTSP and HTTP streaming ?? (ii) One discussion read -

[android-developers] Re: rtsp/http Streaming

2009-04-30 Thread Zhubham
Hi Experts, Can you please give a quick reply to my queries. Thanks for ur time. Regards, Zhubham On Apr 29, 8:30 pm, Zhubham sahilz...@gmail.com wrote: Hi People, I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which i

[android-developers] WMA Streaming.

2009-05-21 Thread Zhubham
Hi Experts, Can you please give me some idea for changes/modification reqd in existing Android setup for WMA streaming. Kindly assist. Best Regards, Zhubham --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: rtsp/http Streaming

2009-05-24 Thread Zhubham
should not crash even if there's a problem. Where's the stack trace for the crash? On Apr 29, 8:30 am, Zhubham sahilz...@gmail.com wrote: Hi People, I need your help regarding streaming in android. I read some of the previous discussions but I have a few doubts which i thought

[android-developers] Problem while streaming amr file

2009-05-28 Thread Zhubham
Hi, I am trying to stream a hinted AMR narrowband file through darwin streaming server. (i) This is not getting streamed at all. RTSP Describe is followed by Teardown. I use the api demo apk and c that it is failing @ prepare (). I am able to stream this file through QuickTime Pro. (ii)

[android-developers] Re: Problem while streaming amr file

2009-05-28 Thread Zhubham
Would like to add (the ones in capital): I am trying to stream a hinted AMR narrowband file (CONVERTED TO 3gp FORMAT) through darwin streaming server. THE TARGET USED IS OMAP 3430. (i) This is not getting streamed at all. RTSP Describe is followed by Teardown. I use the api demo apk and c