#android
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
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...
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...
Contact Trace Contact Trace is an Android + iOS solution to help trace contacts you come across. It uses Bluetooth Low Energy to exchange an anonymous...