- Видео 117
- Просмотров 542 966
Anti Code
Добавлен 26 дек 2018
Software development is expensive and slow. Especially if you want to quickly test a new idea on the market, conventional software development can quickly become an obstacle in terms of development time and costs.. That's why we have specialized in creating online solutions using nocode/lowcode methods. For most applications, these systems are usually completely sufficient and give you the opportunity to make changes themselves. In addition, you save a lot of time and money and can therefore reduce your risk to the absolute minimum.
en.anticode.de
en.anticode.de
Extend your Bubble App by building a custom Plugin
In this tutorial we will give you an introduction into custom plugin development for your Bubble apps. Developing your own private plugins allows you to greatly extend the functionality of your Bubble application and incorporate external libraries that are not available for Bubble. In this simple introduction we will show you around the Plugin editor and will build a simple Element that throws a custom alert when triggered within a workflow.
In this tutorial you will learn how to trigger API calls from your adalo application. We will send over data from our adalo app to zapier when a user fills out a contact form.
// Nocode HQ
Nocode HQ is an online platform that supports you in your journey...
In this tutorial you will learn how to trigger API calls from your adalo application. We will send over data from our adalo app to zapier when a user fills out a contact form.
// Nocode HQ
Nocode HQ is an online platform that supports you in your journey...
Просмотров: 4 477
Видео
Make API calls from your Adalo App using Custom Actions
Просмотров 6 тыс.2 года назад
In this tutorial you will learn how to trigger API calls from your adalo application. We will send over data from our adalo app to zapier when a user fills out a contact form. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and more without learning how to code. Use our Nocode Tutor...
How Adalo Database Relations work
Просмотров 2,8 тыс.2 года назад
In this tutorial we will take a look at the different relationships that you can create between collections in your database. We will explain all 3 relationship types and will give real life examples for each of them // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and more without l...
How to create a Content Aggregator Webapp using Bubble
Просмотров 2,7 тыс.2 года назад
In this tutorial you will learn how to build a content aggregator webapp using Bubble. You will be able to upload content to your database and users can then search through this database using a custom built searching functionality. Users can also search using keywords and by filtering via media types (blog, image, video). // Nocode HQ Nocode HQ is an online platform that supports you in your j...
How to create your own Newsletter System within your bubble application
Просмотров 3,6 тыс.2 года назад
In this tutorial you will learn how to create your own newsletter within your bubble application without using any external services. We will look at how to allow users to subscribe to your newsletter, how to schedule emails from an admin dashboard, how to create a custom unsubscribe link for each user and more! // Nocode HQ Nocode HQ is an online platform that supports you in your journey buil...
Build an online App Price Calculator using Bubble
Просмотров 6 тыс.2 года назад
In this tutorial you will learn how to build a one-page app price calculator using Bubble. Users will be guided through a series of steps and are presented with a price estimation for their app which is calculated dynamically from the users answers. You will learn how to work with "states" and how to create various sections within one page. // Nocode HQ Nocode HQ is an online platform that supp...
How to use Database Trigger Events in your Bubble Application
Просмотров 9 тыс.2 года назад
In this tutorial you will learn how to watch for changes in your bubble database and trigger workflows subsequently. We will create a way for users to be notified once a product is back in stock again, after it has been out of stock. We will work with database triggers, Backend API Workflows and more! // Nocode HQ Nocode HQ is an online platform that supports you in your journey building softwa...
Create a Linkinbio Web application using Bubble
Просмотров 9742 года назад
In this tutorial you will learn how to build a simple "Link in Bio" application using Bubble. Users will be able to choose their preferred URL, upload an image and add a list of links. We will look at how "Slugs" and "Autobinding" works in Bubble. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots,...
How to create an Admin Panel for your Bubble Application
Просмотров 11 тыс.2 года назад
In this tutorial you will learn how to create an admin panel/dashboard for your bubble application. We will look at user hierarchies, automatic redirects, privacy settings, auto-binding and more! // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and more without learning how to code. ...
Create an Employee Directory with Filters using Bubble
Просмотров 2 тыс.2 года назад
In this tutorial you will learn how to create an internal employee directory with advanced searching functionality using Bubble. Users will be able to browse employees by name and/or department. This tutorial teaches you how search works in Bubble and how you can create a search functionality with filtering. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building...
Implement an external RSS Feed into your Bubble App
Просмотров 1 тыс.2 года назад
In this tutorial you will learn how to implement an external RSS feed within your Bubble applications as a repeating group. We will use the ESPN Headline feed to display the latest articles posted on ESPN. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and more without learning how...
Create an Online Video Course Mobile App using Adalo
Просмотров 3,7 тыс.2 года назад
In this tutorial you will learn how to build your own custom online course mobile app using Adalo. Users will be able to browse through the catalog of courses you offer, watch individual lessons and add courses to their favourites. We will use youtube to embed our videos, but other video services such as Vimeo should work as well. This app allows you to offer your users a customised native mobi...
The different ways how to incorporate custom code into your Bubble.io App
Просмотров 6 тыс.2 года назад
In this tutorial you will learn how to incorporate custom code and therefore extend your bubble application. We will look at how to add custom html to the body header and how to add custom javascript using Plugins. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and more without lea...
Add Translation to your Bubble application
Просмотров 6 тыс.2 года назад
In this tutorial you will learn how to add translations to your bubble application without using any external services. Users will be able to set their preferred language which will then be saved as a cookie for the next visit. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build Websites, Mobile Apps, Chatbots, Automations and mor...
Build a Mobile Application in Bubble using Custom States
Просмотров 3 тыс.2 года назад
In this tutorial you will learn how to use custom states to build a one page mobile webapp using Bubble. We will recreate a standard tabbar with 3 different tabs - Home, List and Profile. This tutorial is a great introduction into building mobile-optimised webapps using Bubble. // Nocode HQ Nocode HQ is an online platform that supports you in your journey building software with #nocode. Build W...
Schedule Dynamic and Recurring Newsletters within Bubble
Просмотров 2,8 тыс.2 года назад
Schedule Dynamic and Recurring Newsletters within Bubble
Create a Questions and Answers Webapp like Quora using Bubble
Просмотров 2,7 тыс.2 года назад
Create a Questions and Answers Webapp like Quora using Bubble
Top 4 Free Bubble.io Plugins! part 2
Просмотров 1,7 тыс.2 года назад
Top 4 Free Bubble.io Plugins! part 2
Build a translation Chrome Extension without code
Просмотров 1 тыс.2 года назад
Build a translation Chrome Extension without code
Connect 2 or more Bubble apps to one another!
Просмотров 5 тыс.2 года назад
Connect 2 or more Bubble apps to one another!
Building mobile Apps in Bubble.io - Everything you need to know!
Просмотров 42 тыс.2 года назад
Building mobile Apps in Bubble.io - Everything you need to know!
Connect an External API to your Bubble Application
Просмотров 6 тыс.2 года назад
Connect an External API to your Bubble Application
Build a Listing Scraper Chrome Extension without code
Просмотров 1,8 тыс.2 года назад
Build a Listing Scraper Chrome Extension without code
An introduction to URL parameters in your Bubble application
Просмотров 3,1 тыс.2 года назад
An introduction to URL parameters in your Bubble application
Build a Darkmode/Lightmode Chrome Extension without code!
Просмотров 1 тыс.2 года назад
Build a Darkmode/Lightmode Chrome Extension without code!
Create a live cryptocurrency price webapp using Bubble
Просмотров 3372 года назад
Create a live cryptocurrency price webapp using Bubble
Build a mobile customer app + admin webapp with a shared database using adalo
Просмотров 10 тыс.2 года назад
Build a mobile customer app admin webapp with a shared database using adalo
Build a Screenshot chrome extension without code and without an external API
Просмотров 1,4 тыс.2 года назад
Build a Screenshot chrome extension without code and without an external API
Create a Text-to-Speech Chrome extension without code!
Просмотров 1,2 тыс.2 года назад
Create a Text-to-Speech Chrome extension without code!
How do you get a video from Canva?
Hello bro, I'm a software developer in Brazil. I've never worked with bubble, but my company put me on a project where I have to integrate bubble with our internal system, you helped me a lot. tku
Do you need a level higher than the free version to make API calls through buttons?
thank youu, but do you know why the screen is missing?? :((
For a small recipe social app & a users profile screen, I need a profile page where it is displaying “current users” details I also require one for “current recipe - user” profile and “current comment owner” profile Can I combine these 3 into one profile screen or do I need individual profile screens for this?
What if it is from a plugin and I want to edit some of the buttons from that plugin element? Can I do this? For example, the Full Calendar has "today" button. It looks off to me so I want to remove it.
This is amazing for my test automation, could pump this source code into selenium, thanks 🎉
This is terrible
8:50 will still not work and google will not be able to crawl Test B and Test A. Bubble apps are not SEO friendly. Please stop making videos.
Thanks
It would be nice when you switch screens someway of following which app is which. You labeled the design page but most of the time spent is in the workflow and plugin display pages
I want to send information to adalo db update -> zapier -> spreadsheet db, but it is not sending properly. (sometimes only one line is created in the zapier test) Can you please tell me what to do about this?
Is there a way I could sell my bubble credits to someone who wants to build an e-commerce store
You have considered "thousands" of scenarios, though you could have started with just a few tips explaining the mobile app creation workflow or what can be done and what cannot be done, and then go through the many details you provided. Thanks despite the exhausting presentation
Hey Anti Code, did you encounter any problems with implementing the Sendgrid PlugIn by CoPilot at some point? I think I've set up everything correctly, the workflows work properly and still the emails don't end up at the inbox, seem not to be sent. Ever encountered something similiar? :)
nice. I wish I saw this b4 I spent a bunch of money on other complicated supposedly no-code builders
Thank you very much!
Element is invisible when I preview
Excellent solution for searching :) Thanks!!! 😀
How to deploy
Ok, but how can we redirect current user to default page if he tries to mess up data inside the URL ?
Such a good video! Keep on posting please!
the parent group product didn't show on my pc what was the problem?
This is EXACTLY what I was looking for, thank you so much!!!!!!
I've been following your steps to create a similar app, but under workfwlow, when I set up an dynamic value for "Extract Text OCRServiceGetText", there's no option for "value" that needs to be added following the selected image. The image I uploaded to the main page is in jpg. I was wondering if someone can help me with this...
I'm struggling to get elements to overlap each other on Bubble. I want a video player that has the controls and video title on top of it, but unless I set a fixed page width/height, the elements push each other around. Do you know a solution for this?
Do you make your mobile page fixed width/height?
Hi, can you please mmake a tutorial talking about how to install custom components
you are giving tutorial so why are you in a rush !!
please share the link to the plugin
is the user field not made redundant given that you can reference the "created by" or the reply "creator" something like that
Helpful... But you spent ages on somewhat irrelevent stuff like filling out the email message body and the important bit I came for at 16:40 you said 'I won't fill it in' and rushed through it! I wanted to learn how to schedule recurring emails...
Amazing vid, thanks so much!
Great video ! I had a problem with 3rd Party OAuth... my redirect_uri is without /version-test/ and when I'm in the test version it doesn't redirect me to the second app
Great video ! I had a problem with 3rd Party OAuth... my redirect_uri is without /version-test/ and when I'm in the test version it doesn't redirect me to the second app
I love it
Great video
Maybe nobody has told you. Whats the rush for ? Great contents rushed like that is like you trying to do a display not teaching. Whats that ?
can't thank you enough for this ! 💖
Thank you very much for the video mate. But you got serious issues with speed! hahahah
i want help?
强大👍
Hi. Excellent video and learning opportunity. What would be the schema and calculations for subtotals per product and quantity for multiple products and varying quantities? Thanks in advance.
Really helps mate. Thank you
Wow! Thanks for this tutorial! Clear and easy to understand explaination! You helped me a lot in my real project to share the bubble data with customers via API
Like button for future CEOs?
how do i add admin commision
Great video, thanks!
this video deserves billion views
These .doc files don't open on Mac/Pages. Is there a way to export .docx?