-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bueller87 edited this page Mar 15, 2019
·
21 revisions
As a user, I can see all the call logs (incoming and outgoing) on my phone.
- Up to 50 call log item should be displayed
- Following information should be displayed in each cell - Phone number, Call direction (incoming, outgoing) and time-stamp Phone number, Call direction (incoming, outgoing) and time-stamp are displayed in a list
- Refresh - Using pull-to-refresh. (Bonus point: Update right after the phone call ends without pull-to-refresh)
- Is the app responsive?
- Is the code modular?
- Is the code following all the best practices?
- Have you run a lint tool?
- LiveData
- ViewModel
- DataBinding
- BroadcastReceiver
- Butterknife Bind Android views and callbacks to fields and methods.
- Espresso Use Espresso to write concise, beautiful, and reliable Android UI tests.