[android-developers] Query regarding application not responding

2009-02-16 Thread parth Chothani
While playing mp3 player along with the animation, if i do pause and play several times, the application displays force close or wait. The main thread and the timer thread are running normally,but the click event does not work after doing pause and play several times. How to solve this ? --~--~--

[android-developers] Query regarding the listner event in a AlertDialog

2009-01-27 Thread parth Chothani
hey friends, i am taking an xml file in a AlertDialog.the xml file contains table with 6 rows.how can i set listener on a particular row of the table? Here the xml file is displayed in a new View. The rows of the table are part of this view.so how can i set listener in a row?plz reply as soon as p

[android-developers] Regarding Positioning

2009-01-27 Thread parth Chothani
How to find whether the mobile is in horizontal or vertical position ?? Is there any event to detect that ? Actually in my application, i want the same look for both vertical and landscape mode.. --~--~-~--~~~---~--~~ You received this message because you are subscr

[android-developers] Query regarding OutOfMemoryException

2009-01-26 Thread parth Chothani
I am downloading a audio file from server on sd card. It is showing me OutOfMemoryException. This is my code.. --- package com.android; import java.io.BufferedInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.