[android-developers] Passing Touch Event to Parent

2011-06-16 Thread zosq
I have a custom ViewSwitcher in which I implemented touch events so I am able to scroll through screens using the touchscreen. My layout hierarchy looks like this: ViewSwitcher LinearLayout ListView / /LinearLayout LinearLayout ListView / /LinearLayout

[android-developers] Re: App Testing

2010-01-28 Thread zosq
I am posting again because no one replied yet. All those who own an android phone please help me out with the testing. Thanks in advance. Here is the link to the .apk file again: http://dl.dropbox.com/u/556550/FlipShake.apk Please let me know how it works! On Jan 26, 3:51 pm, zosq yellasrich

[android-developers] App Testing

2010-01-26 Thread zosq
I have created an app which needs some testing done. I have tested it on the HTC Hero (UK version) and the HTC Tattoo. Worked well on both the devices. I wanted to test it on the newer android phones like the Droid or the Nexus One. If anyone could help me out with the testing, there is a link to

[android-developers] Re: App Testing

2010-01-26 Thread zosq
Do check out the help section in the app for more details of the functions. -- 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

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
://sites.google.com/site/rezmobileapps/treking On Fri, Jan 8, 2010 at 11:08 AM, zosq yellasrich...@gmail.com wrote: I am simple sudoku app. My main.xml has 81 EditText and 2 buttons as shown below. ?xml version=1.0 encoding=utf-8? RelativeLayout        xmlns:android=http://schemas.android.com/apk

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
Thanks for the reply, but that doesn't answer my question. On Jan 9, 9:15 am, Sasikumar S sasikumar.it1...@gmail.com wrote: http://www.androidpeople.com/category/edittext/ see this... On Jan 8, 10:08 pm, zosq yellasrich...@gmail.com wrote: I am simple sudoku app. My main.xml has 81

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
, 2010 at 11:08 AM, zosq yellasrich...@gmail.com wrote: I am simple sudoku app. My main.xml has 81 EditText and 2 buttons as shown below. ?xml version=1.0 encoding=utf-8? RelativeLayout        xmlns:android=http://schemas.android.com/apk/res/android;        android:layout_width=fill_parent

[android-developers] EditText.getText() not working

2010-01-08 Thread zosq
I am simple sudoku app. My main.xml has 81 EditText and 2 buttons as shown below. ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=wrap_content