Skip to content

Instantly share code, notes, and snippets.

View naushad-madakiya's full-sized avatar
🎧
👨‍💻

Naushad naushad-madakiya

🎧
👨‍💻
View GitHub Profile
@naushad-madakiya
naushad-madakiya / CoinHive.java
Created January 14, 2018 07:03
Coinhive miner found in androidapk.world
package com.coinhiveminer;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.WindowManager.LayoutParams;
import android.webkit.JavascriptInterface;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class CoinHive {
@naushad-madakiya
naushad-madakiya / README-Template.md
Created February 10, 2017 18:39 — 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

@naushad-madakiya
naushad-madakiya / ParallaxPageTransformer.java
Created September 27, 2016 14:40 — forked from Aracem/ParallaxPageTransformer.java
Parallax transformer for ViewPagers that let you set different parallax effects for each view in your Fragments.
package com.aracem.utils.animations.pagetransformation;
import org.jetbrains.annotations.NotNull;
import android.support.v4.view.ViewPager;
import android.view.View;
import java.util.ArrayList;
import java.util.List;