Questions tagged [app-inventor]

App Inventor stands out as a visual programming platform designed specifically for creating Android applications. Initially created by Google, it is now maintained by MIT as an open-source initiative. Users can craft code using easy-to-manipulate blocks that resemble jigsaw puzzle pieces, mirroring the simplicity of platforms like Scratch or Snap.

App builder shows raw HTML code instead of generating a dynamic table

I am currently working on an application that requires gathering data in a csv format from Google Sheets and importing it into App Inventor. Additionally, I need to include HTML code to display the table in a more visually appealing way. Here is what the ...

Developing applications with Angular 4 and AppInventor window

Currently, I have a local Angular 4 application that utilizes localStorage on a desktop browser for data persistence. Within the application, I have implemented a WebViewer in AI. It is clear that localStorage cannot function in AI2, so alternative data s ...