Question

With java and android programming. Imagine you have an unresponsive user interface. How would you go...

With java and android programming. Imagine you have an unresponsive user interface. How would you go about

troubleshooting it?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution :

When the user interface is unresponsive , following steps need to be taken :

1. The problem could be overdraw that is you waste GPU processing time by coloring some pixels however that can be done on the later stage by something else. Although you can't remove all the overdraw but we can minimize some of the overdraws if possible.

Detect overdraw : we can detect the overdraw by the app only , go to setting , developer's branch and click on show overdraw areas.

Once you identify those areas you can minimize them easily.

2. The other problem could be memory leaks.Garbage collection only removes objects that looks unreachable but what if the object does not look as unreachable.

Detect memory leaks to solve the issue.

Add a comment
Know the answer?
Add Answer to:
With java and android programming. Imagine you have an unresponsive user interface. How would you go...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Imagine you have an unresponsive user interface. How would you go about troubleshooting it?

    Imagine you have an unresponsive user interface. How would you go about troubleshooting it?

  • I need help developing this app using java in android studio Assignment: Tic-Tac-Toe app User interface...

    I need help developing this app using java in android studio Assignment: Tic-Tac-Toe app User interface Operation The app allows the user to play a game of Tic-Tac-Toe. The user can click the New Game button at any time to start a new game. The app displays other messages to the user as the game progresses such as (1) whose turn it is, (2) if a player wins, and (3) if the game ends in a tie. Specifications The app...

  • JAVA Developing a graphical user interface in programming is paramount to being successful in the business...

    JAVA Developing a graphical user interface in programming is paramount to being successful in the business industry. This project incorporates GUI techniques with other tools that you have learned about in this class. Here is your assignment: You work for a flooring company. They have asked you to be a part of their team because they need a computer programmer, analyst, and designer to aid them in tracking customer orders. Your skills will be needed in creating a GUI program...

  • The purpose of this Java application is to create a simple user interface on top of...

    The purpose of this Java application is to create a simple user interface on top of a relational database. The database you should use is the Java DB database. Setup of the Java DB database is covered in section 24.5. The user interface will allow a user to insert, delete, and update names from a table in the database. The database table will look like this: ID FIRST_NAME LAST_NAME 1452962065165       Rita                           Red                           1452962067770       Oscar                          Orange                        1452962070010       Yet                            The ID value...

  • Android Problem Using JAVA Problem: You need to create an app on Android Studios that allows...

    Android Problem Using JAVA Problem: You need to create an app on Android Studios that allows users to register and login into the system. The focus of this project is for you to create an app with several activities and has data validation. You should have for your app: A welcome screen (splash screen) with your app name and a picture. You should then move to a screen that asks the user for either to log in or to register....

  • interface Design 10) Imagine that you are working on a project to improve the design of...

    interface Design 10) Imagine that you are working on a project to improve the design of a public library's information technology. Specifically, you seek to make it easier for library patrons to find a specific book within the shelving system of the library. a. How would you go about conducting a contextual inquiry to inform your design process? b. Create a persona that demonstrates the tasks necessary to achieve the goal. c. Design a quick UI for this mobile app...

  • you have learned about linked lists and about the Java Collection Interface. What is a linked...

    you have learned about linked lists and about the Java Collection Interface. What is a linked list? Why might we use them? What is the purpose of the Java Collection Interface? Your initial post should be at least 200 to 300 words.

  • One thing that you have to keep in mind about user interface is you must Know...

    One thing that you have to keep in mind about user interface is you must Know Your User or Client and Understand the Business Function. Write at least one paragraph for each question and remember each paragraph must contain three or more sentences. Why is it important to Know Your Client and explain why. Additionally why is imperative to Understand the Business Function. How does this ide apply to designing an interface. How will you use it in your Project...

  • VII JAVA ASSIGNMENT. Write a program with a graphical interface that allows the user to convert...

    VII JAVA ASSIGNMENT. Write a program with a graphical interface that allows the user to convert an amount of money between U.S. dollars (USD), euros (EUR), and British pounds (GBP). The user interface should have the following elements: a text box to enter the amount to be converted, two combo boxes to allow the user to select the currencies, a button to make the conversion, and a label to show the result. Display a warning if the user does not...

  • JAVA Create a simple Graphical User Interface (GUI) in java with the following requirements:  The...

    JAVA Create a simple Graphical User Interface (GUI) in java with the following requirements:  The interface components will appear centered in the interface, and in two rows. o Row one will have a Label that reads “Please enter a valid integer:” and a Text Field to take in the integer from the user. o Row two will have a Button that when pressed converts the integer to binary  The conversion will be completed using recursion – A separate...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT