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

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

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
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
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
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
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
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,110 views

4 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
Chronometer / Stopwatch with Start, Pause, Resume, Reset - Android Studio Tutorial

In this video we will build a stopwatch that we can start, pause, resume and reset with help of the Chronometer widget.

11:28
Chronometer / Stopwatch with Start, Pause, Resume, Reset - Android Studio Tutorial

91,883 views

8 years ago

Coding in Flow
AsyncTask + WeakReference - Android Studio Tutorial

In this video we will learn, how to use the AsyncTask class, which makes it easier to do operations on a background thread and ...

16:23
AsyncTask + WeakReference - Android Studio Tutorial

82,430 views

8 years ago

Coding in Flow
Kotlin for Beginners - Part 24 - INIT BLOCKS

In part 24 of the Kotlin beginner tutorial, we will learn how to declare init blocks that execute code whenever an object is created ...

8:55
Kotlin for Beginners - Part 24 - INIT BLOCKS

19,427 views

6 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
Send Data Back from Child Activity with startActivityForResult - Android Studio Tutorial

When we open another activity, we can send data to it by using an intent and putExtra. But what if we also want to get something ...

16:34
Send Data Back from Child Activity with startActivityForResult - Android Studio Tutorial

127,803 views

8 years ago

Coding in Flow
Menu & Global Actions - Getting Started With Navigation Component #6

In this part, we will connect an options menu to our navigation graph so we can navigate to destinations via menu items, and we ...

15:40
Menu & Global Actions - Getting Started With Navigation Component #6

17,290 views

5 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
TextSwitcher with Animation - Android Studio Tutorial

In this video we are going to use a TextSwitcher to switch between different texts from a StringArray with an animation. Example ...

5:44
TextSwitcher with Animation - Android Studio Tutorial

18,583 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