What can kivy do
Input Management
- Touch
- down, up, move
- Double/Triple Tap
- Touch Shape
- Gesture
- Joystick events!!! (游戏手柄)
Widgets
-
Traversing the Tree
-
Z index
• floatlayout
• boxlayout
• gridlayout
• stacklayout
• relativelayout
• anchorlayout
• Nesting Layout -
Size: pt, mm, cm, inch, dp, and sp
-
Screen Separation: Screen Manager
- ScreenManager: set classes
- TransitionBase: transit from one to another
Graphics
- Canvas: drawing board
- Context (change the results of the vertex)
- Vertex
Android API
- Plyer; Pyjnius; android module
What can kivy do