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: Modify Android Mobile App #31

Closed aryanjverma closed 6 months ago

aryanjverma commented 7 months ago

Continue creating the app; add buttons, keep it user-friendly, and make sure it's similar to Shivanshi's iOS app. #11

N1ks0n08 commented 7 months ago

Commit: 0eb62e9dc0560c4e4da7ead11db60d68459dfa11 I have added a button with an actionListener function that allows for a toast message to be popped up when clicked; I have made the layout simple; I have collaborated with the groupto make the Android App to be similar to Shivanshi's iOS app.

DragonflyRobotics commented 6 months ago

App tested and works