Autor wpisu: Paweł , tekst pochodzi ze strony: SimBlog.pl Oprogramowanie automatyzujące dostęp do popularnych serwisów internetowych wydaje się na pozór czymś zbędnym, bo każdy współczesny smartfon posiada w miarę sprawną przeglądarkę, a dodatkowo można skorzystać chociażby z czytników RSS. Z drugiej strony surfowanie po stronach www na niewielkim ekranie nie jest zbyt wygodne. Jeśli nawet korzystanie z mobilnych wersji serwisów internetowych daje nam się we znaki, to możemy sięgnąć
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