Skip to content

Instantly share code, notes, and snippets.

@shubhubhosale
shubhubhosale / Cue Text Privacy Policy.txt
Last active January 27, 2019 08:51
Cue Text Privacy Policy
Privacy Policy
Shubham Bhosale built the Cue Text app as an Ad Supported app. This SERVICE is provided by Shubham Bhosale at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Cue Text unless otherwise defined in this Privacy Policy.
@shubhubhosale
shubhubhosale / test.php
Created October 15, 2018 13:55
A description
<?php
echo "Hello Bro";
?>
@shubhubhosale
shubhubhosale / MyVideoRecyclerViewAdapter.java
Last active June 18, 2022 12:05
Android AutoPlay Videos in RecyclerView like Instagram using SimpleVideoView and
package pune.university.engineering.gifutilstest;
import android.content.Context;
import android.net.Uri;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;