Android application for heap sort visualization.
https://play.google.com/store/apps/details?id=com.sandeep.sceneformar&hl=en&gl=US
- Programming Language: Kotlin and Java.
- User Interface/Experience: XML
- AR View: Google’s Sceneform SDK and AR Core.
- Youtube player: Google developers API console.
- Platform: Android studio.
https://developers.google.com/youtube/v3/quickstart/android
https://github.com/google-ar/sceneform-android-sdk
https://developers.google.com/ar/develop
https://www.geeksforgeeks.org/android-tutorial/
1.Clone the project directly into your Android studio IDE using
url: https://github.com/mssandeepkamath/HeapSort-Visualizer.git
or Download the zip file and open it in your IDE.
2.Run
1.Fork this repository
2.clone it into your local pc using
git clone 'your_cloned_https_url'
-
create a new branch using
git branch dev ; git checkout dev
-
Contribute!
-
Stage and commit changes using
git add . ; git commit -m "your updates"
-
Create pull request in Github GUI for merging the update into GUI/main(upstream).
-
Add original repository for fetch using
git remote add upstream https://github.com/mssandeepkamath/HeapSort-Visualizer.git
-
Checkout to your origin main and do this for fetching latest changes from original repository.
git pull upstream main