Can it possible to make a button on screen which automatically visible and gone every 5sec interval? By using this
b.setVisibility(View.VISIBLE);
we can visible and
b.setVisibility(View.GONE);
we can hide it.But I can't manage to make it by usin the time interval. Any idea?please share.