[android-developers] Freeze view during updates

2012-04-26 Thread rael_yoni
Hey, I've a view that gets updated in code. Is there a way in Android to freeze the screen so all the changes will be rendered off screen? so that the user will see only the end results? (and it won't flicker) In .net there is the Suspend/Resume Layout pattern

[android-developers] HMTL to Android Layout Converter

2012-04-19 Thread rael_yoni
Hi, I'm really having hard time with Android layouts, it doesn't have tools support (something a designer can work with!) and there are not many talented people like you have with HTML/CSS etc.. Is there an HTML/CSS to Android Layout Converter? Thanks, Yoni -- You received this message

[android-developers] SVG Library

2011-07-31 Thread rael_yoni
I might be missing something altogether, is there alternative to SVG that android support natively? With all the hard work that android dev tools puts into supporting different form factors and resolutions there suppose to be a simple 2D vector library?! -- You received this message because

Re: [android-developers] TableLayout issue

2011-02-27 Thread rael_yoni
First of all I would like to thank you. However it still not good. it shows only the first row in the middle of the screen (there are black bars above it and underneath it). and the second row is not seen at all... no matter what the content is (I placed TextViews instead of the

Re: [android-developers] TableLayout issue

2011-02-27 Thread rael_yoni
That was just another test... that didn't work. Currently the only thing that does work is setting explicitly in code the height and the width of item activity.getWindowManager().getDefaultDisplay().getMetrics(metrics); is.setLayoutParams(new TableRow.LayoutParams(metrics.widthPixels / 2,

Re: [android-developers] TableLayout issue

2011-02-27 Thread rael_yoni
Of-course I can use LinearLayout, but I wanted to understand what the problem was. Also my understanding is that TableRow is a LinearLayout so I was hoping it will present the same kind of behavior http://developer.android.com/reference/android/widget/TableRow.html. Also when I initially

[android-developers] TableLayout issue

2011-02-26 Thread rael_yoni
I'm wrestling with the Android UI to try to create a table layout that has 2 rows each row containing 2 ImageSwitchers, And would like the table to occupies the entire screen. But I simply can not accomplish it, sometimes the emulator shows 1 ImageSwitcher that is aligned to the right of the

[android-developers] Is there a standard way to access the user's photos on the device?

2010-02-02 Thread rael_yoni
Hi All, I would like to know whatever android has a class the let me access the user's photos (the one he took with the phone's camera) Thanks, Y. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to