How to make the flickering text automatically open when activating, regardless of the View elements
Shimmer shimmer; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); shimmer = new Shimmer(); shimmer.start(); } This is a library of Shimmer-android