Giter Site home page Giter Site logo

calendar-app's Introduction

Introduction to Mobile Programming Semester Project - Calendar App



Table of Contents


Description

  • This repository contains my Introduction to Mobile Programming semester project.
  • Please read the whole prerequisites and installation steps.

Prerequisites

Ensure you have met the following requirements:

  • You have installed JDK.
  • You have installed JRE.
  • You have installed Android Studio 3.6.1 or later.
  • You have installed Gradle 5.6.4 or later.
  • You have installed Android SDK 29 or later.
  • You have a Firebase account.

Installing the Project

  • Clone the repository.
  • Import your project to Android Studio.
  • Click Tools -> Firebase -> Authentication -> Connect your app to Firebase.
    • You have to connect your application to a Firebase Project.
    • If you have a problem with the Firebase Assistant, go to Firebase Console.
    • Select your project.
    • Follow the Firebase guide to link your project with Android Studio.
    • Add your google-services.json file to your app module.
  • You have to enable Email/Password sign-in provied under Authentication -> Sign-in Method -> Sign-in providers.
  • You have to enable Cloud Firestore database.
  • You have to allow write/read operations to database. You can set these rules from Database -> Rules.
  • You have to have a Users collection inside your database root.
  • Inside Users collection, every document should have a subcollection named Events.

Libraries and Dependencies

Contributing

See the CONTRIBUTING.md file.

Authors

  • Mert Türkmenoğlu

Contact

License

  • This project uses the following license: GPL-3.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.