Skip to content

A collection of somewhat tricky Android challenges, intended to collectively learn and get the most out of Android development.

License

Notifications You must be signed in to change notification settings

WeAreEGDroid/egdroid-at-home-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EGDroid at-home challenge

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.

How it works

  1. We post a challenge
  2. Users submit their solutions.
  3. Other users vote on submissions
  4. By the deadline of the challenge, the submission with the highest vote count will make it to this repository.

Challenges

  1. Custom animation

Installation

Cloning 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

Updating latest changes from submodules

In order to updated the repository submodules content, you can execute the following command regularly:

git submodule update --remote --recursive

Contribution

For suggestions, please feel free to open an issue.

License

Copyright (c) 2020 EGDroid

Licensed under the MIT License

About

A collection of somewhat tricky Android challenges, intended to collectively learn and get the most out of Android development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published