Request for Assistance in Developing a Notice App in MIT App Inventor
I am looking to develop a simple Notice App using MIT App Inventor, and I would appreciate your assistance in implementing it. Below are the details of the requirements:
Data Source
The notices will be stored in Firebase Realtime Database in the following JSON format:
{
"Notices": {
"2024-11-26_1": {
"title": "System Maintenance",
"details": "Details here..."
},
"2024-11-25_1": {
"title": "New Feature Update",
"details": "Details here..."
}
}
}
App Features
- Display Notices as a List
When the app is opened, it should fetch the data from the Firebase database.
Display the notices line-item wise, showing only the title of each notice in a list view.
- Display Notice Details
When a user taps on a specific list item, it should navigate to a new screen (or popup) and display the corresponding details for the selected notice.
- Dynamic Updates
The app should be able to dynamically fetch and display updated data from the Firebase database whenever notices are added or modified.
Assistance Needed
I would need help with:
Firebase Integration: Setting up the connection between MIT App Inventor and Firebase to fetch the JSON data.
UI Design: Creating the list view to display notice titles and a details screen for displaying detailed information.
Logic Implementation: Ensuring seamless navigation and correct fetching of data for each notice.
Please share the project after making in .aia format.