Gallery viewer
// Copyright 2016-2020 AppyBuilder.com, All Rights Reserved - [email protected]
// https://www.gnu.org/licenses/gpl-3.0.en.html
package com.google.appinventor.components.runtime;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.BaseAdapter;
import android.widget.Gallery;
import android.widget.ImageView;
import com.google.appinventor.components.annotations.*;
import com.google.appinventor.components.common.ComponentCategory;
import com.google.appinventor.components.common.PropertyTypeConstants;
import com.google.appinventor.components.common.YaVersion;
import com.google.appinventor.components.runtime.util.MediaUtil;
import com.google.appinventor.components.runtime.util.YailList;
This file has been truncated. show original
cian
(Cian)
June 13, 2019, 9:02pm
#2
Let me take a look at this and see how easy it is to implement or make an extension out of.
1 Like
Appmaker
(Abhishek Pratap Singh)
June 14, 2019, 1:56am
#3
Can be make Extensions using this source.
Is it legal.
Please help me because I want to make a Extensions using a appybuilder source code.
cian
(Cian)
June 14, 2019, 2:28am
#4
I had a look, and I dont have time to do it in the next few days. There is a little refactoring involved. I may have a few hours next week. I have a few other projects and some fixes to do, and I have two kids
Peter
(Moderator)
June 14, 2019, 4:27am
#5
You can not use AppyBuilders source and keep the changed source code to yourself. AppyBuilder is GPL3 so everything made with the source has to be distributed with the same license.
2 Likes
Appmaker
(Abhishek Pratap Singh)
June 14, 2019, 6:12am
#6
Thanks!
For replying and clearing my doubts
Italo
(Italo)
November 16, 2019, 6:30am
#7
How about now? Can the Gallery Viewer be implemented? I made an app that needs to be updated and it used Gallery Viewer. @Hossein , any word about that?
Hossein
(Hossein Amerkashi)
November 16, 2019, 9:11pm
#8
Yes @Italo It’ll be there - soon
4 Likes
tenori
(tenori)
December 16, 2019, 7:40pm
#9
Any update for the Gallery Viewer availability in Kodular?
Italo
(Italo)
December 16, 2019, 8:30pm
#10
I was told it will be in January.
1 Like
iamwsumit
(Sumit Kumar)
April 14, 2020, 4:02am
#11
What does thumbnail in dip width mean
1 Like
Boban
(Boban Stojmenovic)
April 14, 2020, 2:40pm
#12
1 Like
Thg
(Kamikaz Studio)
June 22, 2020, 1:52am
#14
It has been available on Kodular since Update 1.4B.0
Version 1.4B.0
Major Changes
New authentication system – Kodular Auth.
Kodular Support - How to login into Kodular?
New account/projects management system – My Kodular.
my.kodular.io
Thunkable package names are now handled the same as Kodular default package names.
Projects with package name com.thunkable.<email>.<app_name> will no longer incur extra commission for being custom package names.
Mentioning a project’s ID in the hash of the Creator’s URL will open it when the page load…
You can find it in Layout → Views
2 Likes