Creating An Android Application
04
May
Lessons Across Every Course
Browse individual lessons from DragonZap courses and jump directly into the course path they belong to.
Creating An Android Application
04
May
Creating An Android Application
04
May
Setting Up Android Studio
In this lecture we setup android studio which is what we will use to develop your application
Open lesson
Creating An Android Application
04
May
Creating Your First Android Application
In this lecture you will learn how to crate your very first android application, it will be a simple application that outputs "Hel...
Open lesson
Creating An Android Application
04
May
Creating An Android Application
04
May
Creating An Android Application
04
May
Finishing Our Calculator
In this lecture we will finish our calculator and have a nice clean and polished product
Open lesson
Building A Linux Kernel Module
04
May
Building A Linux Kernel Module
04
May
Installing Kernel Dependencies
In this lecture we install all the kernel dependencies that we need to create this module
Open lesson
Building A Linux Kernel Module
04
May
Creating A Hello World Module
Here we create kernel code that just writes Hello World out to the kernel log. This is a great beginners module to get us started.
Open lesson
Building A Linux Kernel Module
04
May
Building Character Devices
In this lecture you learn how to build character devices in the Linux kernel. Think of "/dev/random" if you try to read from this...
Open lesson
Building A Linux Kernel Module
04
May
Helpful Resources
In this lecture I show you helpful resources that are important for ensuring kernel compatibility
Open lesson
Building A Linux Kernel Module
04
May
File Operations Explained
In this lecture you will learn how the file_operations structure works in the kernel
Open lesson
Building A Linux Kernel Module
04
May
Files, Inodes, Dentry's And Inode Operations
This lecture we learn about files inodes, dentry's and inode operations
Open lesson
Building A Linux Kernel Module
04
May
Multi-Threading In C++
04
May
Multi-Threading In C++
04
May
Creating Your First Thread
In this lecture you will learn how to create your very first thread in C++
Open lesson
Multi-Threading In C++
04
May
Thread Safety And Why It's Important
In this lecture you will learn about thread safety and why it's important
Open lesson
Multi-Threading In C++
04
May
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
Installing Mysql and PHPMyAdmin
In this lecture you will learn how to install MySQL engine and PhpMyAdmin web interface
Open lesson
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
Understanding The Database Internals
In this lecture we will discuss database internals so you can grasp how databases work
Open lesson
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
Learn To Create Database Tables Along With Inserting Data Into Them With Sql
In this lecture you will learn how to create database tables and we will then add data to the database using the SQL Query Languag...
Open lesson
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
Selecting And Retrieving Data From The Database With Sql
In this lecture you learn how to select data from the database with the SQL Query language. This allows you to bring back data fro...
Open lesson
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May
Updating The Records In The Database With Sql
In this lecture you learn how to update existing data in the database using the SQL Query Language
Open lesson
SQL: Master SQL With PhpMyAdmin and MYSQL Engine
04
May