testberry.blogspot.com
Developing BlackBerry Applications: January 2012
http://testberry.blogspot.com/2012_01_01_archive.html
নাসিমের ব্লগ. Tuesday, January 31, 2012. Animated GIF image Field With Text. This is a sample code for an animated GIF image field with a text at the bottom:. 0 : gifimage.getWidth() 50; } public int getPreferredHeight() { int imageHeight = gifimage= null? 0 : gifimage.getWidth() ; int imageHeight = (gifimage= null? Now this animated image field can be added to a manager:. Posted by Tariq M Nasim. Tuesday, January 10, 2012. Calculate Distance on Sphere ( Given latitude and longitude values). Calculate Di...
testberry.blogspot.com
Developing BlackBerry Applications: BlackBerry DateTimePicker: Selecting a date withing 7 days from now
http://testberry.blogspot.com/2012/02/blackberry-datetimepicker-selecting.html
নাসিমের ব্লগ. Sunday, February 26, 2012. BlackBerry DateTimePicker: Selecting a date withing 7 days from now. Can be used to select a particular date. After user selects a date, it can be checked whether the date is within a particular period of time using the after(). The DateTimePicker is shown each time the DateTimePicker.doModal(). Method is called. A Calendar. Object of the selected date can be found by calling the DateTimePicker.getDateTime(). Posted by Tariq M Nasim.
testberry.blogspot.com
Developing BlackBerry Applications: Invoking Google Map From BlackBerry Applications
http://testberry.blogspot.com/2012/04/invoking-google-map-from-blackberry.html
নাসিমের ব্লগ. Tuesday, April 3, 2012. Invoking Google Map From BlackBerry Applications. Can be invoked as an application from blackberry applications. For that we need to first download Google Maps. And then use the following code to invoke google maps as an application:. For more info, see this. Posted by Tariq M Nasim. Subscribe to: Post Comments (Atom). Create and use preverified JAR files in Blackberry. Customizing the Rows of a BlackBerry TreeField. Invoking Google Map From BlackBerry Applications.
testberry.blogspot.com
Developing BlackBerry Applications: Animated GIF image Field With Text
http://testberry.blogspot.com/2012/01/animated-gif-image-field-with-text.html
নাসিমের ব্লগ. Tuesday, January 31, 2012. Animated GIF image Field With Text. This is a sample code for an animated GIF image field with a text at the bottom:. 0 : gifimage.getWidth() 50; } public int getPreferredHeight() { int imageHeight = gifimage= null? 0 : gifimage.getWidth() ; int imageHeight = (gifimage= null? Now this animated image field can be added to a manager:. Posted by Tariq M Nasim. Subscribe to: Post Comments (Atom). Animated GIF image Field With Text.
testberry.blogspot.com
Developing BlackBerry Applications: Create and use preverified JAR files in Blackberry applications
http://testberry.blogspot.com/2012/04/create-and-use-preverified-jar-files-in.html
নাসিমের ব্লগ. Thursday, April 26, 2012. Create and use preverified JAR files in Blackberry applications. This post "blackberry-tips-bikas.blogspot.com: how-to-create-library-jar-file-and-use". Create the JAR file:. Create your Blackberry project (e.g. "MyLib"). Clean and build the project after adding all necessary files in the "src" folder and all necessary. Resource files in the "res" folder. Package the project: right click on the project- BlackBerry - Package Projects. Preverify -classpath "C: Eclips...
testberry.blogspot.com
Developing BlackBerry Applications: Calculate Distance on Sphere ( Given latitude & longitude values)
http://testberry.blogspot.com/2012/01/calculate-distance-on-sphere-given.html
নাসিমের ব্লগ. Tuesday, January 10, 2012. Calculate Distance on Sphere ( Given latitude and longitude values). This is the code for calculating the distance between two given points by their latitude and longitude values. The formula was taken from here. The MathUtilities.atan2() method is found only in BlackBerry API 4.6 or higher See The definition of atan2 here. This can also be calculated like this:. Posted by Tariq M Nasim. Subscribe to: Post Comments (Atom). Animated GIF image Field With Text.
testberry.blogspot.com
Developing BlackBerry Applications: April 2012
http://testberry.blogspot.com/2012_04_01_archive.html
নাসিমের ব্লগ. Thursday, April 26, 2012. Create and use preverified JAR files in Blackberry applications. This post "blackberry-tips-bikas.blogspot.com: how-to-create-library-jar-file-and-use". Create the JAR file:. Create your Blackberry project (e.g. "MyLib"). Clean and build the project after adding all necessary files in the "src" folder and all necessary. Resource files in the "res" folder. Package the project: right click on the project- BlackBerry - Package Projects. Preverify -classpath "C: Eclips...
testberry.blogspot.com
Developing BlackBerry Applications: February 2012
http://testberry.blogspot.com/2012_02_01_archive.html
নাসিমের ব্লগ. Sunday, February 26, 2012. BlackBerry DateTimePicker: Selecting a date withing 7 days from now. Can be used to select a particular date. After user selects a date, it can be checked whether the date is within a particular period of time using the after(). The DateTimePicker is shown each time the DateTimePicker.doModal(). Method is called. A Calendar. Object of the selected date can be found by calling the DateTimePicker.getDateTime(). Posted by Tariq M Nasim. Subscribe to: Posts (Atom).
testberry.blogspot.com
Developing BlackBerry Applications: May 2011
http://testberry.blogspot.com/2011_05_01_archive.html
নাসিমের ব্লগ. Tuesday, May 31, 2011. Search for Available Transports on the Device:. In order to connect to the internet from our blackberry applications we first need to search for the available transports. For a transport to be available we need to check whether there is sufficient coverage for that transport on the device and that there is a ServiceRecord available for that transport. Object should be used to get the ServiceRecord. 1 & uid.indexOf("gpmds")! 1 & uid.indexOf("wifi")! Class (net.rim&...
SOCIAL ENGAGEMENT