i Use @UsesPermissions(“android.permission.INTERNET”) And Error Shown
Please look at the app inventor sources.
There are many examples.
from where i found them
Just use google
can u give me i can’t found it
Taifun
First you have to have a basic notion of java.
It’s no use catching any snippet of android code
and paste it into Kodular Ide and try to generate an extension. (there will be errors)
read more documentation on how to create extension here:
App Inventor Extensions
- Important note: read all link and sub link
Check the open source source of the inventor app
MIT App Inventor Sources
With trial and error you learn how to create your own extensions.
FYI: There is no need to request android.permission.INTERNET
, it is already requested in Form.java:
https://github.com/AppyBuilder/AppyBuilder-Source/blob/master/appinventor/components/src/com/google/appinventor/components/runtime/Form.java