Forem

# tristan

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Code clean up using dependency injection with Hilt in Android
Cover image for Code clean up using dependency injection with Hilt in Android

Code clean up using dependency injection with Hilt in Android

2
Comments
6 min read
Work flow for dealing with Retrofit in Android
Cover image for Work flow for dealing with Retrofit in Android

Work flow for dealing with Retrofit in Android

4
Comments
4 min read
Lets make a Twitch Android app. Part 1. Tokens
Cover image for Lets make a Twitch Android app. Part 1. Tokens

Lets make a Twitch Android app. Part 1. Tokens

4
Comments
5 min read
Lets make a Twitch Android app. Part 2. The secret to implementing chat
Cover image for 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

3
Comments 1
5 min read
Using OAuth2.0 and Retrofit to talk to the GitHub api on Android
Cover image for 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

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

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

24
Comments
6 min read
The proper way to integrate Firebase into your Android app
Cover image for The proper way to integrate Firebase into your Android app

The proper way to integrate Firebase into your Android app

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

2 things to consider when adding subscriptions to your mobile app

1
Comments
3 min read
Creating a quick sticky footer for LazyColumn in Jetpack Compose
Cover image for Creating a quick sticky footer for LazyColumn in Jetpack Compose

Creating a quick sticky footer for LazyColumn in Jetpack Compose

13
Comments
2 min read
Styling a clickable text like TikTok in Android with Jetpack Compose
Cover image for Styling a clickable text like TikTok in Android with Jetpack Compose

Styling a clickable text like TikTok in Android with Jetpack Compose

2
Comments
2 min read
When does Hilt inject field injections
Cover image for When does Hilt inject field injections

When does Hilt inject field injections

3
Comments
3 min read
Android notes: Understanding viewModelScope.launch{}
Cover image for Android notes: Understanding viewModelScope.launch{}

Android notes: Understanding viewModelScope.launch{}

28
Comments 8
4 min read
Proof of concept. Endless scrolling in Android with Jetpack Compose. Part 1
Cover image for Proof of concept. Endless scrolling in Android with Jetpack Compose. Part 1

Proof of concept. Endless scrolling in Android with Jetpack Compose. Part 1

3
Comments
4 min read
TikTok like navigation with Jetpack Compose and the ModalBottomSheetLayout in Android
Cover image for TikTok like navigation with Jetpack Compose and the ModalBottomSheetLayout in Android

TikTok like navigation with Jetpack Compose and the ModalBottomSheetLayout in Android

4
Comments
4 min read
ViewModel scoping and the Google Play Billing library
Cover image for ViewModel scoping and the Google Play Billing library

ViewModel scoping and the Google Play Billing library

3
Comments
4 min read
Calling onResume() from your ViewModel in Android.
Cover image for Calling onResume() from your ViewModel in Android.

Calling onResume() from your ViewModel in Android.

4
Comments
3 min read
Adding subscriptions to your Android app. Part 3. Checking if user is subscribed
Cover image for Adding subscriptions to your Android app. Part 3. Checking if user is subscribed

Adding subscriptions to your Android app. Part 3. Checking if user is subscribed

15
Comments
7 min read
Adding subscriptions to your Android app. Part 2. Busy work
Cover image for Adding subscriptions to your Android app. Part 2. Busy work

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

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

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

8
Comments
3 min read
My process for creating Custom Jetpack compose Components
Cover image for My process for creating Custom Jetpack compose Components

My process for creating Custom Jetpack compose Components

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

Building software for cattle farmers. Part 3. Active users

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

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

10
Comments
5 min read
Jetpack Compose quicky: List click animation with Jetpack Compose in Android
Cover image for Jetpack Compose quicky: List click animation with Jetpack Compose in Android

Jetpack Compose quicky: List click animation with Jetpack Compose in Android

7
Comments
4 min read
Kotlin quicky: Under the hood of collecting flows in Android with Kotlin
Cover image for Kotlin quicky: Under the hood of collecting flows in Android with Kotlin

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

7
Comments
3 min read
Traversing a Binary Search Tree in Java
Cover image for Traversing a Binary Search Tree in Java

Traversing a Binary Search Tree in Java

7
Comments 2
8 min read
loading...