C# Android Studio App Project Demo
284 views
May 21, 2025
Full Video Link : https://youtu.be/F_X9FK6aKak
View Video Transcript
0:00
i'm going to teach how to make the
0:02
course registration app using Android
0:05
Studio and
0:06
C#.NET here uh this is the Android one
0:10
this is the car.net right uh I have used
0:13
the uh database called SQL server to
0:16
store the data i'm not connecting any
0:19
API to add the details i'm going to add
0:21
directly to the database so here let us
0:25
show the demo first I'm going to connect
0:27
with the C# one so here I'm going to
0:30
enter the course ID 67 course I'm going
0:33
to course name
0:35
Java fee I'm going to enter as 12,000
0:39
right click registration record insert
0:43
successfully now let's back to our
0:45
database and check is a course table we
0:49
have to uh we have to double check it we
0:52
have to open
0:55
it right here it's working successfully
0:57
now what I'm going do is here i'm going
1:00
to go to the Android one this Android
1:02
one here post registation select this
1:04
one here I'm going to add the one here
1:06
as uh second one 68 course ID I'm going
1:10
to write as 68 course name I'm going to
1:12
write as
1:13
ASP.NET
1:15
asp.net c I'm going to enter as 10,000
1:19
right click add button success now let's
1:24
back to our database and check whether
1:25
it's working fine or not here we have to
1:27
check it here it's working fine 68
1:31
ASP.NET 10,000 right now here you can
1:35
able to check here as well course view
1:37
here you will be able to see right Java
1:39
and ASP here both will be here listing
1:42
here if you want to edit the data click
1:44
on this edit button here you will be
1:46
able to here if you want to edit the
1:48
data you have to edit the post you will
1:51
able to edit here update it's update
1:53
here it's updated successful right
1:56
perfect now if you want to delete the
1:57
data click on this data which you delete
1:59
click delete delete right perfect right
2:03
how to do this system step by step i'll
2:06
be explained in my next tutorial if you
2:09
like my channel please subscribe me like
2:11
me thank you for watching