Skip to content

Instantly share code, notes, and snippets.

View fbertanha's full-sized avatar

Felipe Bertanha fbertanha

  • Ireland, Dublin
View GitHub Profile
@jogboms
jogboms / Fastfile
Created August 10, 2018 08:17 — forked from rodydavis/Fastfile
Top-level Fastfile for Flutter
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
# https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
# https://docs.fastlane.tools/plugins/available-plugins
@cattaka
cattaka / AdapterConverter.java
Last active November 6, 2018 16:39
Converter from RecyclerView.Adapter to BaseAdapter for ListVIew
import android.content.Context;
import android.support.annotation.IdRes;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
/**
* These codes are licensed under CC0.