I NEED CODING MORE VERSION MAKE THIS EXTENSION UPDATA
Why your topic contains extension tags
You don’t need to make any extension .
You can use json utils extension
2 Likes
Please change the category to Off Topic …
If you want to create extension to communicate with apis you can:
see here:
https://www.baeldung.com/java-http-request
And here:
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2022 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.components.runtime;
import static android.Manifest.permission.INTERNET;
import static android.Manifest.permission.READ_EXTERNAL_STORAGE;
import static android.Manifest.permission.WRITE_EXTERNAL_STORAGE;
import android.app.Activity;
import android.text.TextUtils;
import android.util.Log;
import androidx.annotation.VisibleForTesting;
This file has been truncated. show original
And also here:
Also you can use the web component blocks to communicate with apis using post,get and put blocks without using any extension…You can use json utils extension as @Yash_Agarwal_376 said… See here:
And here for json utils extension:
Extension JsonUtils
[image]
Description
This extension is used to work with JSON string.
You can parse values, objects, and arrays.
Compared to other extensions it’s easy and contains many features.
See blocks images and continue reading for better understanding.
Blocks
[image]
ArrayLength: Return length of the array (you can use if needed for iteration)
GetArray: Returns array as string
More Detials
Download
4 Likes
Yash_Agarwal_376:
json utils extension
how to work json utils extension
Rogerio_Rios
(Professional Support)
August 4, 2020, 2:41am
8
Or Dictionary Component…
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A…
1 Like
vknow360
(Sunny Gupta)
August 4, 2020, 3:24am
9
Hi @nimra_butt
The title and question are different.
Also, you are not giving the required information about issue you are facing.
3 Likes
system
(system)
Closed
September 3, 2020, 3:24am
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.