Time archive · 5 notes

September 2021

Xamarin.Android SnackBar Example

Sep 20, 2021English · 4 min
Xamarin.Android SnackBar Layout

Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…

Read article

Big-O Notation in Algorithms

Sep 14, 2021English · 5 min
Big-O Complexity Chart

Big-O notation is one of the most important tools we use to measure the performance and time complexity of an algorithm we designed. In other words, it is the language and metric we use…

Read article