Skip to content

Instantly share code, notes, and snippets.

View chaiwa-berian's full-sized avatar

Berian chaiwa-berian

View GitHub Profile
@chaiwa-berian
chaiwa-berian / ApiResponse.java
Last active May 16, 2019 14:42 — forked from AkshayChordiya/ApiResponse.java
LiveData adapter for Retrofit
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.util.ArrayMap;
import java.io.IOException;
import java.util.Collections;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@chaiwa-berian
chaiwa-berian / README-Template.md
Created June 26, 2018 18:31 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites