Total Pageviews

Thursday 25 May 2023

众筹平台Kickstarter.com开源了Android端的源代码

 

遵循Apache 2.0开源协议。 Kickstarter的工程师团队希望通过开源来增加产品和自身工程师文化的透明度,并为全球的开发者社区做出实实在在的贡献。Kickstarter表示这个想法在去年9月成为公益组织的时候就已经萌生。Kickstarter工程师Brandon Williams向科技媒体TechCrunch说:“我们始终有这样的责任感,作为团队我们应该做一些特别的事情。工程师通常不会有机会分享他们的工作。”自从Kickstarter将公益属性写入公司章程,Kickstarter的工程师团队就开始思索如何从技术层面投身公益。

https://www.kickstarter.com/mobile

[repo owner=”kickstarter” name=”android-oss”]

----------------------------------------------------------------

Kickstarter for Android. Bring new ideas to life, anywhere.

www.kickstarter.com/mobile 

Getting Started

Follow these instructions to build and run the project with mock data..

  1. Clone this repository.
  2. Download the appropriate JDK for your system. We are currently on JDK 8.
  3. Install Android Studio.
  4. cd into the project repo and run make bootstrap to bootstrap your Android development environment. Keep an eye on the output to see if any manual steps are required.
  5. Import the project. Open Android Studio, click Open an existing Android Studio project and select the project, Gradle will build the project.
  6. Run the app. Click Run > Run 'app'. After the project builds, you'll be prompted to build or launch an emulator.

Documentation

While we're at it, why not share our docs? Check out the native docs we have written so far for more documentation.

from https://github.com/kickstarter/android-oss

 

 



No comments:

Post a Comment