logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the importance of having an emulator within the Android environment?


  • Correct Answer
  • The emulator lets developers ?play? around an interface that acts as if it were an actual mobile device They can write and test codes, and even debug Emulators are a safe place for testing codes especially if it is in the early design phase 


  • Technology problems


    Search Results


    • 1. What is Silk Test and what is the use of it ?
    • Discuss
    • 2. How much the bug is affecting the functionality of the application?
    • Discuss
    • 3. How to handle error in the destructor?

    • Options
    • A. throwing
    • B. terminate
    • C. both a & b
    • D. none of the mentioned
    • Discuss
    • 4. How do define the user-defined exceptions?

    • Options
    • A. inheriting and overriding exception class functionality.
    • B. overriding class functioality.
    • C. inheriting class functionality
    • D. none of the mentioned
    • Discuss
    • 5. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

    • Options
    • A. int **fun(float**, char**)
    • B. int *fun(float*, char*)
    • C. int ***fun(float*, char**)
    • D. int ***fun(*float, **char)
    • Discuss
    • 6. What are new Media Elements in HTML5?
    • Discuss
    • 7. What is the purpose of canvas in HTML?
    • Discuss
    • 8. What are three ways to reduce page load time?
    • Discuss
    • 9. What is ADB in Android ?
    • Discuss
    • 10. What role does Dalvik play in Android development ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment