Necesito modificar informacion de mi app en tiempo real

buen dia necesito saber si hay forma de cambiar añadir o eliniar informacion de la app una vez creada e instalada

necesito crear una app que informe a la ciudadania en tiempo real sobre cambios de las situaciones actuales osea poder crear una screen y en esa screen actulizar informacion sin necesidad de actulizar todo la app si es posible?

For real time sharing of information you might use the CloudDB or FirebaseDB controls to provide a chat like app or database.

Try one of these tutorials https://www.google.com/search?q=app+inventor+cloud+firebase+chat&oq=app+inventor+cloud+firebase+chat&aqs=chrome…69i57j69i60.10335j0j7&sourceid=chrome&ie=UTF-8

Either database will allow a real time chat provided each user has the apk created by the developer active.

  • Also you can download information from a shared GoogleSpreadsheet each time a user activates the app. see these resources by @TIMAI2

AI2 and Google Drive/Docs/Sheets

HOWTO: Query Any Google Sheet with a Web App.

UPDATED! HOWTO - Upload Any File to Google Drive !

HOWTO: Use AI2 to directly submit Google Form Data

HOWTO: Google Drive - Multiple Files Download (file by file)

HOWTO: Download Google sheet as CSV

HOWTO: Send Data to Google Sheet with Web App

HOWTO: Show Image from Google Drive

HOWTO: Upload Image to Google Drive using base64 and Google Apps Script Web App

HOWTO: Upload Image to Google Drive using base64 using Camera Image

HOWTO: Get Data from Private Google Sheet with A Google WebApp

HOWTO: Get the ID of Image after uploading using base64

HOWTO: Upload CSV or List to Google Sheet

HOWTO: AI2 - Google Sheets - Web App - Create/Read/Update/Delete

HOWTO: OCR Images and Camera Pictures with Google Docs

HOWTO: OCR pdf and image files using Google Docs OCR function

HOWTO: Upload “Any” File to Google Drive

HOWTO: Use google web app and google query to download filtered output as pdf from Google Sheet

HOWTO: Use Ai2 to Delete Images (or other files) on Google Drive

HOWTO: Take Photo, get GPS Location and Address, upload Image to Google Drive, and save Location data to spreadsheet

HOWTO: Select a Single Row from a Spreadsheet, and howto EDIT that data