Skip to content

Instantly share code, notes, and snippets.

View abhivaikar's full-sized avatar
🇸🇬
Working from home

Abhijeet Vaikar abhivaikar

🇸🇬
Working from home
View GitHub Profile
@priyankshah217
priyankshah217 / CollectionExercises.java
Last active November 21, 2021 15:36
Java-8 Collectors Examples
package io.practice;
import java.util.*;
import java.util.function.Function;
import static java.util.stream.Collectors.*;
class Person {
String name;
String lastName;
@bluenex
bluenex / android-dev-osx.md
Last active June 7, 2024 09:29
Setting up Android dev environment without Android Studio via brew on Mac OSX [Android Virtual Device (AVD) included]

Prerequisites

  • Homebrew

Android SDK

Install JAVA

First, install JAVA. Note that Android SDK is not yet supported JAVA 10, so install JAVA 8: