An app for Cryptocurrency prices, trends, conversions and latest news.
It uses CryptoCompare API.
-
Download Android Studio from the Google Developers site or using this link.
-
Install the file to your pc.
-
Download the required SDK(Standard Development Kit) Tools .
-
Clone the repository from : "https://github.com/harshendrashah/Cryptoverse.git" .
bash git clone --recursive https://github.com/harshendrashah/Cryptoverse.git
-
Open the project in Android Studio.
-
For launching the project you can either :
-
Install emulator * For this you must have HAMX (Hardware Accelerated Execution Manager) installed in Android Studio IDE. * To install HAMX (Hardware Accelerated Execution Manager) refer here. * You can download it at the time of installation of the Android Studio or install it afterwards in the SDK manager. * Use your AVD manager for launching the app.
-
Use your Android Phone * For using your phone, firstly connect your Android Phone with the pc using a data cable. * Go to the Settings > Developers Setting. * Allow USB debugging. * Run the project from the Android Studio IDE.
Found a bug?? Create an issue.