idogut3 / DataBaseForDesmosClone-DEPRECATED

This was the idea for how the datatbase would work in my desmos clone/ graphing calculator android app project, but in the end I found out it is required to use the known FireBase data base so I switched to using it. Still this is a very good example for how a data base should be written for most general purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesmosClone

This is one of the projects I have been working on for the school bagrot of computer science (+5 units). I decided I want to make an app works like desmos, it draws the functions you give to it.

I thought I was going to use JavaFX for the visuals, but then I decided that I am going to switch to Android Studio and I am currently learning it. The project is not yet finished.

Also I switched to using a different database for the project --> FireBase, so this project became DEPRECATED though it is a really good entry point for most databases and is well written.

About

This was the idea for how the datatbase would work in my desmos clone/ graphing calculator android app project, but in the end I found out it is required to use the known FireBase data base so I switched to using it. Still this is a very good example for how a data base should be written for most general purposes.


Languages

Language:Java 100.0%