Extensions: Howto/Basics

Hello, everyone, im interested in creating extentions, but i dont know any programming languages, can i get some help on basics? or even to create my very first basic extention...

1 Like

http://ai2.appinventor.mit.edu/reference/other/extensions.html

https://developer.android.com/guide

Search the community for information about IDE's and extension builders (e.g. RUSH)

2 Likes

Java is used to make extensions, you may start learning its basics :slight_smile:

2 Likes

As @Kumaraswamy said basic of Java would be essential as java is having large contribution in App Inventor's base code

Basic elements of Java are

  1. Variable and data type
  2. Conditional and looping statement
  3. What is array and string
  4. Classes, objects and inheritance
  5. File handling

A very important stuff in every programming language is Variable.

Thanks,

2 Likes

Java is way to go, u can always see youtube, docs and references to boost up your knowledge and basics
:slight_smile:

3 Likes