Skip to content

Instantly share code, notes, and snippets.

View Amar-Gill's full-sized avatar

Amar Gill Amar-Gill

View GitHub Profile
@Amar-Gill
Amar-Gill / main.py
Last active November 24, 2018 22:56
NameError: name 'rv' is not defined
<ProjectScreen>:
projectname: projectname
projectaddress: projectaddress
projectscope: projectscope
rv: rv
TabbedPanel:
do_default_tab: False
@Amar-Gill
Amar-Gill / gist:f010822280de57c6d3d360dc94aa8d4a
Last active November 3, 2018 22:41
Add RecycleView Item in Screen widget from a Button press in a Popup widget
from kivy.app import App
from kivy.uix.screenmanager import ScreenManager, Screen
from kivy.uix.button import Button
from kivy.uix.label import Label
from kivy.uix.boxlayout import BoxLayout
from kivy.properties import ObjectProperty, BooleanProperty
from kivy.uix.popup import Popup
'''Library imports for recycleview'''