Skip to content

Instantly share code, notes, and snippets.

View SouravKumarPandit's full-sized avatar
:octocat:
Focusing

sourav kumar SouravKumarPandit

:octocat:
Focusing
  • Xebia , India
  • India
View GitHub Profile
@SouravKumarPandit
SouravKumarPandit / Canvas.java
Created September 5, 2020 11:19 — forked from shashi/Canvas.java
Canvas with camera background
// Copyright 2009 Google Inc. All Rights Reserved.
package com.google.appinventor.components.runtime;
import com.google.appinventor.components.annotations.DesignerComponent;
import com.google.appinventor.components.annotations.DesignerProperty;
import com.google.appinventor.components.annotations.PropertyCategory;
import com.google.appinventor.components.annotations.SimpleEvent;
import com.google.appinventor.components.annotations.SimpleFunction;
import com.google.appinventor.components.annotations.SimpleObject;
@SouravKumarPandit
SouravKumarPandit / Canvas.java
Created September 5, 2020 11:19 — forked from shashi/Canvas.java
Canvas with camera background
// Copyright 2009 Google Inc. All Rights Reserved.
package com.google.appinventor.components.runtime;
import com.google.appinventor.components.annotations.DesignerComponent;
import com.google.appinventor.components.annotations.DesignerProperty;
import com.google.appinventor.components.annotations.PropertyCategory;
import com.google.appinventor.components.annotations.SimpleEvent;
import com.google.appinventor.components.annotations.SimpleFunction;
import com.google.appinventor.components.annotations.SimpleObject;