Real-World Projects with Flutter
Video | 7 years ago
This Flutter course has been made in conjunction with Packt Publishing and is available here https://www.udemy.com/real-world-projects-with-flutter/ The code is available on GitHub https://github.com/PacktPublishing/Real-World-Projects-with-Flutter Note tha...
Open this video on Mobile Application Tutorials
Flutter IntelliJ IDEA tips for beginners
Guide | 7 years ago
Ten plus IntelliJ tips to assist people new to Flutter with their productivity. A simple flutter application which has a color circle will be used as the example. Check the accompanying website tutorial here http://bit.ly/2Sk649H Shortcuts: 1:44 New Dart Fi...
Open this video on Mobile Application Tutorials
How to create an android camera using intents - Part 1
Guide | 7 years ago
For those of you new to android or programming I recommend the new Kotlin Camera Intent series https://www.youtube.com/playlist?list=PL9jCwTXYWjDJwCVaF0l2ZwsLSqchEmsxl which now supersedes this series. But for those of you experienced in Java by all means d...
Open this video on Mobile Application Tutorials
Flutter TabBar tutorial
Guide | 8 years ago
The flutter drawer development tutorial describes, how to a TabBar to a flutter application using the dart programming language. This flutter development tutorial will include: * Creating a TabController * Adding TabBar to Scaffold widget * Replacing Scaffo...
Open this video on Mobile Application Tutorials
Flutter Bottom Navigation Bar tutorial
Guide | 8 years ago
The flutter drawer development tutorial describes, how to insert a bottom navigation bar to a flutter application using the dart programming language. This flutter development tutorial will include: * Adding the BottomNavigationBar to the Scaffold widget * ...
Open this video on Mobile Application Tutorials
Flutter navigation drawer tutorial
Guide | 8 years ago
The flutter drawer development tutorial describes, how to add a drawer to a flutter application using the dart programming language. This flutter development tutorial will include: * Creating a drawer widget * Utilizing the Scaffold drawer property * Provid...
Open this video on Mobile Application Tutorials
Flutter popup menu tutorial
Guide | 8 years ago
The flutter popup menu development tutorial describes, how to add a popup menu to a flutter application using the dart programming language. This flutter development tutorial will include: * Creating collection class for Photo properties * Creating a list o...
Open this video on Mobile Application Tutorials
Flutter image download and display tutorial
Guide | 8 years ago
The flutter image download and display development tutorial describes, how to download a remote image and then display it in the flutter application. This flutter development tutorial will include: * Creating Stateful & Stateless widgets * Usage of the Imag...
Open this video on Mobile Application Tutorials
Flutter development tutorial - Introduction to replacing widgets
Podcast | 8 years ago
This describes how to download and display an image using the fluter Image.network widget. The details of the code on GitHub can be found in the tutorial articles. The free YouTube membership is required, which can be found here https://goo.gl/SsUFZw The fu...
Open this video on Mobile Application Tutorials
Kotlin camera2 API video picture in picture mode
Guide | 8 years ago
The Kotlin Camera2 API Video picture in picture mode development tutorial describes how to playback the recorded video in a smaller window. In this Kotlin on Android tutorial we will cover: * Registering for PIP support * Adding additional variables to the ...
Open this video on Mobile Application Tutorials
Kotlin camera2 API video playback using ExoPlayer
Guide | 8 years ago
The Kotlin Camera2 API Video Exoplayer Android development tutorial describes how to playback the recorded video using ExoPlayer in its own Android Fragment. In this Kotlin on Android tutorial we will cover: * Installing the ExoPlayer library * Creating a S...
Open this video on Mobile Application Tutorials
Flutter switching screens
Guide | 8 years ago
The flutter switching screens development tutorial describes how to add icons to the app bar and then navigate to a new page using the dart language. All the steps will be done using AndroidStudio 3.1. This flutter development tutorial will include: 1. How ...
Open this video on Mobile Application Tutorials