I am adding a custom LED color in BlackBerry programmatically using LED.etColorPattern(int[] pattern, boolean repeat) method.
I want to ap开发者_Python百科pend the text to a text file in blackberry ,how can i do itCheckout this code. This basically writes log to a file in SD Card. You can customize the way you want.Enjoy.
How can I get th开发者_如何转开发e Total memory usage by all running applications? Basically I want to find whether the memory usage is greater than 30% or above.As suggested by Rafael, you can make u
In my BB application I need to play/record sound and simultaneously show a Sound Graphic Analyser(as shown in image attached) within the application.I have searched forums but have found nothing signi
Is it somehow possible to clip a sound file i between ? In my application I have to provide the user the ability to create a ringtone out of a sound file and the user will enter the start and end time
I want to create a database on my blackberry device when my app is installed. I did not find any event (e.g. onInstalled) so that i can create my databse on this event when the app is installed.
i m working with the application which are needed to get current lat long of user开发者_运维问答 .
I am doing an application where I want to find a specific char in an array of chars. In other words, I have the following char array:
I\'ve uploaded an app in blackberry app world. Its support from 4.5 Now i hav开发者_StackOverflow社区e changed some changes in my app. I\'ve added browser field. Its support from 5.0.
Can we开发者_运维百科 close any other applicaton running in background from our application. Want functionality just similar to Task manager.