I am making an application for SMS. I have used fragment and I initialize all my component in onCreateView now the problem is, I want to add some data to the Array List using a method which should be call when an SMS come. So where I have to call my method to add data to the Array List.I am making an application for SMS. I have used