Android application for viewing detailed info about device network data transfer in real time.
You can get it on Google Play on the following link: https://play.google.com/store/apps/details?id=org.alvarogp.nettop
NetTop code follows the Clean Architecture guidelines described by Robert C. Martin.
- RxJava, the ReactiveX implementation for Java.
- Dagger 2 to perform dependency injection without using reflection.
- Retrolambda so that Java 8 lambdas and method references can be used on the code.
- ButterKnife which provides field and method binding for views.
- Alvaro Gutierrez Perez
Copyright (C) 2016 Alvaro Gutierrez Perez
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.