Multiple Filters and Sorting in Android Android Android Projects Java by Rajesh Kumar Sahanee - February 16, 2020March 24, 20200 Hello Friends, today we are going to see multiple filters and sorting in Android. In multiple filters we basically choose multiple values from multiple available filter options.
Adding Animations to Controls or Layouts in Android Android by Rajesh Kumar Sahanee - November 9, 2019November 9, 20190 Hello Friends, Today we are going to learn adding animations to controls or Layouts in Android. Recently I was working on an app in which I was required to add animation on a control's visiblility "gone" and "visible". So I used alpha method to achieve fade in and fade out