Re: Calling web services in android
It depends on what you mean by "web services," but there are many many many threads on this list about that topic. Try searching the list, you will find KSOAP examples (if you mean SOAP), and REST examples, and several discussions about when and where you should use "web services" with a mobile device.
Informacja: 2009-04-10
Czytaj: Re: Calling web services in android
Re: ListView row not receiving highlight with ImageButton in row
Ok I can see setting it to non-focusable 'solves' the problem but that's not really what I was hoping to do. Well, too bad, the user can't focus but only tap now.
Informacja: 2009-04-10
Czytaj: Re: ListView row not receiving highlight with ImageButton in row
A billion iPhone apps downloaded. Coming soon.
Filed under: Cult of Mac , Apple , iPhone , App Store , iPod touch Could it be Apple has delivered almost a billion iPhone/iPod touch apps (both free and paid)? The answer is a definite yes, and Apple has posted a page counting down (or counting up, really) to the big event. As I write this they're at 928 million apps and change. It's an amazing number, and Apple is celebrating the event with a contest . Fill out a form, no purchase required, and have a chance to win a $10,000US iTun
Informacja: 2009-04-10
Czytaj: A billion iPhone apps downloaded. Coming soon.
8Bits DVD to iPhone Video Converter 7.19
updated on Fri, 10 Apr 2009 22:43:10 +0300 - Convert almost all kinds of DVDs to iPhone
Informacja: 2009-04-10
Czytaj: 8Bits DVD to iPhone Video Converter 7.19
Re: [android-developers] How to deploy and bundle third party dynamic library
Questions regarding using the Android source code are best asked on a discussion list pertaining to the Android source code: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] How to deploy and bundle third party dynamic library
Emulator boot without the GUI interface, just show the "ADDROID" screen saver
Hi all I had fellow the "To check out the cupcake branch (http:// source.android.com/roadmap/cup cake)" instruction to check out the "cupcake" branch of android. After "make" the cupcake source code, i copy those three image files (ramdisk.img,system.img,userda ta.img) @ /out/target/product/generic/
Informacja: 2009-04-10
Czytaj: Emulator boot without the GUI interface, just show the "ADDROID" screen saver
Re: [android-developers] Re: list of request codes - their names and values?
That should be in your preferences, though. After all, you're the one asking for the ringtone via the RingtonePreference, right? Just open up your SharedPreferences (PreferenceManager.getDefaultS haredPreferences()) and read out the value. Or use Preference.OnPreferenceChangeL istener to be notified when
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: list of request codes - their names and values?
Nokia dispute Apple
by Professional editor working for cheaponsale . Global mobile phone market by the negative impact of economic crisis, in 2009 the global mobile phone shipments will fall 8.3% (IDC projected data), and intelligent mobile phone market contrarian expansion, in 2009 global smart mobile phone shipments will rise by 6% -11% (iSuppli expected data). Admoc from another set of data shows that: iPhone OS operating system in the global mobile OS market share by half a year ago to 4% growth in February
Informacja: 2009-04-10
Czytaj: Nokia dispute Apple
It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services
Spring is one of my favourite frameworks. It's an open source framework that helps the developers' life. Thanks to the Inversion of Control (IoC) pattern that Spring uses, it will save a lot of time in developing. In fact there are some factors you have to consider when you develop a Java application.Using the standard JEE approach you'll tend to write a lot of unuseful and repeatedly code or implementing J2EE design patterns that are workarounds for technology limitations rather than real solut
Informacja: 2009-04-10
Czytaj: It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services
Viximo releases Kids iPhone/iPod Touch Application "Farm Piano"
Viximo today announces two additional applications to the Viximo App Network, Farm Piano and Lucky Touch. Both social applications represent a first for Viximo with Farm Piano as the company's first app designed for kids and Lucky Touch as the first independently-created app developed by freelance designer, Peter Sziraki.
Informacja: 2009-04-10
Czytaj: Viximo releases Kids iPhone/iPod Touch Application "Farm Piano"
Software Developerâs Journal - Kwiecie
Kolejny numer Software Developer
Informacja: 2009-04-10
Czytaj: Software Developerâs Journal - Kwiecie
Get list from Website ( PHP , MySQL , HTTP request , XML )
Im having a problem. I am trying to build a software that communicates with a website. simply, i would like to have a php webpage that when i click a button it creates an alert on the phone. I planned on doing that by using a mysql database to with the website where the click from the webpage will update the database, then the
Informacja: 2009-04-10
Czytaj: Get list from Website ( PHP , MySQL , HTTP request , XML )
How to change the background color of an element in a list ?
Hi everybody, I've an activity that extends ListActivity. I do a kind of check on all elements of the list and if an element corresponds to my criteria, I would like to put the background of this element in green (by example) or to add any visual effect on this element. How can I modify the background of this element ?
Informacja: 2009-04-10
Czytaj: How to change the background color of an element in a list ?
Live Video streaming
HI to all Can anyone knows how Live Video streaming can be done Thanks in advance Nithin N V
Informacja: 2009-04-10
Czytaj: Live Video streaming
Animation on a view doesn't 'stick' in reality
Hi I'm using a TranslateAnimation to slide a ViewGroup in and out of screen. However after the animation slides the view out, the transparent view is still 'clickable' in the same place. I used setFillAfter to TRUE thinking that the animation would 'stick' but I can't seem to get the view out of my 'face'.
Informacja: 2009-04-10
Czytaj: Animation on a view doesn't 'stick' in reality
Re: [android-developers] Re: Conversion to Dalvik format failed with error
Hi.... I tried in SDK emulator. Even i have Same problem like yours. Till now i didnt run video on emulator.... Thank You Nithin N V
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Conversion to Dalvik format failed with error
Re: [android-developers] Animation on a view doesn't 'stick' in reality
Yes and no. No because you still need to hide the view yourself. Yes because you can just do this: myView.startAnimation(myAnimat ion); myView.setVisibility(View.INVI SIBLE); // or GONE Android will hide the View and run the animation but still draw the View as long as the animation is running.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Animation on a view doesn't 'stick' in reality
Subclassed ImageView does not draw in Gallery View
I am subclassing the ImageView class and adding to the Gallery View. But, nothing seems to get drawn in the expected location; though I can fling through the Gallery list. I added an image from a resource, and it shows up correctly in the Gallery. Any idea on why this may be happening? Here is the code I am using:
Informacja: 2009-04-10
Czytaj: Subclassed ImageView does not draw in Gallery View
Multicast problem
Hi, I'm trying to develop an application that need to send UDP Multicast packets to the local network. There is a few equipments that respond to this packets and send back some informations. I'm not worried with the server right now, because there is a server on the same network that collect all this multicast data.
Informacja: 2009-04-10
Czytaj: Multicast problem
T-Mobile announces New York City Launch Event on April 21st
T-Mobile has just recently sent out some email invitations for a launch event on April 21st that will be taking place in New York City. Exciting
Informacja: 2009-04-10
Czytaj: T-Mobile announces New York City Launch Event on April 21st
Re: When will google post official cupcake SDK
When is Google planning on distributing an SDK that does not have such a bug?
Informacja: 2009-04-10
Czytaj: Re: When will google post official cupcake SDK
Friday Links: Android VoIP Handsets, VoIP in the EU
RingPlus is offering a free vacation getaway Read about it on TMCnet. TG Daily reports that the EU may force wireless carriers to allow VoIP on cell phones. EE Times says that a slew of Android products from Google including VoIP handsets are on the very near horizon.
Informacja: 2009-04-10
Czytaj: Friday Links: Android VoIP Handsets, VoIP in the EU
Random 60: Game systems
Random 60 : Game systems | Favorite on Viddler . As it stands I have, setup and working, an original Nintendo, Xbox 360 (which I use for Connect360 ), and a Nintendo Wii. The Wii is slowly replacing the original Nintendo completely while the 360 ends up being my media center more than my gaming console. I never play games on my computer anymore, though I only played games on computers when I was a Windows user. I do play games on my iPhone but only when I have nothing else to do. Papijump
Informacja: 2009-04-10
Czytaj: Random 60: Game systems
Install Android on a LapTop
Can I install Android on a Laptop ? Thx
Informacja: 2009-04-10
Czytaj: Install Android on a LapTop
Post subject: Store the data in raw folder of res directory
Hello, My application has requirements to store or edit the file data in the file which is available in Raw folder. Can some one tell me how it is possible ? I want to store the audio data in mp3 file which is available in res folder.
Informacja: 2009-04-10
Czytaj: Post subject: Store the data in raw folder of res directory
Scarpar Powerboard - terenowa decha ekstremalna
Autor wpisu: Tomek , tekst pochodzi ze strony: Gadżetomania.pl http://gadzetomania.pl Pamiętacie hoverboard - powietrzną deskę na której Marty McFly pomykał w 2 części Back to the Future ? No więc Scarpar Powerboard niestety nie unosi się na poduszcze powietrznej, ale można na niej poszaleć nie gorzej niż na desce Marty
Informacja: 2009-04-10
Czytaj: Scarpar Powerboard - terenowa decha ekstremalna
Re: Stopping all services..
I see your point and definitely agree. I would really like to see a sleep timer function for the music player though and don't think I would be able to write a whole music player application that could compete with the others out there...
Informacja: 2009-04-10
Czytaj: Re: Stopping all services..
Apple Releases 3 New iPhone Commercials:
Apple has released three new iPhone commercials, and once again, the ads focus on the versatility of iPhone applications and their use in everyday, real-life situations. The commercials end with the now familiar tagline
Informacja: 2009-04-10
Czytaj: Apple Releases 3 New iPhone Commercials:
Posts about Mobile Internet as of April 9, 2009
ARM Cortex-A8 MID debuts - motd.ambians.com 04/09/2009 HY Research announced what it calls the first mobile Internet Device (MID) based on the Texas Instruments BeagleBoard. Powered by the BeagleBoard
Informacja: 2009-04-10
Czytaj: Posts about Mobile Internet as of April 9, 2009
Recenzja wideo The Path. Czy gry to już sztuka?
Autor wpisu: Szymon , tekst pochodzi ze strony: GRRR.pl Jedna z najbardziej tajemniczych gier tego roku - pisze Sławek Serafin z GameCornera o grze The Path . Ttrzeba przyznać, że coś w tym jest. Takie gry dają nam znakomite argumenty do rąk. Może i gry nie są jeszcze sztuką, ale na pewno zaczynają nią bywać. Wychodzimy powoli z masowej papki pełnej wybuchów i kosmitów dochodząc do momentu, w którym można by bez problemu zorganizować wystawę gier artystycznych, zmuszających do my
Informacja: 2009-04-10
Czytaj: Recenzja wideo The Path. Czy gry to już sztuka?