Tavon

Tavon @gatlingxyz

About: Just your friendly, neighborhood Android dev, talking about #DevLife and whatever I've been reading lately. (He/his/him)

Location:
Alexandria, VA
Joined:
Jan 4, 2018

Tavon
articles - 13 total

Let's Code Flutter: 3 Useful Widgets

There are so many Widgets, and each of them does so many things. Here are a few of the ones I've been using lately to get my work done.

Learn More 8 1Mar 30 '21

Let's Code Flutter: Widget Notifications!

While trying to understand the BLoC pattern, I came across Notifications in Flutter. Not push notifications, mind you, but a way for child widgets to communicate with their ancestors. THESE ARE THEIR STORIES. BOMBOM!

Learn More 7 2Mar 16 '21

Let's Code Flutter: Animations!

I'm jealous of the other app developers who just know how to make animations in Android. Luckily, Flutter is here to help me -- and you! -- make some beautiful animations that don't cause us headaches.

Learn More 5 1Mar 9 '21

Let's Code Flutter: Making the switch

I'm a firm believe in going with Kotlin for Android and Swift for iOS. None of that cross-platform mumbo jumbo.... until now. Flutter's kinda cool.

Learn More 6 0Feb 23 '21

Let's Code Kotlin: Goodbye Builders, Hello Data Classes

Long gone are the days of Builder classes and their massive amount of boilerplate code. In this new era, Kotlin has given us Data Classes and I've never looked back. (Except to write this post, and let me tell you: the past was a scary place.)

Learn More 5 7Feb 8 '21

Learn In Public

This is a message to you all, but more so a message to me: it's important to learn in public.

Learn More 0 0Feb 1 '21

Let's Code Kotlin: Scoped Functions (let, apply, also, run)

Scoped functions -- let, apply, also, and run -- can make your code more concise while providing you benefits and simplicity. They can look intimidating but don't be afraid! Dive in with me as I go over these tools.

Learn More 1 0Jan 25 '21

Let's Code Kotlin: For & While

Fors and Whiles in Kotlin are pretty similar to their Java counterparts. Let's go over them so you can become proficient in Kotlin!

Learn More 3 3Jan 19 '21

Let's Code Kotlin: If, Else, When

Kotlin is very similar to Java, but a refresher is also good to have. This week, I go over If, Else, and When.

Learn More 4 0Jan 11 '21

#MakeTheChangePt2: Kotlin Properties

Kotlin is a great language to switch to if you already know Java. There's a small learning curve, sure, but that's true for switching to any language. One thing to get used to is the difference in the way Kotlin declares properties.

Learn More 5 0Feb 24 '20

#MakeTheChange: From Java to Kotlin

Switching from one programming language to another can feel intimidating and daunting. I'm here to help ease some of the pain. Now that I've been introduced to Kotlin, I never wanna go back to Java.

Learn More 8 2Feb 17 '20

#MakeItBetter: My Everyday Kotlin Extension Functions

Kotlin has declarations called Extension Functions which allow you to add new methods (and even properties) to another class without actually modifying that class. I've come up with a few that have been invaluable to me, and I use them every day.

Learn More 11 4Feb 10 '20

#MVP: Explaining Model-View-Presenter

Breaking down what MVP (Model-View-Presenter) is and what it means for your applications.

Learn More 9 0Feb 4 '20