On Fri, Feb 5, 2016 at 10:42 PM, MHK wrote:
> Hi All,
>
> I am planning to develop an application which should be mainly work with
> desktop and latter may be use the same desktop app to convert into web and
> mobile application using python. I wanted to know whether kivy will suffice
> for all t
Kivy will do desktop and mobile, but web applications are a different
animal completely. Since they run on a web browser, rather than directly on
the computer operating system, your ability to interact with the user's
environment is very limited. Anything complex must be written in
JavaScript.
Hi All,
I am planning to develop an application which should be mainly work with
desktop and latter may be use the same desktop app to convert into web and
mobile application using python. I wanted to know whether kivy will suffice
for all the three platforms (desktop, web and mobile) or do I n
3 matches
Mail list logo