Skip to content

Instantly share code, notes, and snippets.

View Krishna-Vyas's full-sized avatar

Krishna Maniya Krishna-Vyas

View GitHub Profile
@aqua30
aqua30 / HideShowScrollParallaxActivity.java
Last active August 7, 2021 21:49
Show/Hide view on up/down scroll in android - Using ScrollView
/**
* Created by Saurabh(aqua) in 2017.
*/
public class ScrollActivity extends BaseActivity {
/* view binding */
@BindView(R.id.scrollView)ScrollView scrollView;
@BindView(R.id.parallax_image)ImageView parallaxImage;
@BindView(R.id.tv_perhour)TextView textView;