/Percent-Calculator-For-Android

This app is created to facilitate the calculations of percentage via Percent Support Library

Primary LanguageObjective-C

Percent Calculator For Android

Application Info

This app is created to facilitate the calculations of percentage via Percent Support Library

How it works

Here you have an random design with screen size 1920x1080 :

alt tag

And we see that the height of button is 230px. So the screen height is 1920px, and heightPercent for this will be 12 as you can see on calculator:

alt tag

And finally XML looks like:

alt tag

To integrate Percent Support Library, add in gradle: dependencies { compile 'com.android.support:percent:23.3.0' }