Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
Forem
Close
#
tristan
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Code clean up using dependency injection with Hilt in Android
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 27 '23
Code clean up using dependency injection with Hilt in Android
#
mobile
#
android
#
kotlin
#
tristan
2
reactions
Comments
Add Comment
6 min read
Work flow for dealing with Retrofit in Android
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 17 '23
Work flow for dealing with Retrofit in Android
#
kotlin
#
mobile
#
android
#
tristan
4
reactions
Comments
Add Comment
4 min read
Lets make a Twitch Android app. Part 1. Tokens
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 15 '23
Lets make a Twitch Android app. Part 1. Tokens
#
android
#
mobile
#
kotlin
#
tristan
4
reactions
Comments
Add Comment
5 min read
Lets make a Twitch Android app. Part 2. The secret to implementing chat
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 24 '23
Lets make a Twitch Android app. Part 2. The secret to implementing chat
#
android
#
mobile
#
kotlin
#
tristan
3
reactions
Comments
1
comment
5 min read
Using OAuth2.0 and Retrofit to talk to the GitHub api on Android
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 10 '23
Using OAuth2.0 and Retrofit to talk to the GitHub api on Android
#
android
#
mobile
#
kotlin
#
tristan
6
reactions
Comments
Add Comment
4 min read
OAuth2.0 and Android. Login with Github and get the authorization code
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 7 '23
OAuth2.0 and Android. Login with Github and get the authorization code
#
android
#
kotlin
#
mobile
#
tristan
22
reactions
Comments
Add Comment
6 min read
The proper way to integrate Firebase into your Android app
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jul 1 '23
The proper way to integrate Firebase into your Android app
#
android
#
mobile
#
kotlin
#
tristan
1
reaction
Comments
Add Comment
4 min read
2 things to consider when adding subscriptions to your mobile app
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jun 12 '23
2 things to consider when adding subscriptions to your mobile app
#
mobile
#
kotlin
#
android
#
tristan
1
reaction
Comments
Add Comment
3 min read
Creating a quick sticky footer for LazyColumn in Jetpack Compose
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Jun 8 '23
Creating a quick sticky footer for LazyColumn in Jetpack Compose
#
mobile
#
android
#
kotlin
#
tristan
10
reactions
Comments
Add Comment
2 min read
Styling a clickable text like TikTok in Android with Jetpack Compose
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
May 26 '23
Styling a clickable text like TikTok in Android with Jetpack Compose
#
android
#
mobile
#
kotlin
#
tristan
2
reactions
Comments
Add Comment
2 min read
When does Hilt inject field injections
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
May 15 '23
When does Hilt inject field injections
#
android
#
mobile
#
kotlin
#
tristan
3
reactions
Comments
Add Comment
3 min read
Android notes: Understanding viewModelScope.launch{}
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
May 5 '23
Android notes: Understanding viewModelScope.launch{}
#
kotlin
#
tristan
27
reactions
Comments
8
comments
4 min read
Proof of concept. Endless scrolling in Android with Jetpack Compose. Part 1
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Apr 30 '23
Proof of concept. Endless scrolling in Android with Jetpack Compose. Part 1
#
android
#
mobile
#
kotlin
#
tristan
3
reactions
Comments
Add Comment
4 min read
TikTok like navigation with Jetpack Compose and the ModalBottomSheetLayout in Android
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Apr 25 '23
TikTok like navigation with Jetpack Compose and the ModalBottomSheetLayout in Android
#
mobile
#
android
#
kotlin
#
tristan
4
reactions
Comments
Add Comment
4 min read
ViewModel scoping and the Google Play Billing library
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Apr 8 '23
ViewModel scoping and the Google Play Billing library
#
android
#
kotlin
#
mobile
#
tristan
3
reactions
Comments
Add Comment
4 min read
Calling onResume() from your ViewModel in Android.
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Mar 30 '23
Calling onResume() from your ViewModel in Android.
#
android
#
kotlin
#
mobile
#
tristan
4
reactions
Comments
Add Comment
3 min read
Adding subscriptions to your Android app. Part 3. Checking if user is subscribed
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Mar 24 '23
Adding subscriptions to your Android app. Part 3. Checking if user is subscribed
#
mobile
#
android
#
kotlin
#
tristan
15
reactions
Comments
Add Comment
7 min read
Adding subscriptions to your Android app. Part 2. Busy work
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Mar 10 '23
Adding subscriptions to your Android app. Part 2. Busy work
#
mobile
#
android
#
kotlin
#
tristan
2
reactions
Comments
Add Comment
2 min read
Adding subscriptions to your android app. Part 1. The UI
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Mar 8 '23
Adding subscriptions to your android app. Part 1. The UI
#
android
#
mobile
#
kotlin
#
tristan
8
reactions
Comments
Add Comment
3 min read
My process for creating Custom Jetpack compose Components
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Feb 18 '23
My process for creating Custom Jetpack compose Components
#
android
#
kotlin
#
mobile
#
tristan
8
reactions
Comments
1
comment
4 min read
Building software for cattle farmers. Part 3. Active users
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Feb 16 '23
Building software for cattle farmers. Part 3. Active users
#
mobile
#
android
#
kotlin
#
tristan
3
reactions
Comments
Add Comment
2 min read
Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Feb 11 '23
Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset
#
mobile
#
android
#
kotlin
#
tristan
3
reactions
Comments
Add Comment
3 min read
Adding dark mode to Android app in Jetpack compose: Part 1
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Dec 14 '22
Adding dark mode to Android app in Jetpack compose: Part 1
#
android
#
kotlin
#
mobile
#
tristan
10
reactions
Comments
Add Comment
5 min read
Jetpack Compose quicky: List click animation with Jetpack Compose in Android
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Nov 25 '22
Jetpack Compose quicky: List click animation with Jetpack Compose in Android
#
android
#
kotlin
#
mobile
#
tristan
7
reactions
Comments
Add Comment
4 min read
Kotlin quicky: Under the hood of collecting flows in Android with Kotlin
Tristan Elliott
Tristan Elliott
Tristan Elliott
Follow
Nov 22 '22
Kotlin quicky: Under the hood of collecting flows in Android with Kotlin
#
android
#
kotlin
#
mobile
#
tristan
7
reactions
Comments
Add Comment
3 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account