SAP Build Apps (aka AppGyver) tutorial adding JavaScript code to your free app

  Рет қаралды 6,608

Curiosity Lab

Curiosity Lab

Күн бұрын

Пікірлер
@katlegolionel1174
@katlegolionel1174 2 жыл бұрын
Absolutely love your work, learning a lot from your content. Please continue to make this type of videos. We appreciate this a lot. Thank you
@mizvi
@mizvi 2 жыл бұрын
one of the best videos yet, thank you!
@CuriosityLab_talk
@CuriosityLab_talk 2 жыл бұрын
Wow, thanks!
@McInfoline
@McInfoline 2 жыл бұрын
Excellent video. Thanks for sharing your knowledge. Grade 10
@shibajichandra
@shibajichandra 2 жыл бұрын
All of your contents are excellent!! So in depth and comprehensive.. love it!! Also are you planning to put up any post on how to incorporate D3 graph in AppGyver? That’d be very helpful..
@cseevinckify
@cseevinckify 2 жыл бұрын
Really great video. Thanks so much.
@CuriosityLab_talk
@CuriosityLab_talk 2 жыл бұрын
Glad you enjoyed it!
@mmpcse
@mmpcse 7 ай бұрын
Impressive 👏
@MrDavidtomaz
@MrDavidtomaz 2 жыл бұрын
Great content. Thanks .
@bertrandcarre
@bertrandcarre 2 жыл бұрын
Thank you, it's just perfect!
@CuriosityLab_talk
@CuriosityLab_talk 2 жыл бұрын
You're welcome!
@blackcentury1
@blackcentury1 2 жыл бұрын
hello, great content, love your work...have a request can you make a video on how one can upload image/video to appygvver app using firebase api, and then display it. i will be greatful
@elias_arruda
@elias_arruda 11 ай бұрын
Hi teacher, you would like to makes integration crud Appgyver with Baserow.
@willianpereirafermino8965
@willianpereirafermino8965 Жыл бұрын
teacher, first I have to launch the app and then find out what is the URL of the page? or is it possible to do before launch? I would be willing to do a paid consultancy for me, I already have the app almost ready, I just need to solve this problem to finish.
@victorderrick4410
@victorderrick4410 2 жыл бұрын
Nice video....I would like you to make a video showing how I can fix ads from admob to my appgyver app to make money. Thanks from Uganda.
@archflex
@archflex 2 жыл бұрын
Thank for all the content you create! Really helpful! I was wondering if you can help with something. I am having difficulties finding the right navigation bar solution for us: the custom designs look great, but from what I understand it is necessary to program the menu options on every page; the appgyver built-in navigation, on the other hand, is very inflexible. Do you know if I can at least move the built-in menu to the top or bottom of the page? Or is there a way of creating a smart component that already includes the logic functionalities? I hope you can shed some light! thanks!
@raoufabbad9359
@raoufabbad9359 2 жыл бұрын
you can create one in a page and then select the container and copy past it in the other page its better then the navigation bar of appgyver
@jdn1147
@jdn1147 2 жыл бұрын
Love your videos. Quick question - how do you get that iPhone preview? Are you bringing it up on demand using a specific feature or are you using the Appgyver app?
@CuriosityLab_talk
@CuriosityLab_talk 2 жыл бұрын
There is a app called SAP AppGyver preview which you use to view your content on your mobile.
@harisentrancesolutions
@harisentrancesolutions Жыл бұрын
SIR HOW CAN I STREAM VIDEOS USING GYVER FOR EDUCATIONAL APPS
@crystal-tz5hq
@crystal-tz5hq 2 жыл бұрын
Hi, I'm trying to use a webscraping feature with the js element. Is it possible to import packages in it? Any workarounds?
@CuriosityLab_talk
@CuriosityLab_talk Жыл бұрын
It currenlty not possible to use any custom packages. You will need it from scratch. :-(
@willianpereirafermino8965
@willianpereirafermino8965 Жыл бұрын
professor I made an api request and it returns the payment id within the appgyver page url, how can I extract this id with javascript in appgyver and possible. please help me, I'm a student of yours who lives in Brazil, I've tried everything and I couldn't, so you can have an idea, I'm using Google translator to reach you.
@CuriosityLab_talk
@CuriosityLab_talk Жыл бұрын
const url = 'example.com/?param1=value1&param2=value2'; // Extract query string from the URL const queryString = url.split('?')[1]; // Create an object from the query string const params = {}; queryString.split('&').forEach((param) => { const [key, value] = param.split('='); params[key] = decodeURIComponent(value); }); // Access individual parameter values const param1Value = params['param1']; const param2Value = params['param2']; console.log(param1Value); // Output: value1 console.log(param2Value); // Output: value2
@willianpereirafermino8965
@willianpereirafermino8965 Жыл бұрын
teacher, first I have to launch the app and then find out what is the URL of the page? or is it possible to do before launch? I would be willing to do a paid consultancy for me, I already have the app almost ready, I just need to solve this problem to finish.
@hammadtariq1613
@hammadtariq1613 2 жыл бұрын
Sir Looking handsome today
@CuriosityLab_talk
@CuriosityLab_talk 2 жыл бұрын
Thanks! :--)
Creating an Audio Player With Appgyver Composer Pro
19:08
LAD - Low-code App Development
Рет қаралды 8 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Go further with FlutterFlow & Cursor AI - Push and Pull synchronisation
13:23
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,7 МЛН
How I Built It: $40K/Month iPhone App
17:02
Starter Story
Рет қаралды 661 М.
SAP Build Apps (aka AppGyver)  tutorial - How to connect an REST API
20:48