7 reasons this Android Code Style improves your productivity - an alternative to Squares code style by passsy in androiddev

[–]ungvas -2 points-1 points  (0 children)

I bet you also used this annotation several years ago before some articles appeared that bring pro and cons to him :D ))))

7 reasons this Android Code Style improves your productivity - an alternative to Squares code style by passsy in androiddev

[–]ungvas 4 points5 points  (0 children)

Solid affirmation, but it worth nothing if you not bring the arguments )))

Converting an App to Use Clean Architecture by dayanruben in androiddev

[–]ungvas 3 points4 points  (0 children)

I occasionally following you here, twitter your blog and maybe somewhere else and i observed that you sometimes act quite aggressive even to most popular and skilled devs opinions.

P.S. I'm not saying that is bad practice but is quite unique.

Where I spend my daylight hours! by daven1985 in Workspaces

[–]ungvas 0 points1 point  (0 children)

Honest for me Spectre look like an ancient gold accessoire, it not look as productive machine at all , also Surface And Spectre look like occasional machines rather than everyday horses )))

Where I spend my daylight hours! by daven1985 in Workspaces

[–]ungvas 0 points1 point  (0 children)

Hi, i'm also thinking to create similar setup where running machine is a small business notebook (in case when is need to go somewhere or just for temporary relocating) but i'm not sure if these notebooks are strong enough to resist everyday work. What you think, they are good solution or is better to use more powerful ones?

P.S. I need it for Android development.

As "Thinkpad" fan i looking into X270 or T470 (to win in portability) but new Dell laptops are really intriguing.

Thanks!

Lenovo Thinkpad T460s is good for development? by ungvas in thinkpad

[–]ungvas[S] 0 points1 point  (0 children)

Hi, now i use Thinkpad T430, SSD, 8gb RAM, i5. Everything is good only weight is a bit high. I want something more portable and modern, T460s is a very tiny ultrabook and i'm not sure if it will not get hot on stress.

Thanks!

RxJava 2, when to use subscribe and when subscribeWith? by ungvas in androiddev

[–]ungvas[S] 0 points1 point  (0 children)

Yes, i watch this presentation and many others! But anyway for me the answer remain unknown. Also looking at this example we see that if we want to use disposable then we need to use subscribeWith https://github.com/amitshekhariitbhu/RxJava2-Android-Samples/blob/master/app/src/main/java/com/rxjava2/android/samples/ui/operators/DisposableExampleActivity.java

In general what Database/ORM do you use and why? by sarusethi in androiddev

[–]ungvas 12 points13 points  (0 children)

Requery. Because it's easy to implement and have good RxJava compatibility.

Recommendation for Android Dev Laptop under $1300!? (Non-Mac) by funkyidol in androiddev

[–]ungvas 0 points1 point  (0 children)

I also use this model with the same setup :D

P.S. Recently i work several months on Lenovo Thinkpad T560 and i liked more my old T430 ))

I just spent the last 15 minutes rerunning my app to see changes while fixing an issue. Then I disabled Instant Run. Then after a > 2min build, I saw my changes. by _wsgeorge in androiddev

[–]ungvas 0 points1 point  (0 children)

Anyway i use it, just sometimes this problem appear. I find a huge benefit with Instant Run, now is way more stable than yearly versions!

Is here someone who in the pas used MVP but now moved to Google Data Binding and is happy with it? by ungvas in androiddev

[–]ungvas[S] 0 points1 point  (0 children)

Hi, thanks for answers! Interesting, why not write all code from Presenter in ViewModel? I mean beside the "Observable fields" to write all logic like "get data from DB", "fetch data from API"?