-
Notifications
You must be signed in to change notification settings - Fork 8
Activity
Rishabh Maurya edited this page Jun 30, 2017
·
10 revisions
There are 13 activities including:
-
- About Activity : This activity displays image of college,title of fest and description of fest.
-
- Main Activity : This activity is the initial activity aka splash activity.
-
- Login Activity : Login and user verification is performed in this activity.
-
- SignUpActivity : User registration is performed here.
-
- EventItemActivity : It displays events in gridview.
-
- Event Activity : It displays the details of a particular events .There are three tabs.Developers can change the tabs as per their convenience.
-
- Feed Activity : This activity displays the current feeds related to college fest.
-
- Youtube Activity : This activity is directly linked with the youtube channel of college fest.
-
- Profile Activity : This activity can be used to display and edit profile information .
A basic implemetation of all the activities are provided in this project .Developers can easily integrate their scripts as the code is provided with comments wherever necessary .