-
Notifications
You must be signed in to change notification settings - Fork 263
Choose ATF Sample to Base Application On
Start with the specification (in some form) that you have for your new application.
Pick a sample that most closely matches your new application's features. Look at the ATF Code Samples and their descriptions and the ATF Technology and Sample App Matrix showing which samples use various pieces of ATF technology to help you pick the most suitable sample.
You might find that several samples have features close to your new application, and you can incorporate parts from several samples in your application. It's easiest to build upon one sample though.
This topic shows the development of an application to list landscaping materials: plants and ornamentation items for a garden. The Landscape Guide application has these features:
- A palette with plant and ornamentation icons.
- Palette items can be dragged onto a list view.
- The selected list view item can have its properties set in property editors.
- Name.
- Text notes on the item.
- Rating, an integer from 1 to 10 indicating level of interest.
The ATF Simple DOM Editor Sample fits this type of application pretty well: it features a palette of items that can be dragged onto a list view. Items can be selected and have their properties set and changed in two property editors.
Creating an Application from an ATF Sample
- Steps for Creating an Application Based on an Existing Sample: Suggested steps for building on an existing sample.
- Choose ATF Sample to Base Application On: Pick a sample that most closely matches your new application's features.
- Copy ATF Sample and Run It: Copy the indicated folders and files in ATF to start your application development.
- Start Customizing Your Application Software: Begin the process of transforming the sample into your application.
- Define Your Application's New Data Model: Define the types in your application's data in a file and create a schema.
- Modify Your Application's Existing Software: Modify the sample's existing code to work for your application.
- Add New Code and Parts to Your Application: Add the application's unique features, using the appropriate ATF classes and components.
- Build, Run, and Debug Your Application: With all code changed and features added, finish development.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC