|
Extentrix Mobile Device Starter Kit for Citrix Presentation Server works
on Windows 2003 server, 2000 server; it runs on top of Microsoft Visual Studio 2005
Templates and Starter Kits which provide reusable and customizable project and item
stubs that accelerate the
development process, removing the need to create new projects and items from scratch.
A Starter Kit is essentially an enhanced project template that can be shared with other members
of the community. A Starter Kit includes code samples, documentation, and other resources to help developers learn new tools
and programming techniques while building useful, real-world applications.
Using this approach Extentrix created a C# project template designed from the beginning for mobile device.
This provides a good starting point for developers who work on mobile device connecting to Citrix Presentation Server.
Extentrix Mobile Device Starter Kit for Citrix Presentation Server is packaged
with wizard from which the developer can select UI features, resources language, and database connectivity .The wizard then will navigate to the root IDE (Integrated Development Environment) object (DTE) of the visual studio 2005 and instruct it to generate the C# Project as reflected in the template file (which is dynamically customized as specified in the wizard). After completion the project will be ready to be run successfully without
any compilation errors whatever features were selected.
The mobile application has many tool bar buttons designed to implement file operations
like (open, edit, save, save as, and undo).You can easily add those functionalities by editing
the event handler of the tool bar button click. The Mobile application is designed to
be easily expanded and customized. Some ideas for extending it are:
- Select other images for the toolbar buttons.
- Add refresh functionality to refresh the view of your project.
- Bind the treeview and listview to a database.
|