Skip to content

Base framwork of application to implement programming challenges

Notifications You must be signed in to change notification settings

shore-gmbh/AndroidInterviewApp

Repository files navigation

AndroidInterviewApp

Challenge

You have one hour to do as much of this challenge as possible. You ARE allowed to use the internet. You CAN contact the interviewer to clarify anything during this challenge.

There are 3 tasks:

  1. Bug fix - Details and Edit Activity

When you edit the data (Edit Activity) it is not reflected when your result is passed back to the Details Activity. Fix this bug.

  1. Implement feature - Feature Activity

ListView is badly implemented. It could be improved by using the ViewHolder design pattern. Please refactor this feature to use the ViewHolder design pattern.

  1. Write tests for the following class - Contact in ContactTest class

Please write some tests for the Contact class. Class should have 100% code coverage.

About

Base framwork of application to implement programming challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages