Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kivy: crossplatform notification icon

I want to create a cross-platform application (Ubuntu and Android) with a notification icon. Is there a standard way to create such an app using Kivy?

like image 494
macropas Avatar asked Dec 19 '12 23:12

macropas


1 Answers

Short answer, no… if you want to define such an API and implement it using platform-specific libs (libnotify on Ubuntu, and pyjnius on Android), that would be welcomed though. Others will help make it work on other platforms.

like image 195
Tshirtman Avatar answered Oct 07 '22 14:10

Tshirtman