Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Create Demo activity #100

Closed aryanjverma closed 2 months ago

aryanjverma commented 3 months ago

Test opening multilple demo activities.

9

N1ks0n08 commented 3 months ago

Commit: 2982ba378235716f0e7599fa1f91f00259b0df13 This issue will have to continue on towards the future due to complication of moving pre-existing main UI layout into 3 different UI fragments to allow for seamless UI navigation through the use of a navigation bar.

N1ks0n08 commented 2 months ago

Commit: d053e2375d774068675a6ef98e222c243adba2d8 While a new demo activity was not created, fragment views have been implemented to allow for multiple views to be accessed by the user without the need to create an entirely new activity.