Приглашаем посетить
Лермонтов (lermontov-lit.ru)

Chapter 31. An Appointment Manager

Previous
Table of Contents
Next

Chapter 31. An Appointment Manager

We begin our sample applications with an appointment management system. We will write a single-user system that can add new appointments for a user and list those appointments by day, week, or month. We will show how the application is structured and some of the more critical pieces of code we have written.

This chapter discusses the following:

  • Installing and running the sample application

  • The application structure

  • Highlights of key code from the application

  • Suggestions and exercises for further developing and expanding the application


Previous
Table of Contents
Next