- Download Android Studio
- Download Android SDK and config
- Get Additional SDK packages
- Set up Virtual Devices / personally I recommend Genymotion
- Or you can use your real device for test
- Download the "Oh My Product Hunt" zip package
- Unzip the package
- Use Android Studio to open the unpackaged folder. Android Studio will build the app for you
- Create an app on Product Hunt API console. Keep your API key, API secret and callback url
- Fill your information here
- You also need to update AndroidManifest
- Build the app, and you should see app running in either virtual device or your Android phone
- git clone [email protected]:hhua/product-hunt-android.git
- Use Android Studio to open the downloaded folder. Android Studio will build the app for you.
- Create an app on Product Hunt API console. Keep your API key, API secret and callback url
- Fill your information here
- You also need to update AndroidManifest
- Build the app, and you should see app running in either virtual device or your Android phone
- Make a PR against master branch