DEV Community

Tristan Elliott profile picture

Tristan Elliott

Just building things and stuff with Android

Work

Unemployed

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

1
Comments
7 min read

Want to connect with Tristan Elliott?

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

Already have an account? Sign in
Building software for cattle farmers. Part 4. Version 1 completed

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

1
Comments
3 min read
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

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

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

My process for creating Custom Jetpack compose Components

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

Building software for cattle farmers. Part 3. Active users

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

Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset

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

Building software for cattle farmers. Part 2. Production errors

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

Android code refactoring: clean code usecases

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

Building software for cattle farmers. Part 1. Android release

1
Comments
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

7
Comments
5 min read
Jetpack Compose quicky: List click animation with Jetpack Compose in Android

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

4
Comments
4 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

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

Traversing a Binary Search Tree in Java

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

Handling Text in Jetpack compose with Android

6
Comments
6 min read
Building software for cattle farmers. Week 1.

Building software for cattle farmers. Week 1.

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

Different layout for different screen sizes in Android with Kotlin

4
Comments
4 min read
LeetCode with Kotlin. Two Sum

LeetCode with Kotlin. Two Sum

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

Android Quicky: ViewModelProvider.Factory in Kotlin

6
Comments 4
3 min read
Quick introduction to Kotlin classes

Quick introduction to Kotlin classes

Comments
3 min read
Using Advanced LIKE Expressions in Spring boot

Using Advanced LIKE Expressions in Spring boot

5
Comments
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

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

Retrieving a single value from the Room database

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

What is by viewModels{} in Android

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

Android Fragment View Binding with Kotlin explained

10
Comments
5 min read
Sorting Arrays in Java with MergeSort

Sorting Arrays in Java with MergeSort

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

Tap to expand RecyclerView items with Android and Kotlin

10
Comments 1
5 min read
Understanding the ViewModelProvider.Factory interface in Android with Kotlin

Understanding the ViewModelProvider.Factory interface in Android with Kotlin

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

Creating a Database entity with Android and Kotlin

8
Comments
4 min read
Kotlin for beginners. Getting started

Kotlin for beginners. Getting started

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

Room database. Basic entities in Java

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

Implementing a RecyclerView in Android with Java

6
Comments
5 min read
Reverse engineering Mockito. Part 2. Dynamic dependency injection

Reverse engineering Mockito. Part 2. Dynamic dependency injection

7
Comments
4 min read
Reverse engineering Mockito. Part 1. Single use case

Reverse engineering Mockito. Part 1. Single use case

6
Comments
5 min read
Building software for cattle farmers. Week 0.

Building software for cattle farmers. Week 0.

6
Comments
7 min read
Java Quickies. Streams and Lambda expressions

Java Quickies. Streams and Lambda expressions

6
Comments
4 min read
Spring Security. Managing users

Spring Security. Managing users

5
Comments
4 min read
Spring Security. Creating users

Spring Security. Creating users

Comments
1 min read
Java Data. Creating an entity with JPA and Hibernate

Java Data. Creating an entity with JPA and Hibernate

5
Comments
2 min read
Java recursion. Binary search and reversing arrays

Java recursion. Binary search and reversing arrays

2
Comments
5 min read
Java Quickies. Class loading and linking in the JVM

Java Quickies. Class loading and linking in the JVM

2
Comments
3 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 2
4 min read
What the heck is the Spring IoC container?!?!

What the heck is the Spring IoC container?!?!

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

Java Data Structures and Algorithms. Queues

9
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

3
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

12
Comments
6 min read
Android Simplified. Adding a search bar

Android Simplified. Adding a search bar

5
Comments
4 min read
Java Quickie. Decorator Pattern

Java Quickie. Decorator Pattern

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

Testing in Android. Unit test check list

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

Testing in Android. Better return value.

4
Comments
2 min read
Testing in Android. Testing LiveData

Testing in Android. Testing LiveData

5
Comments
4 min read
Android Simplified. Documenting code

Android Simplified. Documenting code

1
Comments
2 min read
Android Simplified. Toasts vs Snackbars

Android Simplified. Toasts vs Snackbars

1
Comments
2 min read
Java Quickie. Abstract classes vs interfaces

Java Quickie. Abstract classes vs interfaces

5
Comments
4 min read
Java Quickie. The .class syntax

Java Quickie. The .class syntax

5
Comments
2 min read
Java Quickie. Annotations

Java Quickie. Annotations

7
Comments
2 min read
Testing in Android. How to run a test

Testing in Android. How to run a test

5
Comments
3 min read
Testing in Android. Fundamentals

Testing in Android. Fundamentals

8
Comments 3
4 min read
loading...