Paypal has shown an original solution at the event LeWeb in Paris. Do you think it is going to have success?
mercoledì 14 dicembre 2011
Paypal shows the interactive shop window
Paypal has shown an original solution at the event LeWeb in Paris. Do you think it is going to have success?
martedì 21 dicembre 2010
The Blackberry devices different resolutions

I found the table below on a nice website (MobiMadness) and I think it worths share it with you. It lists the screen resolutions of the different Blackberry families:
BlackBerry® 7100 Series | <><>240 x 260 pixels | <><>* Icon layout: 60 x 55 pixels * Zen layout: 48 x 36 pixels | <><>
BlackBerry® Pearl™ 8100 Series | <><>240 x 260 pixels | <><>* Icon layout: 60 x 55 pixels * Zen layout: 48 x 36 pixels | <><>
BlackBerry® Pearl™ Flip Series | <><>240 x 320 pixels | <><>46 x 46 pixels | <><>
BlackBerry® 8700 Series | <><>320 x 240 pixels | <><>* Icon layout: 53 x 48 pixels * Zen layout: 48 x 36 pixels | <><>
BlackBerry® 8800 Series | <><>320 x 240 pixels | <><>* Icon layout: 53 x 48 pixels * Zen layout: 48 x 36 pixels | <><>
BlackBerry® Curve™ 8300 Series | <><>320 x 240 pixels | <><>* Icon layout: 53 x 48 pixels * Zen layout: 48 x 36 pixels | <><>
BlackBerry® Curve™ 8350i smartphone | <><>320 x 240 pixels | <><>52 x 52 pixels | <><>
BlackBerry® Curve™ 8520 smartphone | <><>320 x 240 pixels | <><>52 x 52 pixels | <><>
BlackBerry® Bold™ Series | <><>480 x 320 pixels | <><>80 x 80 pixels | <><>
BlackBerry® Curve™ 8900 smartphone | <><>480 x 360 pixels | <><>80 x 80 pixels | <><>
BlackBerry® Storm™ Series | <><>portrait view: 360 x 480 pixels portrait view with keyboard: 360 x 247 pixels landscape view: 480 x 360 pixels landscape view with keyboard: 480 x 156 pixels | <><>73 x 73 pixels | <><>
BlackBerry® Tour™ 9630 smartphone | <><>480 x 360 pixels | <><>80 x 80 pixels | <><>
lunedì 22 novembre 2010
Mobile advertisement: Apple and Android at the same level in the USA
From the Italin blog Mobileblog: A research of the mobile advertising firm MillenialMedia (that has monitored the click on the optimized banner for the mobile) says that Android has reached Apple at the top of the ranking of the OS managing the largest part of the advertisement market.
Apple percentage drops from 56% to 37%, same percentage of Android. Thrid place for RIM with the Blackberry platform. Very far the rest of the operating system (around the 2%)
Apple percentage drops from 56% to 37%, same percentage of Android. Thrid place for RIM with the Blackberry platform. Very far the rest of the operating system (around the 2%)

venerdì 12 novembre 2010
Blackberry: place a field at the bottom of a screen
When you need to place a field at the bottom of your application screen you can use the setStatus method in the Screen object.
That will keep your field anchored at the bottom even if the rest of the screen is scrolling.
See this question on Stackoverflow
That will keep your field anchored at the bottom even if the rest of the screen is scrolling.
See this question on Stackoverflow
giovedì 19 agosto 2010
GetJar AppIt! service to increase your application downloads

It's up to GetJar platfrom recognize the platform coming for the download and serve it with the right package. Soon a button similar the existent "Share on Facebook" or "Retweet on Twitter" will be provided by GetJar: "AppIt on Getjar" to share applicatin across platforms, countries and handsets.
mercoledì 11 agosto 2010
Looking for Mobile developers
A mobile start-up company based in Verona (north of Italy) is looking for developers (both to join the company or freelance)
More information writing to: gerdavax@tiscali.it
More information writing to: gerdavax@tiscali.it
giovedì 17 giugno 2010
Navigate the Blackberry screen stack
You need sometimes to know which screens are in the screens stack of your Blackberry application maybe because you want to remove all the screen below a specific screen because they are not needed anymore.
First of all you can get the active screen using the instruction:
Once you have the screen object you can call on it the method:
you will get the screen object below. Generally you can move along the stack using also the method
used together with the previous getScreenBelow method.
First of all you can get the active screen using the instruction:
UiApplication.getUiApplication.getActiveScreen();
Once you have the screen object you can call on it the method:
getScreenBelow()
you will get the screen object below. Generally you can move along the stack using also the method
getScreenAbove()
used together with the previous getScreenBelow method.
Iscriviti a:
Post (Atom)