Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- Redirect
- MS-SQL
- 안드로이드
- MANTIS
- 자바스크립트
- 웹뷰
- javascript
- decompiler
- MSsql
- html
- WebView
- 자바
- Android
- Bootstrap
- TextBox
- asp.net
- STS
- Eclipse
- SpringSource Tool Suite
- Java
- 웹 서비스
- jsp
- Apache Lucene
- C#
- Maven
- Web Service
- varags
- 컬럼명
- scrollView
- 이클립스
Archives
- Today
- Total
목록2014/12/17 (1)
bboks.net™
DP to Pixel, Pixel to DP
/** * This method convets dp unit to equivalent device specific value in pixels. * * @param dp A value in dp(Device independent pixels) unit. Which we need to convert into pixels * @param context Context to get resources and device specific display metrics * @return A float value to represent Pixels equivalent to dp according to device */ public static float convertDpToPixel(float dp,Context con..
Mobile Programming/Android
2014. 12. 17. 08:55