Skip to content

Instantly share code, notes, and snippets.

@syimo
syimo / LoopingAdapter
Created November 18, 2024 08:56
recyclerview with bottom seekbar
public class LoopingAdapter extends RecyclerView.Adapter<LoopingAdapter.ViewHolder> {
private List<String> data;
public LoopingAdapter(List<String> data) {
this.data = data;
}
@NonNull
@Override
@syimo
syimo / README.md
Created February 8, 2021 05:26 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store