Skip to content

Instantly share code, notes, and snippets.

View glaubernespoli's full-sized avatar

Glauber Néspoli glaubernespoli

View GitHub Profile
@johnjohndoe
johnjohndoe / android-libs.md
Last active December 29, 2015 15:58 — forked from stefanhoth/android-libs.md
A list of favorite libraries that make developers lifes easier and should be included in every newly developed Android app. https://plus.google.com/+StefanHoth/posts/WYEgVAgULG7

#GDG Android in Berlin brainstorming session


On November 27, 2013 I was asking the brilliant Android developers at GDG Android in Berlin for their favorite libraries that make their lives easier and should be included in every newly developed app.

This is the list of libraries we collected during this 10 minute session.

Architecture

@johnjohndoe
johnjohndoe / android-sdk-setup.sh
Last active June 12, 2019 08:31
Creating symbolic links in Android SDK folder. After Android-Studio resp. IntelliJ will work with Maven and Gradle.
#!/bin/bash
# Author: Tobias Preuss
# Version: 2018-01-05
echo "Creating symbolic links in Android SDK folder"
echo "============================================="
echo
if [ -z "$ANDROID_HOME" ] ; then