hola necesito ayuda para poder hola necesito ayuda para poder hacer que de un drive pueda atravavez de m aplicacion abrir pdf perosi se modifica algo en el drive que se modifique automaticamente en la aplicacion
Fix your spelling errors, else the transaction of your text will not work
what is a drive?
atravavez?
perosi?
Taifun
Necesito armar estos boque no lo puedo hacer
I need to put together these blocks, but I can't do it.
when Web1.GotText do
set datos to call Web1.JSONTextDecode(Web1.ResponseContent)
initialize global nombres to create empty list
initialize global links to create empty list
for each item in datos do
add item.nombre to global nombres
add item.link to global links
set ListView1.Elements to global nombres
when ListView1.AfterPicking do
set index to ListView1.SelectionIndex
set linkSeleccionado to select list item list global links index index
set WebViewer1.Url to "https://drive.google.com/viewerng/viewer?embedded=true&url=" + linkSeleccionado
set WebViewer1.Visible to true
What is your query?
What is the result of the above block?
Did you get any error? Show us the error
Please elaborate what you are trying to do
Did you get that pseudo code after asking ChatGPT?
Do the tutorials to learn the basics
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .
Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
necesito armar ese en bloque no me sale, la idea es que pueda mostrar en la aplicacion que estoy asiendo pdf que estan alojados en un drive
Taifun
si lo quenecesito es poder de una aolicacion ver solamene los pdf que estan en un drive y si se agrega alguno mas q se visualise en la aplicacion
Yes, I currently have nothing more to add to my previous answer, Just try it
And a small tip: use a spell checker, so everyone is able to translate what you are saying into English
Taifun