Namespaces
Variants
Actions
(Difference between revisions)

Como obter o tamanho da tela de um celular em Java ME

Jump to: navigation, search
m (Hamishwillee - Automated change of category from Lang-PT to Unlikely Category. (Moving))
m (Hamishwillee - Bot addition of Template:ArticleMetaData)
 
Line 1: Line 1:
[[Category:Java ME]][[Category:Lang-Portuguese]][[Category:Code Examples]]
+
{{ArticleMetaData
 +
|sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] -->
 +
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
 +
|devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') -->
 +
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
 +
|platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later -->
 +
|devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) -->
 +
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
 +
|signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer -->
 +
|capabilities=<!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. -->
 +
|keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase -->
 +
|id= <!-- Article Id (Knowledge base articles only) -->
 +
|language=Lang-Portuguese
 +
|translated-by= <!-- [[User: XXXXX]] -->
 +
|translated-from-title=<!-- Title only -->
 +
|translated-from-id= <!-- Id of translated revision -->
 +
|review-by=<!-- After re-review: [[User:username]] -->
 +
|review-timestamp=<!-- After re-review: YYYYMMDD -->
 +
|update-by=<!-- After significant update: [[User:username]]-->
 +
|update-timestamp=<!-- After significant update: YYYYMMDD -->
 +
|creationdate=20090911
 +
|author=[[User:Maiconherverton]]
 +
}}[[Category:Java ME]][[Category:Lang-Portuguese]][[Category:Code Examples]]
  
  

Latest revision as of 07:26, 10 November 2011

Dados do artigo

Artigo
Criado por maiconherverton em 11 Sep 2009
Última alteração feita por hamishwillee em 10 Nov 2011


Para obter os valores do tamanho da tela do seu celular em Java ME utilize o seguinte trecho de código abaixo:

javax.microedition.lcdui.Canvas

int largura = canvas.getWidth(); //Captura a largura da tela e armazena em uma variável int
int altura = canvas.getHeight(); //Captura a altura da tela e armazena em uma variável int
This page was last modified on 10 November 2011, at 07:26.
110 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved