-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitBook: [master] 104 pages and 10 assets modified
- Loading branch information
1 parent
52f3f25
commit 48e1f01
Showing
113 changed files
with
10,236 additions
and
120 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,109 @@ | ||
# Table of contents | ||
|
||
* [TotalCross Overview](README.md) | ||
* [TotalCross Change Log](totalcross-change-log.md) | ||
* [FAQ](faq.md) | ||
* [Skia](skia.md) | ||
* [OpenGL](opengl.md) | ||
* [CLI](cli.md) | ||
* [Creating an Issue](issues-guide.md) | ||
* [IMEI in Android 10](international-mobile-equipment-identity.md) | ||
|
||
## 📌 Get Started | ||
|
||
* [1. Basic requirements](get-started/requirements/README.md) | ||
* [Java JDK 8](get-started/requirements/java-8.md) | ||
* [Maven](get-started/requirements/maven.md) | ||
* [2. Setting up Environment](get-started/setting-up-environment-running-and-deploying.md) | ||
* [3. Test Drive](get-started/test-drive.md) | ||
* [4. Write your first app](get-started/write-your-first-app.md) | ||
|
||
## 📖 Learn TotalCross | ||
|
||
* [Local Database - SQLite](learn-totalcross/how-to-store-data-sqlite.md) | ||
* [Web Services](learn-totalcross/how-to-receive-send-data-webservice.md) | ||
* [Device Simulator](learn-totalcross/device-simulator.md) | ||
* [Debugging WinCE on VS 2008](learn-totalcross/debugging-wince-on-vs-2008.md) | ||
* [Package your app from scratch](learn-totalcross/package-your-app-from-scratch/README.md) | ||
* [TotalCross SDK](learn-totalcross/package-your-app-from-scratch/totalcross-sdk.md) | ||
* [Environment Variables in IDE](learn-totalcross/package-your-app-from-scratch/environment-configuration/README.md) | ||
* [Eclipse](learn-totalcross/package-your-app-from-scratch/environment-configuration/eclipse.md) | ||
* [IntelliJ](learn-totalcross/package-your-app-from-scratch/environment-configuration/intellij.md) | ||
* [Deploy your app with a dependecy TC](learn-totalcross/package-your-app-from-scratch/deploy-your-app-with-a-dependecy-tc.md) | ||
* [Deploy iOS](learn-totalcross/package-your-app-from-scratch/deploy-ios/README.md) | ||
* [Using Development certificate to test your apps](learn-totalcross/package-your-app-from-scratch/deploy-ios/using-development-certificate-to-test-your-apps.md) | ||
|
||
## 🌌 Guides | ||
|
||
* [Understanding TotalCross for Linux ARM](guides/understanding-totalcross-for-linux-arm.md) | ||
|
||
## Guide to app architecture <a id="guideline"></a> | ||
|
||
* [Suggested Architecture](guideline/suggested-architecture.md) | ||
* [Why do Design Patterns help with the application's organization?](guideline/suggested-design-patterns/README.md) | ||
* [MVC Architecture Pattern](guideline/suggested-design-patterns/mvc.md) | ||
* [Template Pattern](guideline/suggested-design-patterns/builder.md) | ||
* [Data Persistence: DAO Pattern.](guideline/suggested-design-patterns/dao.md) | ||
* [Separation of concepts: What is the best way to create UI interfaces?](guideline/container-x-window.md) | ||
* [Positioning](guideline/relative-positioning/README.md) | ||
* [Manual Positioning](guideline/relative-positioning/manual-positioning.md) | ||
* [Relative Positioning](guideline/hbox-and-vbox.md) | ||
* [Best practices to improve project maintenance](guideline/colors-fonts-and-images.md) | ||
|
||
## ✊🏻 Contribution | ||
|
||
* [Branch workflow](contribution/branch-workflow.md) | ||
|
||
## ✍️ Writing the docs | ||
|
||
* [Components](writing-the-docs/components.md) | ||
|
||
## Components | ||
|
||
* [Side Menu](components/side-menu.md) | ||
* [Accordion](components/accordion-container.md) | ||
* [Aligned Labels](components/aligned-labels-container.md) | ||
* [Button](components/button.md) | ||
* [Check](components/checkbox.md) | ||
* [ComboBox](components/combobox.md) | ||
* [Dynamic Scroll](components/dynamic-scroll.md) | ||
* [Edit](components/edit.md) | ||
* [Floating Button](components/floating-button.md) | ||
* [Grid](components/grid.md) | ||
* [GridContainer](components/gridcontainer.md) | ||
* [Image](components/image.md) | ||
* [ImageControl](components/imagecontrol.md) | ||
* [ImageList](components/imagelist.md) | ||
* [Label](components/label.md) | ||
* [Material Icons](components/material-icons.md) | ||
* [Material Window](components/material-window.md) | ||
* [MessageBox](components/messagebox.md) | ||
* [Progress Bar](components/progress-bar.md) | ||
* [Multi Edit](components/multi-edit.md) | ||
* [Progress Box](components/progress-box.md) | ||
* [Radio](components/radio.md) | ||
* [Radio Group](components/radio-group.md) | ||
* [Scroll Container](components/scroll-container.md) | ||
* [Slider](components/slider.md) | ||
* [Spin List](components/spin-list.md) | ||
* [Sliding Window](components/sliding-window.md) | ||
* [Spinner](components/spinner.md) | ||
* [Switch](components/switch.md) | ||
* [Tabbed Container](components/tabbed-container.md) | ||
* [Velocimeter](components/velocimeter.md) | ||
|
||
## APIs | ||
|
||
* [API Overview](apis/visao-geral-da-api.md) | ||
* [Control](apis/control/README.md) | ||
* [Main Window](apis/control/main-window.md) | ||
* [Window](apis/control/window.md) | ||
* [Container](apis/control/container.md) | ||
* [HTTPS and SSL](apis/https-and-ssl.md) | ||
* [Ninepath](apis/ninepath.md) | ||
* [Camera](apis/camera.md) | ||
* [Push Notification Firebase](apis/push-notification-firebase.md) | ||
* [API Rest](apis/api-rest.md) | ||
* [totalcross.sys](apis/totalcross.sys.md) | ||
* [GPS](apis/gps.md) | ||
* [Maps](apis/maps/README.md) | ||
* [Maps - Deprecated](apis/maps/maps.md) | ||
* [Static Map](apis/maps/static-map.md) | ||
* [JSON](apis/json.md) | ||
* [Notifications](apis/notifications.md) | ||
* [Scanner](apis/barcode-scanner.md) | ||
* [PrinterManager](apis/cielo.md) | ||
* [Socket](apis/socket.md) | ||
* [SocketServer](apis/socketserver.md) | ||
* [SOAP](apis/soap.md) | ||
* [Youtube API](apis/youtube-api.md) | ||
* [QR Code Generator](apis/qr-code-generator.md) | ||
* [Asynchronous Task](apis/asynchronous-task.md) | ||
* [Material Design Standards](apis/material-design-standards.md) | ||
* [TotalCross Changelog](totalcross-change-log.md) | ||
|
||
## Documentation | ||
|
||
* [Get Started](documentation/get-started/README.md) | ||
* [1. Install](documentation/get-started/1.-install.md) | ||
* [2. Resgister](documentation/get-started/2.-resgister.md) | ||
* [3. Hello World](documentation/get-started/3.-hello-world.md) | ||
* [Components](documentation/components/README.md) | ||
* [Accordion](documentation/components/accordion-container.md) | ||
* [Aligned Labels](documentation/components/aligned-labels-container.md) | ||
* [Button](documentation/components/button.md) | ||
* [Check](documentation/components/checkbox.md) | ||
* [ComboBox](documentation/components/combobox.md) | ||
* [Dynamic Scroll](documentation/components/dynamic-scroll.md) | ||
* [Edit](documentation/components/edit.md) | ||
* [Floating Button](documentation/components/floating-button.md) | ||
* [Grid](documentation/components/grid.md) | ||
* [GridContainer](documentation/components/gridcontainer.md) | ||
* [Image](documentation/components/image.md) | ||
* [ImageControl](documentation/components/imagecontrol.md) | ||
* [ImageList](documentation/components/imagelist.md) | ||
* [Label](documentation/components/label.md) | ||
* [Material Icons](documentation/components/material-icons.md) | ||
* [Material Window](documentation/components/material-window.md) | ||
* [MessageBox](documentation/components/messagebox.md) | ||
* [Multi Edit](documentation/components/multi-edit.md) | ||
* [Progress Bar](documentation/components/progress-bar.md) | ||
* [Progress Box](documentation/components/progress-box.md) | ||
* [Radio](documentation/components/radio.md) | ||
* [Radio Group](documentation/components/radio-group.md) | ||
* [Scroll Container](documentation/components/scroll-container.md) | ||
* [Side Menu](documentation/components/side-menu.md) | ||
* [Slider](documentation/components/slider.md) | ||
* [Sliding Window](documentation/components/sliding-window.md) | ||
* [Spin List](documentation/components/spin-list.md) | ||
* [Spinner](documentation/components/spinner.md) | ||
* [Switch](documentation/components/switch.md) | ||
* [Tabbed Container](documentation/components/tabbed-container.md) | ||
* [Velocimeter](documentation/components/velocimeter.md) | ||
* [APIs](documentation/apis/README.md) | ||
* [API Overview](documentation/apis/visao-geral-da-api.md) | ||
* [API Rest](documentation/apis/api-rest.md) | ||
* [Asynchronous Task](documentation/apis/asynchronous-task.md) | ||
* [Camera](documentation/apis/camera.md) | ||
* [Control](documentation/apis/control/README.md) | ||
* [Main Window](documentation/apis/control/main-window.md) | ||
* [Window](documentation/apis/control/window.md) | ||
* [Container](documentation/apis/control/container.md) | ||
* [GPS](documentation/apis/gps.md) | ||
* [HTTPS and SSL](documentation/apis/https-and-ssl.md) | ||
* [JSON](documentation/apis/json.md) | ||
* [Maps](documentation/apis/maps/README.md) | ||
* [Maps - Deprecated](documentation/apis/maps/maps.md) | ||
* [Static Map](documentation/apis/maps/static-map.md) | ||
* [Material Design Standards](documentation/apis/material-design-standards.md) | ||
* [Ninepath](documentation/apis/ninepath.md) | ||
* [Notifications](documentation/apis/notifications.md) | ||
* [PrinterManager](documentation/apis/cielo.md) | ||
* [Push Notification Firebase](documentation/apis/push-notification-firebase.md) | ||
* [Scanner](documentation/apis/barcode-scanner.md) | ||
* [SOAP](documentation/apis/soap.md) | ||
* [QR Code Generator](documentation/apis/qr-code-generator.md) | ||
* [Socket](documentation/apis/socket.md) | ||
* [SocketServer](documentation/apis/socketserver.md) | ||
* [totalcross.sys](documentation/apis/totalcross.sys.md) | ||
* [Youtube API](documentation/apis/youtube-api.md) | ||
* [Developers Area](documentation/developers-area/README.md) | ||
* [Debugging WinCE on VS 2008](documentation/developers-area/debugging-wince-on-vs-2008.md) | ||
* [Branch workflow](documentation/developers-area/branch-workflow.md) | ||
* [CLI](documentation/developers-area/cli.md) | ||
* [Creating an Issue](documentation/developers-area/issues-guide.md) | ||
* [IMEI in Android 10](documentation/developers-area/international-mobile-equipment-identity.md) | ||
* [Local Database - SQLite](documentation/developers-area/how-to-store-data-sqlite.md) | ||
* [OpenGL](documentation/developers-area/opengl.md) | ||
* [Skia](documentation/developers-area/skia.md) | ||
* [Guides](documentation/guides/README.md) | ||
* [App Architecture](documentation/guides/app-architecture/README.md) | ||
* [Suggested Architecture](documentation/guides/app-architecture/suggested-architecture.md) | ||
* [Why do Design Patterns help with the application's organization?](documentation/guides/app-architecture/suggested-design-patterns/README.md) | ||
* [MVC Architecture Pattern](documentation/guides/app-architecture/suggested-design-patterns/mvc.md) | ||
* [Template Pattern](documentation/guides/app-architecture/suggested-design-patterns/builder.md) | ||
* [Data Persistence: DAO Pattern.](documentation/guides/app-architecture/suggested-design-patterns/dao.md) | ||
* [Separation of concepts: What is the best way to create UI interfaces?](documentation/guides/app-architecture/container-x-window.md) | ||
* [Positioning](documentation/guides/app-architecture/relative-positioning/README.md) | ||
* [Manual Positioning](documentation/guides/app-architecture/relative-positioning/manual-positioning.md) | ||
* [Relative Positioning](documentation/guides/app-architecture/hbox-and-vbox.md) | ||
* [Best practices to improve project maintenance](documentation/guides/app-architecture/colors-fonts-and-images.md) | ||
* [Device Simulator](documentation/guides/device-simulator.md) | ||
* [Package your app from scratch](documentation/guides/package-your-app-from-scratch/README.md) | ||
* [TotalCross SDK](documentation/guides/package-your-app-from-scratch/totalcross-sdk.md) | ||
* [Environment Variables in IDE](documentation/guides/package-your-app-from-scratch/environment-configuration/README.md) | ||
* [Eclipse](documentation/guides/package-your-app-from-scratch/environment-configuration/eclipse.md) | ||
* [IntelliJ](documentation/guides/package-your-app-from-scratch/environment-configuration/intellij.md) | ||
* [Deploy your app with a dependecy TC](documentation/guides/package-your-app-from-scratch/deploy-your-app-with-a-dependecy-tc.md) | ||
* [Deploy iOS](documentation/guides/package-your-app-from-scratch/deploy-ios/README.md) | ||
* [Using Development certificate to test your apps](documentation/guides/package-your-app-from-scratch/deploy-ios/using-development-certificate-to-test-your-apps.md) | ||
* [Understanding TotalCross for Linux ARM](documentation/guides/understanding-totalcross-for-linux-arm.md) | ||
* [Web Services](documentation/guides/how-to-receive-send-data-webservice.md) | ||
* [Writing documentation](documentation/guides/components.md) | ||
* [Miscelaneous](documentation/miscelaneous/README.md) | ||
* [Java JDK 8](documentation/miscelaneous/java-8.md) | ||
* [Maven](documentation/miscelaneous/maven.md) | ||
* [Installing Visual Studio Code](documentation/miscelaneous/installing-visual-studio-code.md) | ||
* [FAQ](documentation/faq.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# APIs | ||
|
Oops, something went wrong.