-3

PLease help as to what I should do, in this case.

WordAdapter java file

2 Answers2

0

enter image description hereadd this method

 public void WordAdapter(Context context){
 }
Salauddin Gazi
  • 1,497
  • 1
  • 13
  • 18
Patel Pinkal
  • 8,984
  • 4
  • 28
  • 50
0

Add this Constructor In your Adapter:

public WordAdapter(){
}

if Required then add below

public WordAdapter(Context mContext){
}

Hope this will Helps.

Sagar Aghara
  • 640
  • 7
  • 19