blackberry

How to launch AppWorld from an application? [BlackBerry]

白昼怎懂夜的黑 提交于 2020-01-02 06:08:09
问题 This might be a easy question but i couldn't find solution. I want to open AppWorld by clicking a button in my BB application. For example when user clicks this button Appworld will show "Facebook Application" page. Can i do this? In Android platform this line launches GooglePlay for Facebook App. Does BlackBerry supports this kind of method? startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.facebook.katana"))); 回答1: Here is a simple way to do this: Browser

How to launch AppWorld from an application? [BlackBerry]

▼魔方 西西 提交于 2020-01-02 06:07:30
问题 This might be a easy question but i couldn't find solution. I want to open AppWorld by clicking a button in my BB application. For example when user clicks this button Appworld will show "Facebook Application" page. Can i do this? In Android platform this line launches GooglePlay for Facebook App. Does BlackBerry supports this kind of method? startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.facebook.katana"))); 回答1: Here is a simple way to do this: Browser

Sockets and Processes in Java

可紊 提交于 2020-01-02 05:24:08
问题 In Java, what would the best way be to have a constantly listening port open, and still send upon receipt of a packet. I am not particularly savvy with network programming at the moment, so the tutorials I have found on the net aren't particularly helpful. Would it make sense to have the listening socket as a serversocket and run it in a separate thread to the socket I'm using to send data to the server? In a loosely related question. Does anyone know if programming simply for java, in

What are the key differences between Android, iOS and Blackberry OS?

假装没事ソ 提交于 2020-01-01 19:17:31
问题 What are the key differences between Android, iOS and Blackberry OS in terms of level of accessibility by application developers (i.e. access to the video input, sound input, phone functionalities, to which extent, etc.)? PS: Assume latest version of each OS. EDIT: Can someone turn this into a wiki so we can compile answers from people that don"t necessarily have experience in all 3 plaforms. 回答1: I'm not familiar with BlackBerry, but on Android and iOS you can access just about anything.

How to download images asynchronously from web server

谁说胖子不能爱 提交于 2020-01-01 16:48:07
问题 My application screen looks similar to the image attached. I have multiple rows and each row has a Bitmap image, title and description field. All the information's are getting fetched from our supporting web-server in the form of XML. Now, I have used observer design pattern, which creates a separate thread for connecting to my remote server over HTTP, downloads and parse the XML. The XML includes the URL for image, title and description for each row. I have tried few approaches so far,

How to download images asynchronously from web server

倾然丶 夕夏残阳落幕 提交于 2020-01-01 16:48:06
问题 My application screen looks similar to the image attached. I have multiple rows and each row has a Bitmap image, title and description field. All the information's are getting fetched from our supporting web-server in the form of XML. Now, I have used observer design pattern, which creates a separate thread for connecting to my remote server over HTTP, downloads and parse the XML. The XML includes the URL for image, title and description for each row. I have tried few approaches so far,

SQLite for BlackBerry

℡╲_俬逩灬. 提交于 2020-01-01 14:39:43
问题 Is SQLite available for BlackBerry ? Is any other Database option available other than SQLite ? 回答1: SQLite has been shipped in Blackberry 5.0; here is the link: http://docs.blackberry.com/en/developers/deliverables/8682/SQLite_overview_701956_11.jsp 回答2: SQLite is scheduled to be released in the next version of the BlackBerry device software, no idea when that will be. Think they were scheduled to announce at hte recent WES event. You could try using Sybase SQL Anwhere as it's available for

Anyone ever tried to develop in C or C++ for Blackberry platforms?

折月煮酒 提交于 2020-01-01 09:26:29
问题 Every indication I have, based on my experience in embedded computing is that doing something like this would require expensive equipment to get access to the platform (ICE debuggers, JTAG probes, I2C programmers, etc, etc), but I've always wondered if some ambitious hacker out there has found a way to load native code on a Blackberry device. Anyone? Edit: I'm aware of the published SDK and it's attendant restrictions. I'm curious if anyone has attempted to get around them, and if so, how far

Error in BlackBerry_App_Descriptor.xml

跟風遠走 提交于 2020-01-01 07:02:08
问题 I've installed Blackberry Java plugin 1.3.0. When I create a new project BlackBerry_App_Descriptor.xml shows error. What is the problem? Is there any environment path problem? If yes, what should to set path? 回答1: InvalidRegex: Pattern value '([a-zA-Z_]{1,63}[\s-a-zA-Z_0-9.]{0,63}[;]?)*' is not a valid regular expression you should of course follow the hint in the error and check that none of your values in your BlackBerry_App_Descriptor.xml will fail the regex. However, there is a very

Which mobile operating system should I code for? [closed]

百般思念 提交于 2020-01-01 03:22:06
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I would like to rewrite two of our programs for mobile devices, but am a bit lost as to which platform to target. Complicating this