Apply for Zend Framework Certification Training

Android




<p>Step 1 C:\Users\rajesh.mandal\AndroidStudioProjects\Login\app\src\main\java\com\example \rajeshmandal\login\LoginActivity.java // String getrec= jsonObject.getString(&quot;success&quot;); String getrec= &quot;Welcome to My Space&quot;; Bundle bundle = new Bundle(); bundle.putString(&quot;email_id&quot;, getrec); Intent i = new Intent(getApplicationContext(),Welcome.class); i.putExtras(bundle); startActivity(i); Step 2 C:\Users\rajesh.mandal\AndroidStudioProjects\Login\app\src\main\java\com \example\rajeshmandal\login\Welcome.java Bundle bundle = getIntent().getExtras(); String email_id = bundle.getString(&quot;email_id&quot;); TextView textView = new TextView(this); textView.setText(email_id); setContentView(textView);</p>
                                    

< Login InAndroid Using PHP API And Mysql How to create Alert Dialog box in Android >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top