RecyclerView Load On Scroll in Android Android by Rajesh Kumar Sahanee - February 20, 2020April 14, 20200 Hello Friends, today we are going to see and example of recyclerview load on scroll in Android. Basically we are going to implement infinite scroll in recyclerview here and the basic function of this code is to load more data on scroll when we reaches to the end while scrolling
Creating Audio Recorder in Android Android Java by Rajesh Kumar Sahanee - June 9, 2016February 13, 20200 Hello Friends, Today I am going to share audio recording code in android. This code will work on latest version of android (Marshmallow) also. In this code we are going to use MediaRecorder class to record audio and MediaPlayer class to play recorded audio. activity_main.xml [crayon-693f5a1cbb4ab596098218/] MainActivity.java [crayon-693f5a1cbb4b3887293833/] Screen Shot Download Android Studio Project