@kdfrawg I like storms, as does my wife. It's an awesome display of the power the nature has over us humans who think we can rule everything. Every summer we wait for the thunder storms to hit the area we live in, but unfortunately often they either go around us or just dry up.
Pity. The stronger storm front either dried up or changed its path. All we got was some mild rain (far from that 17mm they forecasted earlier tonight) without thunder.
First storm hit us just a moment ago. Constant flashing, very loud rumble, heavy rain. And this is not the hardest storm we are supposed to get tonight.
@streakmachine I have never seen a forecast that says there will be 17mm of rainfall within one hour…
@phoneboy Indeed. The overall Android experience, both in software and hardware, is lightyears behind that of iOS and iDevices. And I say this as a person who mostly develops for Android.
And while my comment yesterday was mostly about developing software for Android, I could have talked about the experience too. I have used both a pure Android device (Nexus 5) and an OEM device (Scamsung) and I disliked them both. There are a lot of big and small things that annoy me like hell in both, and many of the things the manufacturers (especially those OEMs) do to "enhance user experience" actually break the intent of a developer.
I could go on with this rant here and now, but I think I will save it for a blog post I have intended to write for months.
// @kdfrawg @gtwilson
@kdfrawg Starred for future reference. ?
Android is horrible platform to develop for, though iOS gets mocked even more. My take is, and has been for quite a while now, that everything is shit that you just need to shovel to get paid.
Okay, I lied, that was yesterday's WTF Android moment.
Today I banged my head against the desk because of this: while there is a way to create rounded images (that is, transform a bitmap with a circular mask to another bitmap) in code using the standard Android support library, there is no direct way to do that in the layout without resorting to 3rd-party libraries (or by copying their solution to your project). Well, technically there is support for rounded images in the standard Android libraries for wearables but not for generic Android stuff.
The daily WTF Android moment: If you want to set the color of the cursor in a editable text field, you need to create a drawable for it.