Re: RxJava Observable with CXF

2016-09-01 Thread Muse Mekuria
is > quite useful. AsyncResponse itself can do multiple suspends till the first > items start appearing. > > I think more can be done there (may be later), but I suppose it will need > to go into a dedicated module for 3.2.0 as the relevant code is going to > grow for sure. > &g

Re: RxJava Observable with CXF

2016-08-31 Thread Muse Mekuria
t;> >> I haven't tried yet Observable.just where a list is implicit - will take >> a look at it >> >> Cheers, Sergey >> >> >> On 29/08/16 16:09, Muse Mekuria wrote: >> >>> Hi Sergey, >>> >>> I am working with

[android-beginners] question

2009-09-14 Thread Muse Mekuria
I read we can change the canvas color of a widget through overriding the onDraw() method, but we still have to provide a layout for it. Couldn't we have changed the canvas in the layout itself? What are the attributes we can modify in a layout file (attributes like android:textColor) Thanks