Mobile Application Tutorials
Creator channel

Mobile Application Tutorials

15 recent indexed videos · 11,102 subscribers

Latest videos

Fresh from Mobile Application Tutorials

Showing 12 of 15 kept videos

Video | 7 years ago

Real-World Projects with Flutter

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 that many of the Flutter packages are in development and have been changing. It is strongly recommended to use the package versions detailed here https://github.com/PacktPublishing/Real-World-Projects-with-Flutter/blob/master/Section%20Package%20Versions.docx

Target Audience: This course is intended for anyone who wants to build apps for both Android and iOS. Basic knowledge of Flutter is required.

Overview: This course is for developers who have been studying Flutter but have hit some roadblocks in the next steps of their development. The course is designed to bridge any questions or issues that you may have while creating complete Android and iOS applications. This course models real-world problems and then teaches the steps and techniques for creating solutions in the form of complete Android and iOS applications. With Flutter, you will develop multiple apps for both stores with just one code base. You will be able to build app layouts, widget animation, pulling and pushing data to servers and compiling codes and release to both the Stores. By the end of this course, you will have the skills and confidence to start creating Android & iOS apps straight away with Flutter.

What you will learn: 1. Implement material design widgets to create beautiful layouts 2. Decode JSON with models to communicate with remote services 3. Add Google maps, routes and places to create comprehensive map applications 4. Detect images to discover the powerful machine learning APIs with the Firebase ML Kit 5. Migrate content to the cloud with Firebase authentication, database and storage solutions 6. Build robust code withUnit, Widget, and Integration testing 7. Build and release applications to publish to the Google Play Store and App Store

Recent video details

Indexed videos from Mobile Application Tutorials

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