arghyadeep99 / Project-Somaiya-Classroom

An app for uploading files, test papers, events, course materials from time to time and an active interface between students and professors.
MIT License
9 stars 17 forks source link

Add night mode feature #58

Open arghyadeep99 opened 6 years ago

arghyadeep99 commented 6 years ago

The night mode button is added but the night mode isn't functional yet. Revamp the UI to implement night mode.

jashasweejena commented 6 years ago

How do I test the feature myself? Any test server for login? Or any other workaround?

arghyadeep99 commented 6 years ago

Hey jashasweejena, You should install Android Studio and fork this project and then try to run this project over there and to test the features, you can simply build the project and run in your android smartphone, connected to your PC. Or, there is a virtual device available with Android Studio that can simulate a mobile device, where you can test the features out.

jashasweejena commented 6 years ago

Hey jashasweejena, You should install Android Studio and fork this project and then try to run this project over there and to test the features, you can simply build the project and run in your android smartphone, connected to your PC. Or, there is a virtual device available with Android Studio that can simulate a mobile device, where you can test the features out.

I built the project with Android Studio. But without logging in how do I access the button which toggles the NightMode?

arghyadeep99 commented 6 years ago

My bad. Student side you can access using Gmail alone. For professor side. Use password Professor@123 along with your Gmail. This should do.

jashasweejena commented 6 years ago

What do I do about the google-services.json file? Sorry, never worked on a PR for something that uses firebase, so 😅 Hope you don't mind helping

arghyadeep99 commented 6 years ago

What do I do about the google-services.json file? Sorry, never worked on a PR for something that uses firebase, so 😅 Hope you don't mind helping

Hey, kindly provide your email ID. I shall forward the json file. Keep in mind that it is protected under MIT license and should not be used for any malpractice or sold to others.

arghyadeep99 commented 6 years ago

What do I do about the google-services.json file? Sorry, never worked on a PR for something that uses firebase, so Hope you don't mind helping

Not heard anything from you for long, any progress?

meanjali commented 6 years ago

What do I do about the google-services.json file? Sorry, never worked on a PR for something that uses firebase, so Hope you don't mind helping

Hey, you can use Firebase Assistant from Android studio, go to tools ->Firebase. By this you'll see firebase assistant on your right side of android studio, then you should select Authentication service, you will find steps on connecting your project with Firebase. There is no need of downloading JSON file and everything else, firebase assistant will do it by just one click on each of the steps given in Authentication.

Hope that's helpful.