Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

knappador/kivy-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kivy-dialog

Android Dialogs. Frequently you need to ask the user to do something and execute some function with a Yes/No value. The dialog module implements this API and can use native Android dialogs that have the user's Android theme and are familiar.

dialog

Install

Pre-built application in /bin. Install with: adb install -r /bin/Dialog-Example-0.1-debug-unaligned.apk

Build

Copy the netcheck.sh to a P4A dist then run: dialog.sh my/path/to/app/ If it doesn't work, edit dialog.sh to configure P4A to build this. Need PyJNIus in your dist.

Emulation in Kivy for Development

python ./dialog/src/main.py Implemented with kv and popup instead.

Docs

Public API.

About

Build dialogs using Android API with PyJNIus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages