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
Tag: Toast
Creating Audio Recorder in Android
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-64df56b756cb7918210671/] MainActivity.java [crayon-64df56b756cbc918446570/] Screen Shot Download Android Studio Project