Skip to content

Instantly share code, notes, and snippets.

@theolddev
theolddev / README.md
Created September 17, 2017 09:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@riyazMuhammad
riyazMuhammad / CustomItemClickListener.java
Last active December 30, 2020 15:10
Easy Implementation of RecyclerView custom onItemClickListener
public interface CustomItemClickListener {
public void onItemClick(View v, int position);
}