Skip to content

Instantly share code, notes, and snippets.

@theolddev
theolddev / CustomItemClickListener.java
Created September 18, 2017 06:58 — forked from riyazMuhammad/CustomItemClickListener.java
Easy Implementation of RecyclerView custom onItemClickListener
public interface CustomItemClickListener {
public void onItemClick(View v, int position);
}
@theolddev
theolddev / CustomItemClickListener.java
Created September 18, 2017 06:58 — forked from riyazMuhammad/CustomItemClickListener.java
Easy Implementation of RecyclerView custom onItemClickListener
public interface CustomItemClickListener {
public void onItemClick(View v, int position);
}
@theolddev
theolddev / README.md
Created September 17, 2017 09:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
http://abclive.abcnews.com/i/abc_live4@136330/master.m3u8
http://mumsite.cdnsrv.jio.com/jiotv.live.cdn.jio.com/Mastiii/Mastiii_800.m3u8
http://jiotv.live.cdn.jio.com/Sony_BBC_Earth_HD/Sony_BBC_Earth_HD_TAB.m3u8
http://hotstar.live.cdn.jio.com/Star_Plus_HD/Star_Plus_HD.m3u8
http://hotstar.live.cdn.jio.com/Life_OK_HD/Life_OK_HD.m3u8
http://jiotv.live.cdn.jio.com/Zindagi/Zindagi_TAB.m3u8
http://hotstar.live.cdn.jio.com/Channel_V/Channel_V.m3u8
http://jiotv.live.cdn.jio.com/DD_National/DD_National_TAB.m3u8
http://mumsite.cdnsrv.jio.com/jiotv.live.cdn.jio.com/Neo_Prime/Neo_Prime_800.m3u8
http://smumcdnems03.cdnsrv.jio.com/jiotv.live.cdn.jio.com/Star_Sports_HD_1/Star_Sports_HD_1.m3u8
@theolddev
theolddev / AndroidManifest.xml
Last active May 4, 2016 20:46
AndroidManifest.xml of Court Counter
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.courtcounter">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
@theolddev
theolddev / activity_main.xml
Created May 4, 2016 20:43
Court Counter activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
tools:context="com.example.android.courtcounter.MainActivity">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"