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
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
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
Nokia challenge Apple
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's market share in the same pe
Informacja: 2009-04-10
Czytaj: Nokia challenge Apple
(pre- & post-) processing raw audio data
I want to develop an app that lets one intercept raw audio data sent for playback (possibly by a different app), and apply audio enhancements over this raw data. Does Cupcake allow such filtering of audio data? If so, which API should I use? I understand this may not be possible at an application level for security
Informacja: 2009-04-10
Czytaj: (pre- & post-) processing raw audio data
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?
who put an icon in status bar to indicate the mobile network type?
In 1.5, I find an inco in status bar to indicate current network type (2G or 3G). Would you please tell me which app sets this icon in status bar? I'd like to go through the source code... Thank you in advance.
Informacja: 2009-04-10
Czytaj: who put an icon in status bar to indicate the mobile network type?
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
Programmatically delete a home-screen shortcut
Hi, I have some questions related to Android's home-screen contents: 1) Is there a way to programmatically delete a home-screen shortcut on Android? I know that it can be done manually but I want to do it in code. 2) Is there a directory where all the contents of the home-screen are stored and, if there is, is there a way to update the contents of
Informacja: 2009-04-10
Czytaj: Programmatically delete a home-screen shortcut
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
Re: [android-developers] Post subject: Store the data in raw folder of res directory
You cannot modify an APK's resources in-place at runtime. You would need to copy the resource out to some other location (e.g., SD card) and modify it there.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Post subject: Store the data in raw folder of res directory
Re: [android-developers] who put an icon in status bar to indicate the mobile network type?
Questions regarding the source code are best asked on lists pertaining to the source code: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] who put an icon in status bar to indicate the mobile network type?
Calling web services in android
Hi All, I am doing game project where in i need to call PHP web service and display scores in score board. I am new to android,Can somebody please help on how to call web services in android. I searched for so many examples,but no example looked to be working. It is urgent,Please help.
Informacja: 2009-04-10
Czytaj: Calling web services in android
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
Re: How to use AutoCompleteTextView with SimpleCursorAdapter
<<Unfortunately, this is not a complete worked out example. Could someone forward me a more complete example? I've found lots of code fragments, but no code that shows how to initialise the SimpleCursorAdapter contents, or how it works together with the AutoCompleteTextView. >> <There is also an example in the APi demos with the
Informacja: 2009-04-10
Czytaj: Re: How to use AutoCompleteTextView with SimpleCursorAdapter
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: [android-developers] Are there alternate ways to look up user phone number when TelephonyManager returns null?
Not only does this apparently return null in some cases (like you got), it does not have to necessarily return a valid value. I tried your code, and I get a phone number that I *think* is what I was originally assigned when I bought the G1, before my other T-Mobile number could be ported over. So I am not certain this method is reliable in any case.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Are there alternate ways to look up user phone number when TelephonyManager returns null?
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
How to remove the WebView top/left 8-pixel inner margin?
Hello. After some search, even in the WebView and related classes source code, I could not find where the built-in 8-pixel inner margin of a WebView is set. I would like to display a WebView with no inner margin: is it feasible, please? Or am I missing something and there is no top and left inner margin inside a WebView?
Informacja: 2009-04-10
Czytaj: How to remove the WebView top/left 8-pixel inner margin?
Re: [android-developers] Re: More Than One Instance of Application
I ran into this as well. Try adding this to the Activity tag ... android:launchMode="singleTask " Jason Van Anden [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: More Than One Instance of Application
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
Losing Data on Reboot
So, I made a mistake and I still had the debug version of my app (from Eclipse) on my phone when I tried to install a signed version. The install failed, but I could no longer access the debug version in Manage Applications to uninstall it. I was at work and couldn't reinstall the debug version in order to uninstall, so I did a complete
Informacja: 2009-04-10
Czytaj: Losing Data on Reboot
Re: Losing Data on Reboot
If it helps at all, I've discovered that this only happens if my bootup service tries to read certain preferences and install an alarm. I've used this process to install several other alarms, but for some reason the latest alarms I've added have been causing me to lose all my preferences on a reboot.
Informacja: 2009-04-10
Czytaj: Re: Losing Data on Reboot
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
Re: String->Integer Hashmap alternative
If you mean you map 'String's to 'int's, then yes, you have some overhead because of the autoboxing of Java, making 'int's into 'Integer's. If your map's keys (in this case Strings) can be any possible String, i would just use a Map<String, Integer>. Depending on how you use this map, you should create a TreeMap or a
Informacja: 2009-04-10
Czytaj: Re: String->Integer Hashmap alternative
Can an Italian company sell apps directly?
Hi, checking the Google Checkout signup process, it seems that only UK and US companies can signup, and so sell apps through Android Market. Is this true? If yes, should a company look for a publisher in UK or US to sell apps? Are there any official plans on when Google will allow companies from
Informacja: 2009-04-10
Czytaj: Can an Italian company sell apps directly?
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 !
How to deploy and bundle third party dynamic library
Hi, If the application needs to use a third party dynamically linked library (.so) file, how to package that as bundle?. Can i follow the samples platform library example? The .so file is built with android toolchain. Will that work even if i have no source code.
Informacja: 2009-04-10
Czytaj: How to deploy and bundle third party dynamic library
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
Facebook ma 200 milionów użytkowników !
Facebook przekroczył 200 milionów użytkowników!! Przyznam, że ten fenomen zaczyna mnie fascynować. Nigdy wcześniej w internecie nie było chyba serwisu o takiej dynamice wzrostu (100 milionów w 8 miesięcy!) przy tak dużej skali i zakładam, że szybko taki nie powstanie. To co jest naprawdę niesamowite w Facebook to jego elastyczność i szybkość adaptacji do nowych warunków, nowych trendów czy też wymagań użytkowników. We will welcome our 200 millionth active user to Facebook some time today, an
Informacja: 2009-04-10
Czytaj: Facebook ma 200 milionów użytkowników !
Re: [android-developers] sample source code for beginner
You are probably not stupid. There are hundreds of blog posts and anddev.org boards with sample source code. It requires a bit of searching to find what you want, though. There are many open source Android projects on code.google.com and github.com. There are several books on Android, at least some of which have their
Informacja: 2009-04-10
Czytaj: Re: [android-developers] sample source code for beginner
Re: [android-developers] API Demos APK not running.
You may get better answers to your Android porting questions on a discussion list dedicated to Android porting: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-developers] API Demos APK not running.
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
Re: [android-developers] Stopping all services..
IMHO, that would be a rather significant security issue.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Stopping all services..
Re: [android-developers] More Than One Instance of Application
It brings the currently running instance to the foreground. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and
Informacja: 2009-04-10
Czytaj: Re: [android-developers] More Than One Instance of Application
Re: [android-developers] Re: Exception locking surface - lockCanvas() returns a null?
If you want to use the standard 2d APIs, don't use OpenGL. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: Exception locking surface - lockCanvas() returns a null?
Re: Permissions to install other apps...
Would not it be somewhat dangerous to allow apps is /data/app folder to install other applications?? An app can just create an infinite loop in which downloads applications which do not require any permission and keep on installing them and fill out the memory space? Birjodh
Informacja: 2009-04-10
Czytaj: Re: Permissions to install other apps...
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...
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
Re: problems with bitmaps
There's been a number of threads on this issue, the BitmapFactory tends to throw this out of memory errors when it really shouldn't, looks like a bug or memory leak. I'm not sure if it's cataloged as an official bug though. Using bitmap.recycle(), and reducing the sample size will mitigate , but not eliminate the problem. Also try reducing
Informacja: 2009-04-10
Czytaj: Re: problems with bitmaps
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] 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
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..
new NTP client tools on the Android Market
For those of you dealing with time data on the Android - or just want to see an NTP client work, check out the application I just published. It's free of course, and it's called "Navy Clock" It displays local time of the phone, the UTC time of the phone, and the time read from the US Naval Observatory in Washington DC.
Informacja: 2009-04-10
Czytaj: new NTP client tools on the Android Market
Re: [android-developers] Re: problems with bitmaps
If you have a reproducible test case, head over to [link] and make it official.
Informacja: 2009-04-10
Czytaj: Re: [android-developers] Re: problems with bitmaps
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..
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
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?
Re: Animation on a view doesn't 'stick' in reality
Okay I've figured it out. I would personally consider this a bug but not sure if this is how it's meant to be. Basically in onAnimationEnd I had to loop over all children inside the viewgroup (and children of children) and set their visibility to GONE/ INVISIBLE and the buttons stopped getting touch events after animation
Informacja: 2009-04-10
Czytaj: Re: Animation on a view doesn't 'stick' in reality
Re: CONTROL_LOCATION_UPDATES permission failure
Hello Richard, Thanks very much. This is very helpful. I am using the same SDK version but in this case I was not using the SDK. I had been experimenting with LocationListener too. I had been using onLocationChanged. Again, Thanks. Alex Donnini On Apr 9, 7:32 pm, Richard Schilling <richard.rootwirel...@gmail.co m>
Informacja: 2009-04-10
Czytaj: Re: CONTROL_LOCATION_UPDATES permission failure
android.permission.GET_ACCOUNTS
Are there any examples of how to use android.permission.GET_ACCOUNT S ? Or is this an unimplimented api? I found this site; [link] Though I haven't been able to get anything to work. I believe JBQ said it was a private api - but I'm not sure why the permission is listed
Informacja: 2009-04-10
Czytaj: android.permission.GET_ACCOUNTS
Re: [android-developers] android.permission.GET_ACCOUNTS
We unfortunately left most of the permission string constants in the SDK, even for ones protecting private APIs. So something being there doesn't mean there is an API for it. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to
Informacja: 2009-04-10
Czytaj: Re: [android-developers] android.permission.GET_ACCOUNTS
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
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...
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
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: 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
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
showing graph in Application
Hello I want to display graph(time ver distance) in Activity , how should be this achieved in Android. is there any tut available? Thank you
Informacja: 2009-04-10
Czytaj: showing graph in Application