I understand what dp is.... but How do I know how many pixels on my computer is to one DP? Also is there a program that I could use to work in DP when drawing? All I am looking to do is basically design an app icon right now but I can't seem to find how. I feel like the answer is right in my face. But essentially I am just wanting it to know how I know what the DP is of an image I draw in like a paint.net program. Or is there a way to calculate that? I tried (Out of curiosity) just a 24 pixel thing on my computer.... that didn't work out so well. So could anyone offer any advice? Am I able to calculate it based on my screen size? I am not against math at all, but just need to know how to make an app icon.
How to draw in DP (Android)
676 Views Asked by Scott Miller At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in USER-INTERFACE
- Perl Command Line Interpreter crashing on exit
- Android - How to check for button click in a custom alert dialog box?
- Working towards a more advanced graphics game
- Use GUI displayed results of SQL query vs new queries?
- Efficiently design method to construct a Java GUI?
- Implementing callback function for dialog-based application
- Ui-router URL changes, nested view not loading
- Dont see anything inside my jframe
- Sliding Card Design
- Display value of Y axis inside GUI plot
- Sash becomes lost after resize
- Java Swing Drawing Rectangles
- How do I convert point to local coordinates?
- WPF Workaround to add Window control as a child of visual
- Developing multi page app like Viber interface using Qt Quick?
Related Questions in ICONS
- Create Dialogs with Default Images in JavaFX (Info/Warning/Error)
- HaxeFlixel, icon turns into a Black square
- Weird icons appearing on Safari in between words
- How i can set Desktop Icon of my java Application in windows7, 8?
- Updating app icon and screenshots
- Set Gmap Icon to different categories with php
- php - read out every char of (icon-) font
- How do I change the color of the ActionBar hamburger icon?
- Extract Images from Executable Files Using Managed Code (C#/VB)
- Wscript to batch edit desktop.ini for multiple folders
- How to use a string for icon bitmap?
- Android Push Notifications: Icon not displaying in notification, white square shown instead
- How can I rotate a font icon 45 degrees?
- Mobile Favicons
- Navigation drawer icon arrow instead of three lines
Related Questions in DPI
- Chrome block element has strange border with windows DPI scaling
- Restrict Android app to very specific resolutions and screen sizes
- In what Units does QSvgGenerator operate in?
- How does GET_X_LPARAM() differ from GetCursorPos() when DPI scaling is done?
- Qt, high dpi and frameGeometry
- PyQt 5 and 4k screen
- C# Getting DPI Scaling for each Monitor in Windows
- SPH-L710 (Sprint Galaxy S III) running 4.4.2 misreports xdpi and ydpi
- How to scale on high-DPI the image of a Windows Form Button?
- How can I make Windows 8.1 aware that my Delphi application wants to support Per Monitor DPI?
- TextRenderer: How to measure text as if it was on machine with different Dpi?
- black and white 300 dpi pdf output in dompdf
- Force Zoom-Level/DPI-Scale with CSS, Header-Tag or JavaScript
- WIX: Choose different image files for different DPI setting?
- Change DisplayMetrics for application in Android (in API level lower that 17)
Related Questions in PAINT.NET
- How can I load a skybox dds file into paint.NET for editing?
- How to save psd layers in png using PSD-plugin for Paint.NET?
- Why do .pdn files for paint.net contain a bunch of gibberish?
- AutoHotkey's MouseClickDrag issues in dealing with selecting Paint.NET images squared area?
- measure distance in pixels on image
- Does Paint.Net still provide its source code
- How to copy selection top left pixel values in Paint.Net
- Using a black and white icon having antialias for white background on a different color background
- MATLAB imread() wrong gray scale
- Images from Paint.NET failed inside Eclipse
- Changing transparency values in Paint.net automatically changes colour as well
- How to draw in DP (Android)
- Pinnacle Studio - png transparency - exported wtih Gimp
- How to find the most common int in a 2d array of ints?
- Why is this particular image causing my application to crash with an OutOfMemoryException?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Check the first page of Iconography Design document!
Also read Supporting Multiple Screens to understand more.
The essence of what I understood so far and how I did it for a launcher icon:
This is the size of the web icon, this is called Hi-res icon in the Developer Console
If you're old enough you still remember these dpi sizes as frequently used screen resolutions :)
To easily calculate any dip size you want you'll need to know what density you're looking for, for example
xxhdpisize of50dpis3x 50px(becausemdpiis1x, i.e.50px).Beware: while designing the icon it'll feel too big for an icon, try to use an editor where you have constant small-sized preview (for example Paint.net displays the preview on each tab). After you resize it to the given sizes they'll feel too small, but if you put your phone next to screen they're physically bigger on the screen...