I new to java, however from the code I’ve read you need to add aconstructor in your inner class with a reference similar to thefollowing:Class a {void a(b context) {}}Then instantiate witha myA=new a(this);