android - Error on the super.onActivityResult() why? -


  पर सुरक्षित शून्य निष्क्रियता संदर्भ (int अनुरोधकोड, पूर्णांक परिणाम कोड, आशय डेटा) {super.onActivityResult (requestCode, resultCode, डेटा ) अगर (requestcode == चयनित आय और amp; amp; amp; परिणामकोड == RESULT_OK & amp; डेटा! = नल) {उरी चुना आईजेजी = डेटा.getData (); आशय भेजें = नए आशय (चयन। इस, Imagepage.class); send.putExtra ( "pickedImage", pickedImage.toString ()); startActivity (भेज); }}   

कि super.onActivityResult लाइन जोड़ने का क्या उपयोग है? और यह भी जोड़ते समय, यह कुछ त्रुटि दिखा रहा है।

सबसे पहले, अगर आपको कोई त्रुटि मिलती है - हमेशा लॉगकट दिखाएं दूसरे, यदि इस पद्धति को गतिविधि को विस्तारित कक्षा में घोषित किया गया है, तो super को कॉल करने की कोई आवश्यकता नहीं है, क्योंकि यह विधि गतिविधि में खाली है वर्ग: <प्री> पर सुरक्षित शून्य निष्क्रियविशेषताएं (int अनुरोधकोड, पूर्णांक परिणामस्वरूप, आशय डेटा) {}

Comments

Popular posts from this blog

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -

sql server - How to use pivot in this table -