MCPcopy Create free account

hub / github.com/SimCoderYoutube/SnapchatClone / types & classes

Types & classes23 in github.com/SimCoderYoutube/SnapchatClone

ClassAuthenticationActivity
Every Fragment in the auth ecosystem is controlled through this activity <p> It controls the lifecycle of the application (with the exeption of the Ma
android/app/src/main/java/com/simcoder/snapchatclone/Login/AuthenticationActivity.java:21
ClassCameraViewFragment
Fragment that handles the camera view. Makes use of the CameraKit library in order to achieve this.
android/app/src/main/java/com/simcoder/snapchatclone/fragment/main/CameraViewFragment.java:26
ClassChooseReceiverFragment
This Fragment appears after the user takes a camera shot. It is responsible for letting the user chose what users to send the image to.
android/app/src/main/java/com/simcoder/snapchatclone/fragment/NewSnap/ChooseReceiverFragment.java:43
ClassDetailsFragment
Fragment responsible for registering a new user
android/app/src/main/java/com/simcoder/snapchatclone/Login/DetailsFragment.java:29
ClassDisplayImageFragment
Fragment that is displayed in between taking a shot and choosing the receiver(s) <p> It allows the user to see the image before proceeding.
android/app/src/main/java/com/simcoder/snapchatclone/fragment/Other/DisplayImageFragment.java:20
ClassDisplaySnapFragment
Fragment that allows viewing of a post or a sequence of posts each post is on a timer and will end when the timer reaches the end or if the user taps
android/app/src/main/java/com/simcoder/snapchatclone/fragment/NewSnap/DisplaySnapFragment.java:33
ClassExampleInstrumentedTest
Instrumented test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
android/app/src/androidTest/java/com/simcoder/snapchatclone/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
android/app/src/test/java/com/simcoder/snapchatclone/ExampleUnitTest.java:12
ClassFindUsersFragment
Fragment which allows the user to find other user and follow/unfollow them
android/app/src/main/java/com/simcoder/snapchatclone/fragment/Other/FindUsersFragment.java:34
ClassFollowAdapter
Adapter for the user list allowing the user to follow/unfollow other users
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/FollowAdapter.java:27
ClassFollowViewHolders
View Holder of the layout
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/FollowAdapter.java:112
ClassLauncherActivity
First activity being called. <p> Checks if the user is logged in and, if so, redirects the user to the MainActivity. If not, then the user is redirect
android/app/src/main/java/com/simcoder/snapchatclone/Login/LauncherActivity.java:17
ClassLoginFragment
Fragment responsible for Logging in a new user
android/app/src/main/java/com/simcoder/snapchatclone/Login/LoginFragment.java:27
ClassMainActivity
Every Fragment is controlled through this activity <p> It controls the lifecycle of the application (with the exeption of the auth activities). Does t
android/app/src/main/java/com/simcoder/snapchatclone/MainActivity.java:40
ClassMenuFragment
Fragment that contains the menu for the user to choose either the DetailsFragment or the LoginFragment
android/app/src/main/java/com/simcoder/snapchatclone/Login/MenuFragment.java:20
ClassMyPagerAdapter
This is the adapter for the viewPager. Controlling the position of each fragment
android/app/src/main/java/com/simcoder/snapchatclone/MainActivity.java:297
ClassProfileEditFragment
Fragment responsible for allowing the user to edit the current user's information
android/app/src/main/java/com/simcoder/snapchatclone/fragment/Other/ProfileEditFragment.java:42
ClassReceiverAdapter
Adapter for the user list allowing the user to pick users to send an image to
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/ReceiverAdapter.java:25
ClassReceiverViewHolder
View Holder of the layout
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/ReceiverAdapter.java:77
ClassStoryAdapter
Adapter for the chat and the story fragment
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/StoryAdapter.java:26
ClassStoryFragment
Fragment responsible for displaying either the chat or the story history.
android/app/src/main/java/com/simcoder/snapchatclone/fragment/main/StoryFragment.java:34
ClassStoryViewHolders
View Holder of the layout
android/app/src/main/java/com/simcoder/snapchatclone/Adapter/StoryAdapter.java:99
ClassUserObject
Object of a user containing all of the relavant info
android/app/src/main/java/com/simcoder/snapchatclone/Objects/UserObject.java:8