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
Email Configuration - Compose activity
Hi All, Is there anyway i can know is the email application configured correctly, before i fire the intent? Thanks
Informacja: 2009-04-10
Czytaj: Email Configuration - Compose activity
problems with bitmaps
Hi everybody I am having a problem with the BitmapFactory: this is my function, that reads a stream, and returns a bitmap: static Bitmap getBitmap(InputStream is) throws IOException { Bitmap bmp=null; //do some stuff... bmp=BitmapFactory.decodeStream (is);
Informacja: 2009-04-10
Czytaj: problems with bitmaps
JavaMediaFramework
HI to all..... Is it possible to include JavaMediaFramework for android application....
Informacja: 2009-04-10
Czytaj: JavaMediaFramework
Re: [android-developers] Conversion to Dalvik format failed with error
You cannot use Java MediaFramework with Android. -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Conversion to Dalvik format failed with error
Re: [android-beginners] progressDialog
If i understand correctly, you're showing it and closing it in the same thread and in the same method... That seem wrong to me in event driven development. I would have a piloting thread (like the one which instantiate your activity) that launch your long process IN ANOTHER THREAD, and create the
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] progressDialog
Sensor Nets Get Social
Read Write Web reviews on Citysense and WikiCity , iPhone applications that integrate sensor networks with social networks. While Dailywireless wrote about CitySense some 2 years ago , a recent W3C Workshop on the Future of Social Networking , held in Barcelona in January, reviews the trend of sensors mixing with social networks and offers some real-world applications. Both Social Networks and Sensors information can be modeled using Semantic Web technologies, says the pa
Informacja: 2009-04-10
Czytaj: Sensor Nets Get Social
Moblin instant-on OS promises 2-second boot time
Moblin, the Intel-founded Linux-based operating system, hopes to achieve an ambitious boot time of just two seconds in future iterations of its instant-on OS. The Moblin Linux kernel was created to be a fast and lightweight platform, specifically designed to run on an Intel Atom CPU.Whilst some may view these claims as lofty, Intel revealed that the major components of its software stack, including its graphics system, can already boot up in just a few seconds when using the latest Moblin Alpha
Informacja: 2009-04-10
Czytaj: Moblin instant-on OS promises 2-second boot time
Countdown to 1 Billion iPhone Apps Downloads - Apple Celebrates
Apple posted a Web page counting down (or actually counting up) to the one billion apps downloaded from the App Store . It
Informacja: 2009-04-10
Czytaj: Countdown to 1 Billion iPhone Apps Downloads - Apple Celebrates
Re: [android-developers] Re: Calling web services in android
The same way you might do it in "regular" Java: -- Use HttpURLConnection or HttpClient to retrieve the document [link] [link] -- Use DOM or SAX or the XmlPullParser to parse the document [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Calling web services in android
Pandora Internet Radio Is Cool
Jump to CommentsI have tried all sorts of Internet radios over the last several years. Never had one grab me or monopolize my interest.At the suggestion of a
Informacja: 2009-04-10
Czytaj: Pandora Internet Radio Is Cool
Re: How to determine the amount of characters that will fit into a TextView
I'd say if you know the text you want to put into the TextView, you should be able to measure the text and compare to the size of the TextView... In the API Demos, there is a measure text sample. I'd start there. On Apr 9, 3:11 pm, "nwmotog...@gmail.com" <nwmotog...@gmail.com> wrote:
Informacja: 2009-04-10
Czytaj: Re: How to determine the amount of characters that will fit into a TextView
Sprint puts a vacation blackout on May -- Palm Pre launch likely?
Well, we're circling in, folks. Hot on the heels of learning that Sprint employees have the Palm Pre in hand for training, there's word from all sides that Sprint has put a vacation blackout on the month of May for retail employees, which would seem to imply that the Pre will be launched sometime in there. We saw similar vacation freezes on AT&T's end for both iPhone launches, and those ended up fairly accurate. We haven't seen this memo personally, or threatened any Sprint employees for
Informacja: 2009-04-10
Czytaj: Sprint puts a vacation blackout on May -- Palm Pre launch likely?
speech bubble like in Google Maps
I'm coding an application wich uses the map. The map shows moving Objects. The direction in which objects are move should be(displayed as arrow) the object-image. so i startet with the implementation of the map view. How can i create objects on the map, which (after klicking on them) are able to show their names and also that specific arrows to jump to
Informacja: 2009-04-10
Czytaj: speech bubble like in Google Maps
String->Integer Hashmap alternative
Currently, I'm using a hashmap which maps strings to integers. I've read that using a wrapper for a primitive type in a hashmap has extra cost and was wandering if there is an alternative I could use. I've seen sparsearrays in the sdk, but they map ints to objects but I need the opposite. Is there an alternative to hashmap available for this or
Informacja: 2009-04-10
Czytaj: String->Integer Hashmap alternative
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
Re: [android-developers] showing graph in Application
jj wrote: [link] [link] [link] I am sure there are other graphing/charting components or techniques. And, you can always draw your own on a Canvas.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] showing graph in Application
iLightr Now Available in the Android Market
Jimmy Fallon with the iPhone Version of iLightr iLightr, the popular app for the iPhone is now available for Android via the Android Market. The developers over at Übermind have commented that this is not just a simple port over to Android
Informacja: 2009-04-10
Czytaj: iLightr Now Available in the Android Market
no root access.. how to put file...
I am not able to understand one simple issue.. if there is no root access to file system even to the user who owns the phone then why on earth would the dev guide include commands like adb push <local> sdcard .... when the sdcard of emulator is read only.. Is this some kind of mockery or sarcasm with the users?????
Informacja: 2009-04-10
Czytaj: no root access.. how to put file...
Re: [android-developers] Re: Stopping all services..
Well, the built-in music player is open source: [link] In principle, you could make a sleep-timer patch and submit it: [link] Admittedly, there is a learning curve for making changes to the source code, more so than with many open source projects, due to the unusual
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Stopping all services..
How to use a Handler to launch a Toast (or a dialog) from a thread ?
Hi everybody, I do not understand well the concept behind the Handler. I want to launch a Toaster (or a dialogActivity) from a thread, to be displayed in the main UI of my application. Here is my code: // IN MY ACTIVITY : Handler handler = new Handler(); Thread thread = new SmsishingUtils(this,
Informacja: 2009-04-10
Czytaj: How to use a Handler to launch a Toast (or a dialog) from a thread ?
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
Android jako niańka do dziecka
Autor wpisu: Janek , tekst pochodzi ze strony: SimBlog.pl Paweł pisał jakiś czas temu o podobnej aplikacji na Symbiana. Generalnie chodzi o to, że kiedy hałas w otoczeniu osiąga pewną granicę (zdefiniowaną przez nas w decybelach), komórka wykona połączenie na ustawiony numer. Szczerze mówiąc nie widzę innego sensownego zastosowania niż nasłuchiwanie czy dziecko śpi. Ale czy HTC G1 - jedyny telefon z Androidem - nie jest zbyt fajną zabawką, żeby zostawić ją dziecku? Do pobrania tu
Informacja: 2009-04-10
Czytaj: Android jako niańka do dziecka
Can Google build open source communities
While the Googlers want to talk today about improvements to GMail for mobile , there remains a serious concern for you to discuss this weekend. Is Google really good at being part of an open source community? There are three types of mobile source projects: One-company projects. Multiple-company projects. Community projects, which may or may not have a commercial arm. Google has proven it has great open source developers. An open source project that is headed by Google will get th
Informacja: 2009-04-10
Czytaj: Can Google build open source communities
How to determine the amount of characters that will fit into a TextView
I am trying to place only the exact amount of data into a TextView but I need to know how much it can hold. Is there a way to do this based on it's height, width and the textsize?
Informacja: 2009-04-10
Czytaj: How to determine the amount of characters that will fit into a TextView
TapTap Revenge: Coldplay - kolejna edycja TTR
Autor wpisu: Krystian , tekst pochodzi ze strony: SimBlog.pl http://simblog.pl Jesteś fanem zespołu Coldplay , a Twoja ulubiona gra dla iPhone
Informacja: 2009-04-10
Czytaj: TapTap Revenge: Coldplay - kolejna edycja TTR
A Billion Served: Apple Throws Contest to Celebrate Download Milestone
Apple has announced a contest to celebrate the approaching 1 billionth download from the iTunes App Store: As of today, nearly one billion apps have been downloaded around the globe. So we just want to say thanks
Informacja: 2009-04-10
Czytaj: A Billion Served: Apple Throws Contest to Celebrate Download Milestone
Re: ListView not touchable in my Activity
I don't see any itemClickListener registered ?
Informacja: 2009-04-10
Czytaj: Re: ListView not touchable in my Activity
Choosing our iPhone development team, and racing to launch at Under the Radar
Yesterday
Informacja: 2009-04-10
Czytaj: Choosing our iPhone development team, and racing to launch at Under the Radar
Re: How to order the items of GridView?
Thanks a lot, Romain.
Informacja: 2009-04-10
Czytaj: Re: How to order the items of GridView?
get information from web service
I am new at this and I was hoping someone can point me in the right direction. I created an endpoint (web service) in MSSQL Server. I know that that uses soap to communicate. How do I go about using that web service in android. A tutorial would be great. I have seen some tutorials using kSOAP but I didn't quite grasp how it ties into the
Informacja: 2009-04-10
Czytaj: get information from web service
RE: [android-developers] Re: When will google post official cupcake SDK
When the fix is in the open source repo I'll roll some new SDKs. As for a date for a Google originated SDK, there's no solid commitment to a date as yet. Al. --- * Written an Android App? - List it at [link] * ====== Funky Android Limited is registered in England & Wales with the
Informacja: 2009-04-10
Czytaj: RE: [android-developers] Re: When will google post official cupcake SDK
Nokia contest Apple
by Zou 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 2009 to 33% of Symbian
Informacja: 2009-04-10
Czytaj: Nokia contest Apple
Handing incoming calls
Hi, I'm having issues using the android.intent.action.ANSWER Intent. From what I understand in the reference documentation, it's an Activity Action, not a Broadcast Action. This means that I can't "wake up" my app by setting a intent-filter on it, it means I can send the intent to ask android to answer an incoming call. But... since an incoming call makes
Informacja: 2009-04-10
Czytaj: Handing incoming calls
Audioboo.fm
On this blog before I have mentioned the audio creation tool Gabcast before, however since they started to charge for their service, I know that a lot of people have been trying to find a free alternative. Now generally I don
Informacja: 2009-04-10
Czytaj: Audioboo.fm
Conversion to Dalvik format failed with error
Hi to all.... I include JMF in my application. When i run my application the following type of error will occurring... [2009-04-09 16:20:03 - nithin] trouble processing "javax/sound/midi/ControllerEv entListener.class": [2009-04-09 16:20:03 - nithin] Attempt to include a core VM class in something other than a core
Informacja: 2009-04-10
Czytaj: Conversion to Dalvik format failed with error
Re: [android-developers] Re: Permissions to install other apps...
That's why apps can't install other apps without the user being involved. I was addressing the first part of the original poster's request, being able to download and run Dalvik code in your own process. In that case the new API will let you do this, though of course you are running the other code as
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Permissions to install other apps...
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:
Re: Black areas during alpha animation on transparent PNGs.. Help !
Here is the screenshot ... I have compared it.. please take a look and someone help me .... [link] this is just a sample.. on my real application due to the colors used, the blackness appears more..
Informacja: 2009-04-10
Czytaj: Re: Black areas during alpha animation on transparent PNGs.. Help !
Jak zmienić sygnaturę w Mail.app w iPhonie?
Autor wpisu: Paweł Cebula , tekst pochodzi ze strony: Applemania.pl Praktycznie każdy klient poczty obsługuje możliwość dodawania sygnatury. Podobnie jest z iPhone
Informacja: 2009-04-10
Czytaj: Jak zmienić sygnaturę w Mail.app w iPhonie?
Insert bail out joke here
Say you are watching Fox News, (Please don
Informacja: 2009-04-10
Czytaj: Insert bail out joke here
Review: LG Arena KM900 S-Class UI touchscreen mobile phone
Many of you will remember this time last week, we were invited to the exclusive launch of the LG Arena KM900 blogger event ( here and here !). It was a great chance to be able to see live for the first time how the latest LG S-Class user interface worked on the new LG Arena - a full touchscreen mobile phone which LG has pitched to be
Informacja: 2009-04-10
Czytaj: Review: LG Arena KM900 S-Class UI touchscreen mobile phone
Re: Change the location of the tab in a TabLayout
Bump! Is there a way to do this? This would be incredibly useful when having a tab layout in horizontal screen orientation. The tabs themselves take up a lot of vertical screen space...
Informacja: 2009-04-10
Czytaj: Re: Change the location of the tab in a TabLayout
TweetStack: Get Your TweetDeck Columns on Your iPhone [Free Copi...
Even at $2.99, Tweetie has managed to claim the hearts and minds of iPhone Twitterers who are willing to pay to get features like multiple accounts, retweeting, following, and search in a fast and flexible Twitter app. read more
Informacja: 2009-04-10
Czytaj: TweetStack: Get Your TweetDeck Columns on Your iPhone [Free Copi...
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