Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm database and ZXing.
The source code in this repository reflects the app which supports mobile devices running Android 5.0+.
About This Repository And App
This app is inspired by PackageTracker which is developed by fython and has a lot of similar elements in design and function with it. Thanks for the contributions of fython and his team.
Features
Over than 640 express companies all over the world are supported.
Support add packages by inputting the package number manually or just scanning the express sheet.
Support recognize the company of a package automatically.
Support view the package's details such as the latest location.
Support search packages that you added and the information about the express companies.
Launcher widgets are provided.
Day mode and night mode are supported.
Support push notification when the package is refreshed.
Support send feedback on using experience from your devices.
Screenshots
How to Work with the Source
I hope the source code for this app is useful for you as a reference or starting point for creating your own app. Here is some instructions to help you better build and run the code in Android Studio.
Clone the Repository:
git clone https://github.com/TonnyL/Espresso.git
Check out the master branch:
git checkout master
Notice: If you want to review a different branch, replace the master with the name you want to checkout (if it does exist). Finally open the Espresso/ directory in Android Studio.
Suggestion: It is better for you to update your Android Studio to version 2.3 when you open this project.
To-dos
This project is still in progress. Here are the some features that I will finish in the future.
Refreshing package details by accessing the network.
Launcher app widgets.
App Shortcuts on devices that running Android 7.1+.
Material design app onboard pages.
Chrome Custom Tabs.
Alphabet indexing for companies list.
Search packages and companies.
Day and night mode.
Service to build notifications.
Settings and about page.
UI test and unit test.
Help Me Improve This App
As you can see at the screenshots, some images in Espresso app are not suitable. So if you are a designer and familiar with Material Design and want to help me make the app look better, please email me.
If you want to improve the translation of Espresso, do not hesitate to email me. Let us make Espresso more and more popular all over the world.
The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of utilities that apps can draw on.
Other people who help me solve the problems when I met some difficult bugs.
License
Copyright 2017 lizhaotailang
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.
请发表评论