I have code that generates a data-driven SVG graph and I\'d like to display the graph directly. The method:
I want to get the longitude and latitude of device.开发者_JAVA技巧 I used location api to get the longtitude and latitude the problem now I am facing is that I could not call the getLocation() methodi
Why is the s开发者_JAVA技巧uper() constructor recommended to be called when extending any of the RIM Screen classes? It was my understanding that the no-arg constructor of any super class was implicit
I\'m developing a BlackBerry application in which I need to unpack a zip file compressed with PKZIP.The package could have one file in it, or it could have 10; it will vary in each case.I know that th
I am getting parser exception as \"Expecting End of File\" while parsing xml data for Blackberry application?
My question is rather simple, but I couldn\'t find an answer, could be because I\'m using the wrong terms, but let me try: is there a way fo开发者_StackOverflow中文版r a BlackBerry application (extend
In my balckberry application i am using the Persistance,List and Threads to execute the code. The code is given below:
Currently I\'ve got 2 screens utilizing almost the same functionality and I\'d rather extract common logic into some base class but the extend different RIM UI clases: MainScreen and FullScreen. Due t
is there开发者_StackOverflow社区 a possibility to define somehow title\'s height? The main problem is a separator that is located under the actual title. So, possibly there is possibility to define s
Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application?