College App is a Java-based mobile application that provides users with easy access to college information, including location details, faculty data, photo galleries, and notices. The app utilizes Firebase Realtime Database to store and retrieve data, allowing seamless communication between the main app and an admin app for notice management.
-
College Information: Access detailed information about the college, including its background, history, and mission.
-
Location: View the college's location on a map for easy navigation.
-
Faculty Data: Browse through profiles and details of the college's faculty members.
-
Photo Gallery: Explore a collection of images showcasing various events and activities at the college.
-
Notice Management (Admin App): Admins can use a separate admin app to upload notices to the Firebase Realtime Database.
-
Notice Viewing (Main App): Users can view notices directly from the main app.
-
Java: The main programming language used for the app's development.
-
Firebase Realtime Database: A cloud-hosted NoSQL database to store and retrieve real-time data.