A collection of somewhat tricky Android challenges, intended to collectively learn and get the most out of Android development.
If you’d like your solution to be included in this repository, please join our slack community and follow the updates on #egdroid-at-home-challenge
channel. All submissions will be credited.
- We post a challenge
- Users submit their solutions.
- Other users vote on submissions
- By the deadline of the challenge, the submission with the highest vote count will make it to this repository.
This repository contains submodules.
Git expects us to explicitly ask it to download the submodule's content. You can use git submodule update --init --recursive
here as well, but if you're cloning this repository for the first time, you can use a modified clone command to ensure you download everything, including any submodules:
git clone --recursive [email protected]:eg-droid/egdroid-at-home-challenge.git
In order to updated the repository submodules content, you can execute the following command regularly:
git submodule update --remote --recursive
For suggestions, please feel free to open an issue.
Copyright (c) 2020 EGDroid
Licensed under the MIT License