This is an Android app to calculate the DPI of a digital screen with several pieces of its specifications:
- Width (in pixels)
- Height (in pixels)
- Screen size (in inches)
The app is written entirely in Kotlin. It is published on the Play Store here
Clone the repository and open the project in Android Studio. Android Studio's "Check out Project from Version Control" option should also work.
This project uses the following libraries:
- Android Design and Support Library (appcompat-v7)
- Android ConstraintLayout
- RxJava, RxKotlin and RxAndroid
- RxBinding (Jake Wharton)
- Moshi (Square)