any browser but chrome on android

I know the title could be considered clickbait. I don’t care. I came to this conclusion after my Samsung Galaxy Tab S6 Lite updated to Android 13 and I spent a few hours surfing with this tablet, waiting at my Acura dealership while they performed regular maintenance on my MDX.

As you can see in the screenshot above, the Tab S6 Lite is now running Android 13 and Samsung’s One UI 5. Normally I don’t care for Samsung’s UI, but when it comes to the Settings panel, I’m shocked to say that Samsung’s is better organized, and as a consequence, easier to go find settings for the tablet. Who would have known???

The problem is with Google’s Chrome browser. Specifically that it will NOT block ads of any type. And I looked into Chrome’s setup; no ad blocking. Here’s an example of the crap I kept getting wherever I browsed with Chrome.

Slashdot in Chrome on Android 13

I don’t normally go slumming onto Slashdot, for many reasons, not the least is how the site is plastered with ads. It was Slashdot that motivated me to install an ad blocker on my PC Chrome years and years ago. This was a throwback to an earlier day I didn’t appreciate. Now let’s visit Slashdot with Vivaldi.

Slashdot in Vivaldi on Android 13

You’ll note the Vivaldi view has blocked quite a few ads on the Slashdot site, especially in the right side gutter. Ad blocking in Vivaldi makes the Slashdot site barely tolerable, as long as I stay out of the comments.

Let’s look at ArsTechnica in Chrome.

Using Chrome with a huge header ad that takes up 1/3 of the page.

ArsTechnica stories have a large ad at the top of each page, at least one in the middle, and one at the footer. The header ad has two strikes against it, the first being so damn large and the second that it’s Bono, and I do not like Bono at all. And there’s a bit of irony that there’s ads all over a story about the sin of Microsoft Store ads.

There is one key feature in Vivaldi missing in Chrome, it’s Settings | Tracker and Ad Blocker, Block Trackers and Ads. With that radio button selected all this crap is pretty much blocked and my webpages are very clean. Before I close this post, here are two more examples of before with Chrome, and after with Vivaldi.

With Chrome
With Vivaldi

I guess if I were still a teenager instead of a sexagenarian I’d find the ad full of buxom blondes and brunettes enticing. But at my age it’s called being a dirty old man, or worse. Besides, they look younger than my adult children, so that’s how I see them, as a bunch of kids. And that ad is the least annoying on that page. Other ads try to tell me about toe fungus, or the best way to clean out my bowels every day, and how wonderful Bitcoin is… You see my point. I do find useful text on many sites, but todays ads plastered everywhere are absolute shit, and they’re only getting worse. To help me control what I don’t want to see I run Vivaldi on Android. Before the question is raised, Chrome’s plugin store won’t support Android Chrome; it’s unsupported, so I can’t install an ad-blocker plugin.

Get Vivaldi, or perhaps Brave, or any other browser that inherently blocks ads. Don’t run with Chrome.

re-enabling app preview in android studio dolphin (2021.3.1)

I’ve used Android Studio since it’s 1.0 release in 2014. I was very happy to move away from Eclipse Android Development Tools to Android Studio. I’ve used that IDE ever since, perhaps not as constantly as I should. But the call for me to write an app is usually few and far between. An opportunity has arisen that may allow me to try my hand at writing an Android app against a fairly recent release (Android 11 minimum). I’d already been play-developing with Jetpack within Android Studio, and I like it. In particular I like how I can define composable previews using the @Composable and @Preview annotations. With the prior version of Android Studio Chipmunk, this opened up a view of the application under development. When you made changes to the code the preview updated automatically. Key to this is that it was automatically enabled. That has changed within Android Studio Dolphin.

Oh dear. Preview isn’t working! What happened? How do I enable it? I found out, but not by searching on Google, especially Stack Overflow. Stack Overflow is the biggest collection of old and useless technical answers I’ve ever seen. I found out how to re-enable preview by poking around.

Ah! There it is! Look at the upper right corner on the file editing window at the three buttons labeled Code, Split, and Design. If you click Split then it will split the editing window and render the preview on the right, like it did with Android Studio Chipmunk. I found this by accident, clicking around the menus and then clicking various buttons. I didn’t know to click Split until the very end, after I’d found out that Design shows the application preview. I don’t know why Split has that name, but to me it means something totally different, i.e. split the edit pane into two vertical edit panes as you would expect if using any other modern editor or IDE such as Visual Studio Code. But Split does indeed show code on the left and the preview on the right.

The other problem with this new behavior is that it’s not sticky between IDE sessions. Shut down the IDE, then open it back up, and while the project is still there, the preview is not. You’ll have to click Split every time you restart the IDE.