June 20th, 2009mominaLeave a commentGo to comments Now that the Pre is out and about, the next thing on our wonder-list is what will Sprint do to save its neck further. Market analysis from Smart Trend has reported that n unnamed Sprint spokesperson revealed a tri-mode handset coming down the pipeline sometime in 2009/2010. The phone in question will be sporting CDMA, WiFi and WiMAX compatibility, which would provide a healthy mix of CDMA coverage and awesome data speeds where WiMAX is available
Informacja: 2009-06-20
Inne wiadomości z dnia 2009-06-20
Hi, Is it possible for me to dynamically switch the adapter of a Gallery? In the onCreate() of my activity, I did this: myGallery.setAdapter(adapter1) ; And then later on in my code, I did myGallery.setAdapter(anotherAd apter1); I tried, that but in the emulator, the myGallery never gets update when I do
Informacja: 2009-06-20
Dziękujemy za odwiedziny /przegladprasy
A really easy way is to use System.currentTimeInMillis() - it returns the number of milliseconds since "the epoch" (1970) long start = System.currentTimeInMillis(); // Do some operation. .... .... // howLong has number of millis the operation took long howLong = System.currentTimeInMillis() - start;
Informacja: 2009-06-20
Dziękujemy za odwiedziny /przegladprasy
Hi, As the seekbar thumb is a drawable so its support for animation seems limited. It may not be feasible but I would like to hear feedback from those who have more experience w/ UI. Animations I have in mind are quite simple like a few blinks when layout becomes visible. With Views, blinks can be easily implemented with alpha & cycles but
Informacja: 2009-06-20
Dziękujemy za odwiedziny /przegladprasy