nisrulz / android-examples

:shipit: [Examples] Simple basic isolated apps, for budding android devs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Links Of The Example Apps Do Not Work

TheDeepThinker opened this issue · comments

Tried to download BuilderPattern from this link-
http://kinolien.github.io/gitzip/?download=https://github.com/nisrulz/android-examples/tree/master/BuilderPattern

Got no download, rather this message-

Warning

We recommended to get the token first and then do your actions.

By the way, thanks for your project, it's really helpful :)

That is a 3rd party project I do not control. Apparently, you need to now get token to be able to download the GitHub projects.

screen shot 2018-11-09 at 10 57 05 am

Use the `Get Token` link to authorize via Github.

But now that it is known to me that this process is required to get the sub-project, I would change it to something which doesn't require getting a token. You should be able to download the subproject via some git commands without doing anything.

Interesting, but I would like to prefer a more universal approach than depending on a 3rd party service which might go down in future or behave differently like the last time.