Final Project, Part 2 (write a real CSV file with Kotlin!) - Learn How to Program for Beginners #7.2

preview_player
Показать описание
Finish off your expense tracker from part 1! In the last video of the "Learn How to Program for Beginners" series we will learn to leverage the java standard library and transform the data in our program into a real csv file that you could even import into a program like excel. We will also filter expenses by price, sort expenses by month, and create a method to print expense data to a nice, neat csv row before writing everything to a file. Congrats on making it to the very last video of the course!

Stay tuned for more videos and remember, anybody can program! If you would like to get in touch with me, here's my business email:

Outline
-----------------------------------

▶ Exercise 5: Create a class to help filter out small expenses 0:10
▶ Exercise 6: Create a class to help sort your expenses 5:15
▶ Exercise 7: Add a method to the data class to print out data in a nice CSV format 10:23
▶ Exercise 8: Create a class that will print out all of your expense data into a real file! 12:30
▶ Now what?: Where should you go to from here? 21:07
▶ How to get in contact with this channel: 21:58

Resources and exercises
-----------------------------------

▶ How to set up IntelliJ

▶ Blank exercises used in the video

▶ Solutions to exercises used in the video

▶ All exercises and homework assignments

More videos in this series
-----------------------------------

▶ #0 What is Programming?

▶ #1 What are Variables?

▶ #2 Ifs, Booleans, and Control Flow

▶ #3 Functions

▶ #4 For Loops and Lists

▶ #5.1 Logical Operators

▶ #5.2 Logical Operators, HOMEWORK

▶ #6.1 Classes

▶ #6.2 Classes , HOMEWORK

▶ #7.1 Final Project, Part I

▶ #7.2 Final Project, Part II

The whole playlist (every video in the course)

Support this course!
-----------------------------------

If you liked this video and want to enjoy more like it, please subscribe!

Likes, comments, and sharing of this video would be more than welcome!
Рекомендации по теме
Комментарии
Автор

thanks a lot for this video, this was a huge help for me working on a project were i want to import data to excel, this made the first part, transforming data into csv file so much easy for me thanks a lot !!

ExploraByte
Автор

Dear sir, Greetings of the day! I want to create an app which can extract data from excel, csv, xlsx formats and save into android sqlite database and then plot it in Mpandroid chart. If you could help me, please prepare series on it, in kotlin. Searched on youtube but couldn't find good tutorial Thanks in advance

pravinpund