i have to learn what for make an extension
1 Like
You mean, You wanna learn how to make an extension,…
Great,…
It requires a well knowledge of java programming language,… If you don’t know that… You will have to learn that first,… To built an extension you can go to editor.appybuilder.com
Happy2Help
TechnicalZone
1 Like
Welcome, You can make that as solution if you have no other query…
Rogerio_Rios
(Professional Support)
November 12, 2021, 12:27pm
#5
kayn_kayn_kayn:
make an extension
There are Guides in comunnity.
But , You need learn Java.
What’s about topic
Hello everyone This topic is about to help the newones that want to begin creating extension
Today I am showing How to start creating extension
So without wasting any time Lets Start
IDE
First you need a IDLE guess for creating a extension if you are beginner so you can start from here
https://editor.appybuilder.com/
Or you can follow this guide to Install a IDLE in your computer
Let’s Start
Package Name
So guys first you have to learn about your extension package na…
So, supp guys! Lets develop some extension today !
We will use android.widget.NumberPicker
Lets Start !
Step 1
Write Package Name for Extension
package com.yourname.Aixname;
Step 2
Write imports
import android.content.Context; // for context variable
import com.google.appinventor.components.annotations.*; // Annotations Used In Aix
import com.google.appinventor.components.common.*; // For component Category
import com.google.appinventor.components.runtime.*; // We need for And…
[banner]
Rush is a build tool, built to be a complete replacement for the existing way of developing extensions. It attempts to improve the overall developer experience and reduce the amount of boilerplate code you need to write to make extensions.
With Rush, you no longer need to use annotations to define your extension’s metadata and Android manifest tags. Instead, you get a separate metadata file, rush.yml, and direct support for AndroidManifest.xml (more on that below).
Not just that, Ru…
6 Likes