wo1f99
(wo1f99)
May 16, 2020, 7:53pm
#1
Hey guys im working on new extension that is WolfDB mod from tiny web db, In this extension you can set your api key which means your db will be secured by your custom api key. No one can read or write in your db. But i need some source of tiny web db. Can you guys help me to get source code of tiny web db.
Mateja
(Mateja)
May 16, 2020, 7:58pm
#2
Next time, do a Google search.
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 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 com.google.appinventor.components.annotations.DesignerComponent;
import com.google.appinventor.components.annotations.DesignerProperty;
import com.google.appinventor.components.annotations.PropertyCategory;
import com.google.appinventor.components.annotations.SimpleEvent;
import com.google.appinventor.components.annotations.SimpleFunction;
import com.google.appinventor.components.annotations.SimpleObject;
import com.google.appinventor.components.annotations.SimpleProperty;
import com.google.appinventor.components.annotations.UsesPermissions;
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.collect.Lists;
This file has been truncated. show original
wo1f99
(wo1f99)
May 16, 2020, 8:15pm
#3
thanks but i got an error while testing so i need source of tinywebdb
Mateja
(Mateja)
May 16, 2020, 8:16pm
#4
That’s what I just sent.
system
(system)
Closed
July 17, 2020, 7:17pm
#6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.