Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.27 KB

CONTRIBUTE.md

File metadata and controls

29 lines (24 loc) · 2.27 KB

Set up dev environment

  1. Download Android Studio
  2. Download Android SDK and config
  3. Get Additional SDK packages
  4. Set up Virtual Devices / personally I recommend Genymotion
  5. Or you can use your real device for test

How to run "Oh My Product Hunt"

Solution One: For non-git users

  1. Download the "Oh My Product Hunt" zip package
  2. Unzip the package
  3. Use Android Studio to open the unpackaged folder. Android Studio will build the app for you
  4. Create an app on Product Hunt API console. Keep your API key, API secret and callback url
  5. Fill your information here
  6. You also need to update AndroidManifest
  7. Build the app, and you should see app running in either virtual device or your Android phone

Solution Two: For git users

  1. git clone [email protected]:hhua/product-hunt-android.git
  2. Use Android Studio to open the downloaded folder. Android Studio will build the app for you.
  3. Create an app on Product Hunt API console. Keep your API key, API secret and callback url
  4. Fill your information here
  5. You also need to update AndroidManifest
  6. Build the app, and you should see app running in either virtual device or your Android phone

Contribute

  1. Make a PR against master branch