SoftwareEngineeringDaily / SEDaily-Android

Android client for Software Engineering Daily

Home Page:https://softwareengineeringdaily.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Build Status codecov codebeat badge Help Contribute to Open Source

SEDaily-Android

A player for the Software Engineering Daily Podcast

Getting Started

Cloning the Project

$ git clone https://github.com/SoftwareEngineeringDaily/SEDaily-Android.git
$ cd SEDaily-Android

Setting up Firebase

  1. Go to the Firebase website and create an account if you do not already have one
  2. Create a new project on the Firebase dashboard
  3. Add a new Android app in the Firebase Dashboard.
  4. Set the package name to com.koalatea.thehollidayinn.softwareengineeringdaily.debug
  5. Download google-services.json and place it in /app/

Compile the project with Gradle using

./gradlew build

Built With

Contributing

License

About

Android client for Software Engineering Daily

https://softwareengineeringdaily.github.io/

License:MIT License


Languages

Language:Java 90.9%Language:Kotlin 9.1%