-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aronne Brivio
authored
Jan 9, 2017
1 parent
8c25cfd
commit 5e92eb6
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# L'angolo nerd Android App | ||
Android App for [L'angolo nerd](http://www.langolonerd.it) | ||
Android App for [L'angolo nerd](http://www.langolonerd.it) | ||
Basically it's a WebView used to show mobile version of the site with some useful features. | ||
|
||
The development follows the `git-flow branching pattern`, using `develop` as the _bleeding edge_ (and _more unstable_) branch and `master` as the _release branch_. | ||
Each feature will be developed on an indipendent `feature/feature_name` branch and, once finished, merged into the `develop` one. | ||
|
||
The app is developed using [Android Studio](https://developer.android.com/studio/index.html) and is under [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html). |