Simple contacts demo app, implemented using Android data binding with MVVM design pattern.
Displays a list of contacts, contact details and adding of new contacts. Supports pull-to-refresh data updates.
1.0.0.0 - Initial release
This is the main configuration file and there are some important constants: addresses to API endpoints, API keys to 3rd party services etc.
This is the main build script.
See Versioning Your Applications in Android documentation for more info.
- Test app on different Android versions (handset, tablet)
- Test overdraws
- Test offline/empty/progress states
- Test migration from old version to the new one
- Test slow internet connection
- Test reboot (boot receivers, alarms, services)
- Test analytics tracking
- Monkey test (fast clicking, changing orientation)
Copyright 2015 Ondrej Ruttkay
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.