TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

Loader component #200

Open nmarquesin opened 4 years ago

nmarquesin commented 4 years ago

When creating new examples with TotalCross, we noticed that we were using a kind of loader component quite frequently. Currently we have to build this component from scratch and we were wondering since it has been done before, why not include it as a regular TotalCross component?

Here is a TotalCross application that has a loader.

Here are design guidelines created by @victoriaingrid-del for us to use when implementing the default behaviour of such component (she called it Progress Circle).

image

This would be a nice feature to include in TotalCross V7 😊