Java SE 9, Part 10 of 14: Project Setup and Login
Interactive

Java SE 9, Part 10 of 14: Project Setup and Login

Biz Library
Updated Feb 04, 2020

Welcome to the Java 9 Master Course. Whether you've programmed before or never had programming experience, by the end of this series you'll be able to write sophisticated real world Java applications. This course covers your Project Setup and how to structure your database as well as Setting up user login and the Database handlers. This course contains the following lessons:


Lesson 1:

  • Todo App - Project Setup and Login Screen
  • Todo App - AddItem Screen.

Lesson 2:

  • Todo App - Signup Screen Setup
  • Todo App - Slide - Database Structure
  • Todo App - Creating Database and Tables.

Lesson 3:

  • Todo App - DatabaseHandler Setup
  • Todo App - Show Signup Window
  • Todo App - Saving-SigningUp User.

Lesson 4:

  • Todo App - Setup User and Task Model
  • Todo App - Login Users With Credentials.