The goal of this project is provide code to help you develop your own Android Apps.
Example:
...
TextView label=findViewById(R.id.label);
Utils.setObjectDimensions(this,label,"TextView",6.27,55,3);
...
this-> Context,
label-> your Android object,
"TextView" -> type of android object,
6.27 -> percentage of height of android device screen,
55 -> percentage of width of android device screen,
3 -> percentage of height of android device used to convert object textsize to its sp value
//
You should provide -1 to height, width and percentage for text accordingly your need of change the object dimensions,
Features
- Help you set dimensions of objects by percentage of screen (height and width)
Follow AndroidOpenObjectHandleUtils
Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AndroidOpenObjectHandleUtils!