Skip to content

Instantly share code, notes, and snippets.

View vishalpatelbacancy's full-sized avatar

Vishal Patel vishalpatelbacancy

View GitHub Profile
package com.ethanf.in_app_billing_ex;
import java.util.ArrayList;
import org.json.JSONException;
import org.json.JSONObject;
import com.android.vending.billing.IInAppBillingService;
import android.os.Bundle;
@vishalpatelbacancy
vishalpatelbacancy / SnappingRecyclerView.java
Created May 16, 2017 10:14 — forked from lauw/SnappingRecyclerView.java
Snapping RecyclerView (Horizontal)
/*
* Copyright 2015 Laurens Muller.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software