Finished:
At this point the project should start with no errors. You can now
create a new quote file or open an existing one. You'll notice that
nowhere during the conversion did you ever need to worry about saving or reading
the file, yet the application has full editing, searching and sorting
capability.
The application you have just created is the developer's version.
It has much more functionality than you would probably want to have if you were
to include a Quote of the Day feature in another application.
Creating a distributed version to include in another application is
even easier than what you've done already. The next tutorial will show you
what you need to do to create a stand-alone Daily Quote application using the
source code from this tutorial.
|