Get ZK Up and Running with MVVM

Tutorial Objective

Our target application is a simple car catalog application. This application has two functions:

  1. Search cars.

    Enter a keyword in the input field, click Search and search results will be displayed in the car list below.

  2. View details.

    Click an item from the car list, the area below the car list will show the selected car's details including model, price, description, and preview.

Application Demo

You can see this application immediately in our demo site.