NoDPI4Android. Решаем проблему «деградации» YouTube теперь и на Android Салют, Хабр! На связи снова я, Aragorn, со своим проект...
#nodpi #ркн #youtube #deep #packet #inspection #kivy #kivymd #android #python #for
Origin | Interest | Match
oops #kivymd is a python #appdev framework; allows you to port to android (java) and iphone (obj-C) and supports some basic GUI stuff out of the box, based on #materialDesign, but anything fancy is undocumented
I have been using gemini to generate examples for #kivymd because outside of the docs and a few videos, there's very little in the way of real examples of custom features/components (#webdevelopment).
But I don't ask it to write my code, because the examples never work, but they get me started.
Over the past weekend I played around with gemini.google.com asking it to demonstrate various #kivyMD custom animations. Because this #python framework is pretty sparsely documented (outside of the official docs), you get comically buggy examples from gemini (nothing to train on), but interesting.
Even though #kivyMD has pretty high floor as a framework to learn, this is a great example of excellent documentation:
kivymd.readthedocs.io/en/latest/co...
I wish they shared more examples. But it seems to mostly replicate react-native functions on android/iphone but in python.