PLease help as to what I should do, in this case.
WordAdapter java file
PLease help as to what I should do, in this case.
WordAdapter java file
Add this Constructor In your Adapter:
public WordAdapter(){
}
if Required then add below
public WordAdapter(Context mContext){
}
Hope this will Helps.