Issue:
The constructor Intent(new View.OnClickListener(){}, Class<NewWindow>) is undefined.
Solution: Find out --
Intent intent = new Intent(this, NewWindow.class);
Change the this to
getApplicationContext() or StartClass.this .
PDF Scanner RS – Capture, Resize, Enhance & Create PDFs Download: https://play.google.com/store/apps/details?id=com.rssoft.pdfscan...
No comments:
Post a Comment