We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Improving, Testing, and Refactoring a Legacy Android App

Vladimir Jovanovic

The Android platform is old enough that there is an abundance of legacy projects that someone needs to support and work on. This course will teach you the skills necessary to help companies support and improve their legacy apps.

Read more

The Android platform is old enough that there is an abundance of legacy projects that someone needs to support and work on. This course will teach you the skills necessary to help companies support and improve their legacy apps.

Working on a legacy Android project poses a lot of challenges. In this course, Improving, Testing, and Refactoring a Legacy Android App, you’ll learn to work with a legacy Android application. First, you’ll explore what legacy code is and what the problems are when working with legacy code. Next, you’ll discover best practices when refactoring legacy code. Finally, you’ll learn how to test legacy code. When you’re finished with this course, you’ll have the skills and knowledge of working with legacy code needed to maintain and improve legacy Android applications.

Enroll now

What's inside

Syllabus

Course Overview
What Is Legacy Code?
Rewriting
Working with Legacy Code
Read more
Testing a Legacy Code
Refactoring and Modularization

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Suitable for those needing to manage existing projects
Enhances skills essential for maintaining Android apps

Save this course

Save Improving, Testing, and Refactoring a Legacy Android App to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Improving, Testing, and Refactoring a Legacy Android App. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Improving, Testing, and Refactoring a Legacy Android App will develop knowledge and skills that may be useful to these careers:
Android Developer
Android Developers are in charge of developing, testing, and managing Android applications. They are responsible for ensuring that applications are compatible with a variety of devices, and that they are free of bugs. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Android Developers improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Software Developer
Software Developers are responsible for designing, developing, testing, and deploying software applications. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Software Developers improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Software Engineer
Software Engineers are responsible for the design, development, testing, and deployment of software systems. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Software Engineers improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Android Engineer
Android Engineers are responsible for designing, developing, testing, and deploying Android applications. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Android Engineers improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Mobile Developer
Mobile Developers are responsible for designing, developing, testing, and deploying mobile applications. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Mobile Developers improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Technical Lead
Technical Leads are responsible for leading and managing technical teams. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Technical Leads, as it can help them improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Software Architect
Software Architects are responsible for designing, developing, and managing software systems. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Software Architects, as it can help them improve their skills in refactoring and testing legacy code, which is a common challenge in the field.
Project Manager
Project Managers are responsible for planning, executing, and controlling projects. They work with a variety of stakeholders, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Project Managers, as it can help them improve their skills in managing projects that involve legacy code.
Quality Assurance Analyst
Quality Assurance Analysts are responsible for testing and evaluating software systems. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App can help Quality Assurance Analysts improve their skills in testing legacy code, which is a common challenge in the field.
Database Administrator
Database Administrators are responsible for managing and maintaining databases. They work with a variety of database technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Database Administrators, as it can help them improve their skills in managing and maintaining legacy databases.
Systems Analyst
Systems Analysts are responsible for analyzing and designing systems. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Systems Analysts, as it can help them improve their skills in analyzing and designing systems that involve legacy code.
IT Consultant
IT Consultants are responsible for providing advice and guidance on IT systems. They work with a variety of clients, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for IT Consultants, as it can help them improve their skills in advising and guiding clients on legacy systems.
Technical Writer
Technical Writers are responsible for writing and editing technical documentation. They work with a variety of programming languages and technologies, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Technical Writers, as it can help them improve their skills in writing and editing technical documentation for legacy systems.
Business Analyst
Business Analysts are responsible for analyzing and designing business systems. They work with a variety of stakeholders, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Business Analysts, as it can help them improve their skills in analyzing and designing business systems that involve legacy code.
Product Manager
Product Managers are responsible for planning and managing products. They work with a variety of stakeholders, and they must be able to work independently and as part of a team. Courses like Improving, Testing, and Refactoring a Legacy Android App may be useful for Product Managers, as it can help them improve their skills in managing products that involve legacy code.

Reading list

We've selected ten books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Improving, Testing, and Refactoring a Legacy Android App.
Provides practical advice on how to work with legacy code effectively. It covers topics such as understanding the codebase, refactoring, and testing.
Guide to writing clean and maintainable code. It covers topics such as naming conventions, code organization, and refactoring.
Classic in the field of software design and provides a catalog of reusable design patterns. It valuable resource for developers working on any type of software project.
Practical guide to test-driven development (TDD). It covers topics such as writing effective tests, refactoring code, and working with legacy code.
Provides a collection of best practices for writing effective Java code. It covers topics such as object-oriented programming, concurrency, and performance.
Beginner-friendly introduction to Java. It uses a conversational style and lots of diagrams to make the concepts easy to understand.
Beginner-friendly introduction to Java. It is written in a clear and concise style and good choice for those who are new to programming.
Guide to using Android Studio 3.0. It covers topics such as setting up the development environment, creating and debugging applications, and publishing applications to the Google Play Store.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Improving, Testing, and Refactoring a Legacy Android App.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser