1 / 8

Android Project – Tuition Notes of Students with Source Code

https://projectgurukul.org/android-app-tuition-notes-code/

ayushii12
Download Presentation

Android Project – Tuition Notes of Students with Source Code

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Android Project PROJECT GURUKUL Android Project – Tuition Notes of Students with Source Code

  2. What is a Tuition Notes App? This app is a student-tracking application. Parents will use this application to keep track of their children daily. The teacher can mark their attendance on a daily basis and they will give them remarks on their daily performance. Students can see their daily performance in the app. Parents can know whether their child was present or absent in class and his daily performance.

  3. Flow of Android App on Tuition Notes There is a home screen with 3 buttons. One for the parent, one for the students, and one for the tutor. Clicking on the tutor button will redirect you to its register screen. Enter your details to create a new account or login to an account. It will take you to the Dashboard. 1. Tutor Dashboard In the tutor dashboard, there will be a plus icon in the top right corner. Clicking on that button will take you to a screen where you have two buttons to add the student and parent of that student. To add a student, the tutor has to click on the add student button, he/she will enter the details of the student. To add a parent, the tutor has to follow the same procedure. On the dashboard screen of the tutor, he will be shown various options. On clicking the view student screen of the tutor, he/she will be shown all the students. He can mark them absent or present and he can give them remarks on a daily basis. The further tutor has the feature to upload the daily notes and Assignments. Also, he can see updates on Assignment. 2. Student Module In the student module, students have to log in first with an email id and password provided by their tutor. After login, it will take you to the dashboard screen where you can see your daily attendance, your notes, and your assignments.

  4. Flow of Android App on Tuition Notes 1. Tutor Dashboard In the tutor dashboard, there will be a plus icon in the top right corner. Clicking on that button will take you to a screen where you have two buttons to add the student and parent of that student. To add a student, the tutor has to click on the add student button, he/she will enter the details of the student. To add a parent, the tutor has to follow the same procedure. On the dashboard screen of the tutor, he will be shown various options. 2. Student Module In the student module, students have to log in first with an email id and password provided by their tutor. After login, it will take you to the dashboard screen where you can see your daily attendance, your notes, and your assignments. 3. Parent Module In the parent module, parents have to login first with the email id and password provided by the tutor. After login, they can see their child’s attendance and remarks given to him by the tutor. Also, they can see the notes and assignments that their tutor has uploaded.

  5. Features of Tuition notes app 1. 2. 3. 4. 5. 6. 7. 8. There are different sections for students, teachers, and parents. Teachers can sign up in the app. He will create the account of his students and their parent’s accounts. Teachers can see the list of all the students and can mark them present or absent. Teachers can give them remarks on a daily basis. Teachers can give the credentials to students. Students will log in to the app with those credentials. Teacher can upload the assignment and daily notes on the app. Also teacher can see which student has completed the assignment. Students can see their daily performance, the notes that their teacher has uploaded, and the assignments. Once he completed an assignment, he can mark the assignment as completed. Parents can also see their child’s performance, the notes that their teacher has uploaded, and the assignments 9.

  6. Project Prerequisites You should have a fair idea of how the Android studio works. The project requires you to have good knowledge of the following technologies/tools. Java: We will use Java to write the logic part of the application. This is also used to write the backend part of the application. XML: We will use XML to make the frontend part of the application. Android Studio: Android Studio is a platform to make Android apps. It has a lot of in-built features. Android Virtual Device: We will use an Android Virtual device to test the application.

  7. Developing ProjectGurukul Tuition notes app in Android Ok, so before getting to implement the tuition notes app, we’ll understand the files that we have created for this application. Let us see them one by one 1. The first file is activity_main.xml which will contain the code of the UI of our dashboard. In this screen, we will have different modules. The next file is the MainActivity.java file. This file will handle the work of the above file. It will redirect the user to the next screen depending on the module he has chosen. Next, we have to create different XML files for handling the UI of our module. And we have to create the corresponding Java files which will handle their code. Below are some files we will use: Themes.xml: This will define the theme of our application. colors.xml: This will define the colors of our Android application. b. 2. 3. 4. a.

  8. Conclusion Through this article, you understood what a tuition note of the student app is. We have discussed the application’s flow and requirements and understood how to implement this on your Android Studio. You can even add more features to this application like taking online quizzes, etc.

More Related