python - Does kivy has some function which could turn an app into widget -


for example have made custom app file browser. problem is, want use app widget in app can browse files on app.

is possible ? if yes, best way ?

you should have created file browser widget @ beginning.

it's practice leave main app class alone, , put app logic custom widgets, later used modules in future apps. general app behaviors should contained there.

your best choice right rewriting file browser seperate widget - if still want keep it.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -