logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How will you launch an Activity within you application?


  • Correct Answer
  • For launching an application, we will need to create an intent that explicitly defines the activity that we wish to start For example: Code Intent intent = new Intent(this, MyTestActivityclass); startActivity(intent); 


  • Technology problems


    Search Results


    • 1. How can your application perform actions that are provided by other application e.g. sending email?
    • Discuss
    • 2. Write code snippet to retrieve IMEI number of Android phone?
    • Discuss
    • 3. How does an application run in isolation from other applications?
    • Discuss
    • 4. Why cannot you run standard Java bytecode on Android?
    • Discuss
    • 5. How to select more than one option from list in android xml file? Give an example.
    • Discuss
    • 6. Whats a struct?
    • Discuss
    • 7. Whats the difference between a NSArray and a NSMutableArray?
    • Discuss
    • 8. If I call performSelector:withObject:afterDelay: ? is the object retained?
    • Discuss
    • 9. Explain the correct way to manage Outlets memory?
    • Discuss
    • 10. Where can you test Apple iPhone apps if you don?t have the device?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment