Pref Editor
This article shows you how to eliminate the rebuild-test cycle when working with Android preferences. Pref Editor lets you modify values instantly.

Search for a command to run...
Articles tagged with #android
This article shows you how to eliminate the rebuild-test cycle when working with Android preferences. Pref Editor lets you modify values instantly.

The Iterator design pattern is a well-known and often-used pattern. It allows us to access elements in a collection without the need to know about the underlying storage details. We get this functionality from an object known as an iterator of the co...

The composite design pattern allows us to create a tree structure of objects. The key idea with the pattern is that given a root component, we can access all nodes in the structure. Such access is granted using a common interface that refers to eithe...

In this article, we'll go over the template method pattern and take a look at the Android ViewModel class as an example implementation of the pattern. The ViewModel The ViewModel is an application architecture component we've come to love and talk ab...

tldr; Here's a few hours work -- mostly spent on Flutter's documentation. This' good. Cross Platform Frameworks I once, back in 2015, worked with a cross platform framework, Ionic. This was an app rewrite to native Android. That's it. I avoid any wo...

Starting out development My first programming language to learn was Visual Basic 6. I had this book that gave a nice introduction to the language with all the Sub…End Sub, Dim title() As String etc. Using forms with drag and drop support, I’d create ...
