Tsironis Ioannis
Tsironis Ioannis
Hi, I am using the sample code provided: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) val url = "https://gahp.net/wp-content/uploads/2017/09/sample.pdf" pdf.initializePDFDownloader(url, statusListener) lifecycle.addObserver(PdfScope()) } override fun onDestroy() { pdf.pdfRendererCore?.clear() super.onDestroy() }...
I have a PC running ubundu 18.04 connected to the internet through ethernet cable and a Samsung q6 series smart tv connected to the internet through WIFI. I would like...
Provide 2 implementations: 1st: a non secured approach to resolve 'BtnDisabledDirective' ref, because it might be undefined when injection mechanism tries to resolve it. 2nd: a secured and optimized one...