CodeNewbie Community đŸŒ±

Tristan profile picture

Tristan

404 bio not found

Work

Android developer at Greenstand

Adding icons to text in Jetpack compose with Kotlin and Android

Adding icons to text in Jetpack compose with Kotlin and Android

Comments
3 min read

Want to connect with Tristan?

Create an account to connect with Tristan. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Parsing non-Latin based Twitch usernames in Kotlin

Parsing non-Latin based Twitch usernames in Kotlin

Comments 3
2 min read
Using WorkManager in Android to schedule periodic work with PeriodicWorkRequest | Part 1. Getting started

Using WorkManager in Android to schedule periodic work with PeriodicWorkRequest | Part 1. Getting started

Comments
3 min read
Using regular expressions to parse strings in Kotlin.

Using regular expressions to parse strings in Kotlin.

Comments 1
3 min read
The confusing world of Android adaptive layouts

The confusing world of Android adaptive layouts

Comments
5 min read
Code clean up using dependency injection with Hilt in Android

Code clean up using dependency injection with Hilt in Android

Comments
6 min read
Lets make a Twitch Android app. Part 2. The secret to implementing chat

Lets make a Twitch Android app. Part 2. The secret to implementing chat

Comments
5 min read
Work flow for dealing with Retrofit in Android

Work flow for dealing with Retrofit in Android

Comments
4 min read
Lets make a Twitch Android app. Part 1. App access tokens

Lets make a Twitch Android app. Part 1. App access tokens

Comments
5 min read
Using OAuth2.0 and Retrofit to talk to the GitHub api on Android

Using OAuth2.0 and Retrofit to talk to the GitHub api on Android

Comments
4 min read
OAuth2.0 and Android. Login with Github and get the authorization code

OAuth2.0 and Android. Login with Github and get the authorization code

Comments
6 min read
The proper way to integrate Firebase into your Android app

The proper way to integrate Firebase into your Android app

Comments 2
4 min read
2 things to consider when adding subscriptions to your mobile app

2 things to consider when adding subscriptions to your mobile app

2
Comments 4
3 min read
Creating a quick sticky footer for LazyColumn in Jetpack Compose

Creating a quick sticky footer for LazyColumn in Jetpack Compose

Comments
2 min read
Styling a clickable text like TikTok in Android with Jetpack Compose

Styling a clickable text like TikTok in Android with Jetpack Compose

Comments 2
2 min read
Computer Science notes. What actually is Big-O notation ?

Computer Science notes. What actually is Big-O notation ?

5
Comments
3 min read
ViewModel scoping and the Google Play Billing library

ViewModel scoping and the Google Play Billing library

Comments
4 min read
Building software for cattle farmers. Part 4. Version 1 completed

Building software for cattle farmers. Part 4. Version 1 completed

Comments 3
3 min read
Adding subscriptions to your Android app. Part 2. Busy work

Adding subscriptions to your Android app. Part 2. Busy work

Comments 1
2 min read
Adding subscriptions to your android app. Part 1. The UI

Adding subscriptions to your android app. Part 1. The UI

Comments 1
3 min read
My process for creating Custom Jetpack compose Components

My process for creating Custom Jetpack compose Components

Comments 1
4 min read
Building software for cattle farmers. Part 3. Active users

Building software for cattle farmers. Part 3. Active users

Comments
2 min read
Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset

Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset

1
Comments
3 min read
Building software for cattle farmers. Part 2. Production errors

Building software for cattle farmers. Part 2. Production errors

Comments 3
3 min read
Android code refactoring: clean code usecases

Android code refactoring: clean code usecases

Comments 1
3 min read
Building software for cattle farmers. Part 1. Android release

Building software for cattle farmers. Part 1. Android release

Comments 2
1 min read
Adding dark mode to Android app in Jetpack compose: Part 1

Adding dark mode to Android app in Jetpack compose: Part 1

1
Comments
5 min read
Kotlin quicky: Under the hood of collecting flows in Android with Kotlin

Kotlin quicky: Under the hood of collecting flows in Android with Kotlin

2
Comments
3 min read
Traversing a Binary Search Tree in Java

Traversing a Binary Search Tree in Java

2
Comments
8 min read
Handling Text in Jetpack compose with Android

Handling Text in Jetpack compose with Android

2
Comments 2
6 min read
Different layout for different screen sizes in Android with Kotlin

Different layout for different screen sizes in Android with Kotlin

Comments
4 min read
LeetCode with Kotlin. Two Sum

LeetCode with Kotlin. Two Sum

1
Comments
2 min read
Android Quicky: ViewModelProvider.Factory in Kotlin

Android Quicky: ViewModelProvider.Factory in Kotlin

1
Comments
3 min read
Quick introduction to Kotlin classes

Quick introduction to Kotlin classes

1
Comments 1
3 min read
Using Advanced LIKE Expressions in Spring boot

Using Advanced LIKE Expressions in Spring boot

Comments 3
1 min read
Creating a Blog Post editor from scratch. Part 1: the bare minimum

Creating a Blog Post editor from scratch. Part 1: the bare minimum

Comments
3 min read
Retrieving a single value from the Room database

Retrieving a single value from the Room database

Comments 1
4 min read
What is by viewModels{} in Android

What is by viewModels{} in Android

1
Comments 1
3 min read
Android Fragment View Binding with Kotlin explained

Android Fragment View Binding with Kotlin explained

Comments
5 min read
Sorting Arrays in Java with MergeSort

Sorting Arrays in Java with MergeSort

Comments
7 min read
Tap to expand RecyclerView items with Android and Kotlin

Tap to expand RecyclerView items with Android and Kotlin

Comments
5 min read
View Binding in Android with Kotlin

View Binding in Android with Kotlin

Comments
4 min read
Understanding the ViewModelProvider.Factory interface in Android with Kotlin

Understanding the ViewModelProvider.Factory interface in Android with Kotlin

2
Comments
4 min read
Creating a Database entity with Android and Kotlin

Creating a Database entity with Android and Kotlin

1
Comments
4 min read
Kotlin for beginners. Getting started

Kotlin for beginners. Getting started

2
Comments
4 min read
Room database. Basic entities in Java

Room database. Basic entities in Java

1
Comments
2 min read
Implementing a RecyclerView in Android with Java

Implementing a RecyclerView in Android with Java

Comments
5 min read
Creating a database entity in Spring Boot

Creating a database entity in Spring Boot

Comments
3 min read
Layers of a network and HTTP

Layers of a network and HTTP

3
Comments
4 min read
Java Data Structures and Algorithms. Queues

Java Data Structures and Algorithms. Queues

Comments
6 min read
Java Data Structures and Algorithms. Stacks, implementing a Singly Linked List Stack

Java Data Structures and Algorithms. Stacks, implementing a Singly Linked List Stack

2
Comments
3 min read
Java Data Structures and Algorithms. Stacks

Java Data Structures and Algorithms. Stacks

3
Comments
7 min read
Java Data Structures and Algorithms. Doubly Linked List

Java Data Structures and Algorithms. Doubly Linked List

3
Comments 1
6 min read
Android Simplified. Adding a search bar

Android Simplified. Adding a search bar

Comments 1
4 min read
Java Quickie. Decorator Pattern

Java Quickie. Decorator Pattern

3
Comments 2
3 min read
Testing in Android. Unit test check list

Testing in Android. Unit test check list

3
Comments
2 min read
Testing in Android. Better return value.

Testing in Android. Better return value.

3
Comments
2 min read
Testing in Android. Testing LiveData

Testing in Android. Testing LiveData

3
Comments
4 min read
Testing in Android. Testing the Room database @Insert

Testing in Android. Testing the Room database @Insert

2
Comments
6 min read
Android Simplified. Documenting code

Android Simplified. Documenting code

3
Comments
2 min read
loading...