Categories
- Android(5)
- Blackberry(1)
- Five Minutes(34)
- iOS(14)
- IT industry(4)
- Java(11)
- Nokia(4)
- Software testing(10)
- Technology(21)
Recent posts
Calendar
May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Lend a hand! @ NYC BigApps 3.0
We recently accepted the NYC BigApps 3.0 challenge organized by the City of New York and applied for its competition. The challenge was to enhance New Yorkers’ everyday life by finding a better use for city’s raw data sets available online. Our candidate on the competition was Lend a hand!, an Android application that makes it easier for people to browse open volunteering positions throughout the city and apply to them.
Leave a comment
Posted in Android, IT industry
Cross-platform javascript touch scrolling
Currently CSS position:fixed property is only partially supported on mobile devices. iOS below version 5 doesn’t support it at all and Android is plagued by fragmentation hell. To solve these problems developers created libraries for JavaScript scrolling powered by CSS3 transitions. We recently wrote from scratch cross-platform mobile web site which uses a combination of native scroll and multiple touch scroll libraries depending on device. In this post I’d like to share our experiences..
Facebook SDK for Android meets link sharing (and querying)
Facebook SDK for Android does a pretty good job of providing Facebook support for your app. However, SDK doesen’t give you a direct way to do stuff that web users find trivial. Link sharing and link querying being two of them.
Sharing a link actually means posting a link to your wall. Keep in mind that posting a link is different from posting a status with a link attached. Posting a link brings much more value then just attaching it to a wall post, key value being the link statistics. Some of the statistics gathered for a shared link (available via Facebook Query Language) are the number of times someone shared a link, liked a link, commented on a link, etc.
Read more
Targeting High Screen Densities with CSS Media Queries
The future is here – more and more handhelds are being built with high definition screens. The iPhone ships the Retina display, while on the Android (as of August 02, 2010) HDPI accounts for more than 50% devices.
To web developers, there is clearly a need to build high density compatible web sites.
Read more
First impressions of new Android phone, HTC Hero
HTC Hero is my first Android phone and I’m using it for a month now. First minute impressions were very good and that is mostly because of its user-interface, the latest version of HTC Sense™ and applications that are bundled with it. Looking from the outside, device itself looks very nice but still not that elegant like an iPhone:
- Front side has a trackball and six buttons (‘Call’, ‘Home’, ‘Menu’, ‘End call’/’Lock screen’, ‘Search’ and ‘Back’). This makes it look a bit geeky with too many hardware buttons in my opinion. Some other Android devices have just three of them (‘Menu’, ‘Home’ and ‘Back’).
- Up top there’s a 3.5mm headphones socket and at the base it has the ExtUSB port which is compatible with standard mini-USB. No complains here. And yes, it will recharge the battery when connected to computer with USB cable.
- Left side has volume controls and on the back there’s the 5-megapixel autofocus camera. There’s no flash and no dedicated camera button.
- To access microSD card it is necessary to remove back cover.