Home Android Studio Student Marks Calculation App in Android Studio

Student Marks Calculation App in Android Studio

15 min read
0
0
1,698

This tutorial will teach you Student Marks Calculation Project in Android Studio step by step.
Input Student Name, Marks and Calculate the Total,avg,grade.when you calculate the grade you have to follow the Following Conditions.if the avg is greater than 50 grade will be pass other wise grade will be fail.

Design the UI Design

Android studio folder structure there is folder which is res this is the folder will help us to make a UI Design of the App.inside res folder you can see the layout folder if you expand the layout folder there is a file
activity_main.xml
in this file we will design App Layout i have design the registration UI design below.

activity_main.xml

Inside the Value Folder we have to Make the App Style.

colors.xml

strings.xml

style.xml

MainActitity.java

I have attached the video tutorial below it will help you  to do this  step by step.

Load More Related Articles
Load More By admin
Load More In Android Studio

Leave a Reply

Your email address will not be published.

Check Also

Node js React Mongodb Search Functionality

In this articles will teach how to search records Node js React Express Mongodb.how the se…