ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

904 results

Coding in Flow
Dagger 2 Tutorial Part 7 - HOW TO INJECT VALUES AT RUNTIME - Android Studio Tutorial

In part 7 of the Dagger 2 tutorial, we will learn how to use stateful modules to inject variables into our dependency graph at ...

7:13
Dagger 2 Tutorial Part 7 - HOW TO INJECT VALUES AT RUNTIME - Android Studio Tutorial

49,707 views

7 years ago

Coding in Flow
Dagger 2 Tutorial Part 2 - COMPONENT, PROVISION METHODS & CONSTRUCTOR INJECTION - Android Tutorial

In part 2 of the Dagger 2 tutorial, we will add the google/dagger dependencies to a new Android Studio project (for now we ignore ...

13:24
Dagger 2 Tutorial Part 2 - COMPONENT, PROVISION METHODS & CONSTRUCTOR INJECTION - Android Tutorial

135,081 views

7 years ago

Coding in Flow
BroadcastReceiver Tutorial Part 1 - STATIC RECEIVERS - Android Studio Tutorial

In this video series we will learn everything about BroadcastReceivers in Android, with which we can listen to different system and ...

10:02
BroadcastReceiver Tutorial Part 1 - STATIC RECEIVERS - Android Studio Tutorial

134,403 views

7 years ago

Kunal Kushwaha
Android Roadmap + Resources with Florian Walther from @codinginflow

So you want to be an android developer? In this episode of the Open Source Cafe, I had a chat with Florian Walther from ...

17:13
Android Roadmap + Resources with Florian Walther from @codinginflow

10,427 views

4 years ago

Coding in Flow
ConstraintLayout Tutorial Part 6 - CONSTRAINTSETS - Android Studio Tutorial

In part 6 of the ConstraintLayout tutorial, we will learn how to use ConstraintSets to animate whole layout transitions. For this we ...

6:33
ConstraintLayout Tutorial Part 6 - CONSTRAINTSETS - Android Studio Tutorial

42,153 views

7 years ago

Coding in Flow
BottomNavigationView with Fragments - Android Studio Tutorial

In this video you will learn, how to add a bottom navigation to your activity and use it to switch between different fragments. We will ...

16:07
BottomNavigationView with Fragments - Android Studio Tutorial

535,183 views

8 years ago

Coding in Flow
Multiple Choice Quiz App with SQLite Integration Part 1 - PREPARING THE LAYOUTS - Android Tutorial

In this video series we are going to build a multiple choice quiz app which stores it's questions in an SQLite database. We will ...

16:08
Multiple Choice Quiz App with SQLite Integration Part 1 - PREPARING THE LAYOUTS - Android Tutorial

283,165 views

8 years ago

Coding in Flow
Dagger 2 Tutorial Part 1 - WHAT IS DEPENDENCY INJECTION - Android Studio Tutorial

Dagger 2 is a dependency injection framework for Android and Java that is developed by Google. In this tutorial, we will step by ...

9:36
Dagger 2 Tutorial Part 1 - WHAT IS DEPENDENCY INJECTION - Android Studio Tutorial

197,953 views

7 years ago

Coding in Flow
How to Add 2 Numbers - Android Studio Beginner Tutorial

In this video we will learn, how to read 2 numbers out of 2 EditText fields, parse them into integers, add them and then display the ...

13:23
How to Add 2 Numbers - Android Studio Beginner Tutorial

35,646 views

8 years ago

Coding in Flow
How to Play a Sound File Using the MediaPlayer Class - Android Studio Tutorial

In this video we will take a look at a simple MediaPlayer example. We will play a local sound file from our raw folder and we will be ...

7:27
How to Play a Sound File Using the MediaPlayer Class - Android Studio Tutorial

182,663 views

8 years ago

Coding in Flow
How to Populate a Simple Spinner with Custom Objects - Android Studio Tutorial

In this video we will learn, how to use the default ArrayAdapter to fill a spinner with objects of our own custom Java class.

11:15
How to Populate a Simple Spinner with Custom Objects - Android Studio Tutorial

64,106 views

7 years ago

Coding in Flow
One Day in the Life of a Programming Youtuber

A day in the life of a successful Programmer and Youtuber. Music attribution: Song: LiQWYD - I Need You Music provided by Vlog ...

6:44
One Day in the Life of a Programming Youtuber

23,816 views

5 years ago

Coding in Flow
Build a 2D Platformer Game in Unity | Unity Beginner Tutorial

In this beginner tutorial, you will learn how to build a 2D game in Unity from scratch. You don't need any programming experience ...

8:57
Build a 2D Platformer Game in Unity | Unity Beginner Tutorial

867,109 views

4 years ago

Coding in Flow
Help! I can't learn coding fast enough!

What to do if building your own app feels too overwhelming and difficult? Link to our Discord: https://discord.gg/TSnMvmc. Find ...

17:30
Help! I can't learn coding fast enough!

10,316 views

4 years ago

Coding in Flow
How to learn effectively from programming tutorials

How to learn from coding tutorials faster and stop wasting your time. Find the BEST programming tutorials on TutHub: ...

14:38
How to learn effectively from programming tutorials

12,775 views

4 years ago

Coding in Flow
How to Add a Toolbar - Android Studio Tutorial

In this video we will learn, how we can replace the default action bar with a toolbar, which is more customizable and more flexible.

5:27
How to Add a Toolbar - Android Studio Tutorial

320,383 views

8 years ago

Coding in Flow
Kotlin for Beginners - Part 4 - VARIABLES

In part 4 of the Kotlin beginner tutorial, we will learn about mutable (var) and read-only variables (val), String templates, and type ...

12:34
Kotlin for Beginners - Part 4 - VARIABLES

37,774 views

6 years ago

Coding in Flow
Kotlin for Beginners - Part 23 - CREATING OUR FIRST CLASS

In part 23 of the Kotlin beginner tutorial, we will create our first Kotlin class with 2 properties. You can find the example code from ...

9:29
Kotlin for Beginners - Part 23 - CREATING OUR FIRST CLASS

20,960 views

6 years ago

Coding in Flow
Delay an Action in Unity (Without Coroutines or Invoke)

Learn how to delay code in Unity by adding a time check to the update method. You can use this for example to implement ...

4:20
Delay an Action in Unity (Without Coroutines or Invoke)

1,949 views

4 years ago

Coding in Flow
Do Something on First App Start Only - Android Studio Tutorial

In this video we will use shared preferenes to execute a piece of code (an AlertDialog in this example) only the very first time we ...

5:18
Do Something on First App Start Only - Android Studio Tutorial

35,695 views

8 years ago