Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Hostel Management app for IIT Dharwad

License

NotificationsYou must be signed in to change notification settings

sonusourav/InstiGo

Repository files navigation

IssuesPull RequestsLicenseGitter

InstiGo-Android

InstiGo is an android app for the students and faculties of IIT Dharwad that provide a one stop solution for matters related to mess, academia and hostel.

InstiGo_cover

InstiGo apk

button

Libraries Used

  • Firebase - Firebase is Google's mobile platform that helps you quickly develop high-quality apps
  • Glide - An image loading and caching library for Android focused on smooth scrolling
  • KensBurnView - Android ImageViews animated by Ken Burns Effect
  • Boom Menu - A menu which can ... BOOM! - Android
  • Butterknife - View "injection" library for Android
  • RxJava - Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

Project Setup

After cloning the project, you need to replace the existing Firebase json file with yours. Follow the steps below to add json file to your project:

  1. Create Firebase account and go to console ( it is present in upper right side of main website).
  2. Click onNew Project. A dialog box opens up. Give a suitable name and click onCreate Project.
  3. In the new window, where you have to select the platform in which you want to add Firebase, selectAndroid.
  4. Register app window opens. Fill the details.
    Package Name :com.iitdh.sonusourav.instigo
    App Nickname :InstiGo
    Debug Signing Certificate SHA-1 : Add your own SHA-1 key. Follow the steps if you don't know how to do so.

SHA-1 Key
(a) Click onGradle tab in the right side of Android studio.
(b) Click on Android and then signingReport.
(c) Run window will open up in whichSHA-1 key will be mentioned.
(d) Copy and paste it on the required field in Firebase.

SHA-1 Key2

  1. Click on Register App button.
  2. Download the json file and replace the existing file with yours. ( For that switch from Android mode to Project in Android Studio)
    Project mode
  3. Build the project in Android Studio. And click OK in Firebase and the project is created.
  4. Next when the below window opens, go toSign-in Method inAuthentication tab.

firebase

  1. EnableEmail and Password andGoogle Sign-In.
  2. SetupRealtime Database fromDatabase tab. Make sure you have the following rules in your rules section of database.

{ "rules": { ".read": "auth != null", ".write": "auth != null" } }

  1. Similarly, setupFirebase Storage fromStorage tab. Check the rules again.

service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if request.auth != null; } } }

Contributing

Before contributing be sure to check out theCONTRIBUTION GUIDELINES guidelines.

We currently have a series of automated Unit and Integration tests. These can be run locally and are also run when submitting a pull request.

Code Style

For contributions please read theCODESTYLE carefully. Pull requests that do not match the style will be rejected.

Commit Style

For writing commit messages please read theCOMMITSTYLE carefully. Kindly adhere to the guidelines. Pull requests not matching the style will be rejected.

Communication

Our other sources of communications include

LEGAL & DISCLAIMER

Please refer toLICENSE.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp