[android-developers] Returning to my application after a call ends

2008-11-30 Thread [EMAIL PROTECTED]
Hi, I want to return to my own application after a call originated from within it ends. I have implemented the notification to get the call state change to IDLE, and managed to launch another app from there, but not to launch my own app. Is this doable ? TIA

[android-developers] Can I interfere when a call is initiated (to reformat the number)

2008-11-30 Thread [EMAIL PROTECTED]
Hi, From my app I start the ACTION_VIEW intent on a contact record, to allow the user to select a phone number he/she wants to call or SMS. But - I want to know what number he/she selected. Can I somehow get a callback on this ? Or do I have to implement things myself - draw my own screen with

[android-developers] Re: How to implement a horizon scrollview?

2008-11-30 Thread ilikeB2
Thanks, i'll try... On 11月30日, 下午1时58分, Dianne Hackborn [EMAIL PROTECTED] wrote: There isn't one in the framework. You can get the ScrollView source code and make your own version that scrolls horizontally. On Wed, Nov 26, 2008 at 10:27 PM, ilikeB2 [EMAIL PROTECTED] wrote: Hi When i

[android-developers] Re: Can I use DownloadProvider and PackageInstaller in my application?

2008-11-30 Thread Xiaoliang Ding
Thanks JBQ and Ralf. Ding 2008/11/30 Jean-Baptiste Queru [EMAIL PROTECTED] The applications that use DownloadProvider are the Browser, Gmail, Market, and the System Updater. LIke Ralf said, the easiest way would be to look at the Downloader sample code. You can also just write it from

[android-developers] Re: For modular requirement

2008-11-30 Thread Xiaoliang Ding
Thanks Dianne. Your approaches are very helpful. We will try them both. Thanks Ding 2008/11/30 Dianne Hackborn [EMAIL PROTECTED] A good way to do this is publish it as a service in another .apk, which you can query the package manager for and bind to. This isn't really a true plug-in

[android-developers] addProximityAlert !!!

2008-11-30 Thread fala70
Hi, I am trying to use addProximityAlert from LocationManager class, but it doesn't work. Simply I've two class: .Test class is the Activity. It has a view with a button. On click of this button is called the addProximityAlert. MyBroadcastReceiver class is used to show a Toast message when the

[android-developers] Re: Android market and ADCII

2008-11-30 Thread Teo
Hi, i'm not disregarding the Google way of which i am very fond of :) Still, many Google apps weren't open source from the beginning, and some still aren't. Users (and devs) alike can contribute to my app for now by suggesting features (many of my users will tell you that the feature they

[android-developers] Re: Long Press - a SubMenu popup - how implement that?

2008-11-30 Thread Guillaume Perrot
Mark, the topic says submenu, but if you look at the first post it does deal with a context menu : When I long press a contact, then a sub menu pops up - to let me 'edit','remove' ... he just called it a submenu (because it looks exactly the same). So the standard way to do this is like I

[android-developers] When an app needs Google account credentials...

2008-11-30 Thread androidian
Let's say my app needs to use the Google account of the phone user, e.g. to interact with their contacts, mail etc or any other Google service requiring authentication. Now, the phone's user has logged in to their Google account once and once only I expect, and all the built- in apps are using

[android-developers] Re: Sending DTMF

2008-11-30 Thread legerb
This actually didn't work on the real device. The tones can be heard playing on the handset, but not at the destination end. Using STREAM_VOICE_CALL did sound logic, but it doesn't work, and in that case i don't understand the purpose of it. On Nov 6, 12:11 pm, [EMAIL PROTECTED] [EMAIL

[android-developers] Re: AlarmManager not always waking device (using RTC_WAKEUP)

2008-11-30 Thread Noam Wolf
Thanks for your response Dianne. This is the code I use to setup the alarmManager (from MyActivity): Intent intent = new Intent(MyActivity.this, MyBroadCastReceiver.class); PendingIntent sender = PendingIntent.getBroadcast (MyActivity.this, 0, intent, 0);

[android-developers] Re: AppMarket: does changing title/description of an app wipe out ratings and reviews?

2008-11-30 Thread Noam Wolf
I don't see this any longer even though I still see the alert when I do update. On Nov 4, 12:45 pm, atrus123 [EMAIL PROTECTED] wrote: IIRC, you can change the title/desc without it wiping out ratings, etc. I hope Google fixes this soon.  I try and do frequent updates for my users, and I

[android-developers] Re: How to enable screen transition when launching Activity

2008-11-30 Thread Dave Kong
Will it be? Is it disabled due to possible bug or patent issues? On Sun, Nov 30, 2008 at 12:59 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: Inter-activity transitions are not supported at this point, sorry. On Tue, Nov 25, 2008 at 11:51 PM, Tomei Ningen [EMAIL PROTECTED]wrote: This question

[android-developers] Re: XML-RPC

2008-11-30 Thread skink
i implemented very thin xml-rpc, try http://www.anddev.org/slim_xml-rpc-t3800.html pskink On Nov 24, 2:01 am, check_writer [EMAIL PROTECTED] wrote: I tried implementing the ApacheXML-RPC3.1 as I normally would in a Java 1.5 app in eclipse and got exceptions. What were the

[android-developers] NumberPicker

2008-11-30 Thread bw
Hi, Is there a way to get the NumberPicker widget used in Date and Time pickers? -Ben --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] how/where to create a custom icon for my application...?

2008-11-30 Thread DMT
Anyone know how/where to create a custom icon for an Android app (the image that appears in the Phone display immediately to the left of the the app name) in the Android Market? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] call to determine current context?

2008-11-30 Thread Peter Jeffe
I can't find any way to determine my current context, I'm hoping I'm just missing it, but maybe I'm missing something about contexts. I have a singleton object that maintains a connection to a service on behalf of potentially multiple activities, and I need to be able to bind/unbind on their

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Xavier Mathews
Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call? On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I want to return to my own application after a call originated from within it ends. I have implemented the notification to get the call state change to

[android-developers] Bug in IM client

2008-11-30 Thread bradycl_84043
Just wanted to report a bug in the IM client. I have a yahoo ID of bradycl_98012. When I moved to a new zip code a few years ago I created an alias within that yahoo ID of bradycl_84043. I log into yahoo messenger using bradycl_84043, I am on almost all of my friends buddy lists as

[android-developers] Re: Java App UI / Engine C split query

2008-11-30 Thread Josh Steiner
Your only option is to rewrite it in java. -Josh On Nov 28, 2008 7:58 AM, Mungbeans [EMAIL PROTECTED] wrote: If I have a large existing component alredy developed for another platform in C and I want to port it to Android what are the options? If I re-write the entire thing in Java that

[android-developers] LocationProvider power requirement

2008-11-30 Thread Mohamed Amir
Hi, LocationManager provides 2 LocationProviders, gps and network. I would like the know the value returned by LocationProvider.getPowerRequiremen() when called on each of them. How this value is calculated? Thank you. --~--~-~--~~~---~--~~ You received this

[android-developers] ListView + scrolling + CHOICE_MODE_MULTIPLE = trouble?

2008-11-30 Thread Chris Shearer Cooper
As the subject implies, I've got a ListView that has more entries than fit on the screen at one time, so it automatically scrolls, but also each entry in the list can be checked or not (CHOICE_MODE_MULTIPLE), and therein lies the problem. Using the default settings (e.g. fadingEdge), I don't

[android-developers] Problems with ListView using buttons on each row

2008-11-30 Thread Stefan
I have an issue with a list view that has buttons (more precisely ImageButton) on each row. (The list view is similar to the one used in the Amazon MP3 application included in the G1 where you can see the song/album name and press a button with the price to purchase it.) I need to be able to

[android-developers] Camera Settings

2008-11-30 Thread StarLog
There seems to be no settings for the camera, as far a lighting, i.e. setting day or night, setting flourescent or incadesent. Most cell phones with cameras have more options then this one, can we get a bit more control of the camera. My biggest concern is taking pictures in doors, and the

[android-developers] Re: TabHost and New Activities

2008-11-30 Thread Lawrence
Hi all, same problem here.. I've been trying to debug this problem all day long and can't seem to find the breakthrough. I'm using tabhosts to create tabs on the main screen, then I try to put list inside the other tab.To achieve that, I'm using setContent(Intent e ) methods.. hoping that the

[android-developers] Re: Starting new Activity vs. setContentPane(newView)

2008-11-30 Thread choclover
Hi Robert, I got some problem using your method to switch views. The code is as following. My problem is: when the main screen of emulator is set to view1 and I press key, the MyView1.onKeyDown() will be called. But 10s later, when the view2 is set and I press key, the MyView2.onKeyDown()

[android-developers] Guitar Tuner

2008-11-30 Thread Ameer Ashanti
Is there anyone developing a guitar tuner for the android platform? or would that even be possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How about making an internet-less GPS system?

2008-11-30 Thread Vendetta
Just as normal GPS systems, how about having local area maps saved onto the micro SD instead of having to use google maps via internet? For instance, I'm lost and somehow 3g doesn't work and I don't have any other type of internet access. Wham! I'll use my offline normal GPS system! I think

[android-developers] Re: Cannot create new Android Projects

2008-11-30 Thread hej
Have the same problem. Very glad to see some answers here. Just wanted to say thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Can I interfere when a call is initiated (to reformat the number)

2008-11-30 Thread Xavier Mathews
I Believe That There Is A Way To Program It Into Your App So You Can View The Selected Number But I Am Not Sure How You Would Go About Doing That... But I Will Run A Search For You! On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, From my app I start the ACTION_VIEW intent on a

[android-developers] Re: Minimum Phone hardware requirement for Android SDK

2008-11-30 Thread Guillaume
Hi, I'm not sure what you mean. Currently, the HTC G1 is the only phone ready for Android app development. But if you mean that you want to port Android on an other phone, the requirements are detailed in the source. Download the source from http://source.android.com/ , then go to

[android-developers] unable to resolve new-instance?

2008-11-30 Thread strazzere
Anyone have an idea about this? 11-30 16:08:25.620: WARN/dalvikvm(1006): VFY: unable to resolve new- instance 16 (Lcom/testLibrary/Config;) in Lcom/Android/test/test; 11-30 16:08:25.646: WARN/dalvikvm(1006): VFY: rejecting opcode 0x22 at 0x0032 11-30 16:08:25.646: WARN/dalvikvm(1006): VFY:

[android-developers] Re: ListView + scrolling + CHOICE_MODE_MULTIPLE = trouble?

2008-11-30 Thread Romain Guy
Hi Chris, All lists looks like this by default (see the Contacts list for instance, or the settings list, or the ApiDemos' lists, etc.) On Sat, Nov 29, 2008 at 12:47 PM, Chris Shearer Cooper [EMAIL PROTECTED] wrote: As the subject implies, I've got a ListView that has more entries than fit

[android-developers] Re: Camera Settings

2008-11-30 Thread blindfold
There are such settings, but they are apparently not supported. See http://groups.google.com/group/android-developers/browse_thread/thread/c1cad408e833282a/ On Nov 30, 4:24 pm, StarLog [EMAIL PROTECTED] wrote: There seems to be no settings for the camera, as far a lighting, i.e. setting day or

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread [EMAIL PROTECTED]
Hi, Thanks for your response. But - afraid I dont understand what you mean by BackUp On Call ? On Nov 30, 9:35 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Is Returning To Your Own App Doable? Yes! Do You Have It BackUp On Call? On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Xavier Mathews
Yes You Can Return To Your App...But I Just Forgot How...Give Me Sometime! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois [EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear

[android-developers] Re: Camera Settings

2008-11-30 Thread Xavier Mathews
Hold On Are We Talking About G1 Or Apple IPhone Which Can Android? Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois [EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself.

[android-developers] IPhone Android G1 Android

2008-11-30 Thread Xavier Live Tech.S
So I was kinda wishing that the IPhone would go away after ther g1 or bb storm came but it won't. Now Apple's IPhone Can Run Android and have apps created for it as if it did not have enough app programs for it. Does this hurt the G1 Sells and does this have any effect on Android???

[android-developers] Re: Can I interfere when a call is initiated (to reformat the number)

2008-11-30 Thread [EMAIL PROTECTED]
Great. Thanks ! On Nov 30, 11:00 pm, Xavier Mathews [EMAIL PROTECTED] wrote: I Believe That There Is A Way To Program It Into Your App So You Can View The Selected Number But I Am Not Sure How You Would Go About Doing That... But I Will Run A Search For You! On 11/30/2008, [EMAIL PROTECTED]

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread [EMAIL PROTECTED]
Great. Thanks ! On Nov 30, 11:38 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Yes You Can Return To Your App...But I Just Forgot How...Give Me Sometime! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel

[android-developers] Re: How about making an internet-less GPS system?

2008-11-30 Thread Xavier Mathews
But there is also Google Maps on the phones! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois [EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Sun, Nov

[android-developers] Re: Android for IMT-MC-450 (CDMA-450) cellular networks smartphones

2008-11-30 Thread Fred Grott(shareme)
Not sure.. form what I remember the Qualcomm Board demoed in May running Android may have been W-CDMA. It should be possible although you may face some code porting work On Nov 27, 4:48 pm, silent_kr [EMAIL PROTECTED] wrote: Howdy, Please be kind to help me with this question. Is it

[android-developers] Re: Problems with ListView using buttons on each row

2008-11-30 Thread Mark Murphy
Stefan wrote: Adding the button itself to the row and handling the button clicks works fine, the problem is that for every row that has a button, you can't click on the row itself anymore. You can click on the row's button, but clicking on the rest of the row does not generate ItemClick

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Xavier Mathews
You are going to need a code or a program or somethingtry posting this over GWT, Or Ajax-Api. What you are asking will take a little programing! Good Luck. Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Fred Grott(shareme)
Thanks for the advice Xavier I have the same situation as I want to use the Google cloud as part of the identity so that I can do a Loopt clone for Android On Nov 30, 4:08 pm, Xavier Mathews [EMAIL PROTECTED] wrote: You are going to need a code or a program or somethingtry posting this

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Xavier Mathews
Making A Clone Of Android Will Take Forever But I Do Have And Ex Client Who did It And Was Very Happy! He also used Google cloud with Google co-op and site builder thats what took so long! Depending on what you want it for determines the time it will take. I am not sure how to go about doing this

[android-developers] Re: Bug in IM client

2008-11-30 Thread Xavier Mathews
Post This In The Issue Tracker! And it will be taken care of! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois [EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself.

[android-developers] Re: Starting new Activity vs. setContentPane(newView)

2008-11-30 Thread Ralf
On Fri, Oct 24, 2008 at 12:06 PM, Robert K. [EMAIL PROTECTED] wrote: What I really don't like about it for example is that everytime I want to add a new activity, I have to change the Manifest.xml in addition. Then, a 'Resource is out of sync' message appears, sometimes till I restart the

[android-developers] Parsing RSS feeds, encoding problems

2008-11-30 Thread ChisterNordvik
Hi! Does anyone have a working RSS parser with Android? I tried doing simple DOM parsing of the XML but the character encoding isn't handled properly so the norwegian characters aren't displayed. I have tried everything but when I get the description element I just get the text until the

[android-developers] Re: how/where to create a custom icon for my application...?

2008-11-30 Thread lior
Not sure about the market.. but to replace the default icon of your app. place your new image at /app name/res/drawable and update the AndroidManifest.xml file to point to your new file. application android:icon=@drawable/your new file ... try it out. Lior On Nov 29, 10:19 pm, DMT [EMAIL

[android-developers] Re: Theme setting for all applications

2008-11-30 Thread E
I'd like to know about full-OS themes too. It looks like (from the developer's kit) that such a thing is already supported in the backend (why wouldn't it be, right?), but there doesn't appear to be a system- level app that will manage or switch between theme configs. If this truly isn't

[android-developers] Re: Parsing RSS feeds, encoding problems

2008-11-30 Thread [EMAIL PROTECTED]
Yes, I have also encountered the same problem. Any suggestions? On Nov 30, 10:53 pm, ChisterNordvik [EMAIL PROTECTED] wrote: Hi! Does anyone have a working RSS parser with Android? I tried doing simple DOM parsing of the XML but the character encoding isn't handled properly so the norwegian

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread androidian
Sorry guys, I have no idea how what you're talking about relates to what I was asking. I'm not talking about making a clone of Android or anything like that. I'm familiar with Android development, and I am part the way through coding my application; my question is basically where can I obtain

[android-developers] Re: Guitar Tuner

2008-11-30 Thread Robert Green
The only way to do that right now is to use soundpool, which is not currently supported or stable. Perhaps 1.1 will have the sound API updates to allow for apps like this. On Nov 29, 2:10 pm, Ameer Ashanti [EMAIL PROTECTED] wrote: Is there anyone developing a guitar tuner for the android

[android-developers] Re: Parsing RSS feeds, encoding problems

2008-11-30 Thread Xavier Mathews
Same Problem Here. Post It In The Issue Tracker! On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, I have also encountered the same problem. Any suggestions? On Nov 30, 10:53 pm, ChisterNordvik [EMAIL PROTECTED] wrote: Hi! Does anyone have a working RSS parser with Android? I

[android-developers] Re: Guitar Tuner

2008-11-30 Thread Robert Green
Oh wait I take that back. I was thinking that you were talking about the virtual guitar app where you can tune the strings and all of that. If you just want a tone generator suitable for tuning a guitar, that is definitely achievable right now. It really wouldn't be that hard. Just record the

[android-developers] Re: Bug in IM client

2008-11-30 Thread bradycl_84043
Can you give me a link to instructions for doing so? Thanks! Brady W. Clark [EMAIL PROTECTED] On Nov 30, 3:22 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Post This In The Issue Tracker! And it will be taken care of! Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google

[android-developers] Re: Theme setting for all applications

2008-11-30 Thread Xavier Mathews
None Of Know When It Will Be Available. On 11/30/2008, E [EMAIL PROTECTED] wrote: I'd like to know about full-OS themes too. It looks like (from the developer's kit) that such a thing is already supported in the backend (why wouldn't it be, right?), but there doesn't appear to be a system-

[android-developers] Re: Android on iPhone

2008-11-30 Thread Bruno Herrera
I am looking forward to the day I can dual boot iPhone OS and Android OS on my iPhone This is the first step Linux on the iPhone!http://linuxoniphone.blogspot.com/2008/11/linux-on-iphone.html On Fri, Nov 14, 2008 at 7:51 PM, brs [EMAIL PROTECTED] wrote: On Nov 14, 2:44 pm, Jason

[android-developers] Uri for a Drawable image

2008-11-30 Thread g1ster
I'm trying to set the album_art for an audio file. It requires the Uri to the image: MediaStore.Audio.Media.ALBUM_ART. How to obtain the Uri of a image in the Drable resource? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: How about making an internet-less GPS system?

2008-11-30 Thread joshv
Xavier, I think the point is to have something that works even when data networks are not available. Google Maps won't work without a data network. -josh On Nov 30, 3:55 pm, Xavier Mathews [EMAIL PROTECTED] wrote: But there is also Google Maps on the phones! Xavier A. Mathews

[android-developers] Re: call to determine current context?

2008-11-30 Thread joshv
Can't the calling Activity pass a reference to itself? On Nov 30, 2:10 pm, Peter Jeffe [EMAIL PROTECTED] wrote: I can't find any way to determine my current context, I'm hoping I'm just missing it, but maybe I'm missing something about contexts.  I have a singleton object that maintains a

[android-developers] Question about the Android Market

2008-11-30 Thread Ulzii
I submitted a app to the Android market. I have not seen my application from the market gallery. But my market account tell me that your app have installed 600 times etc. How does market work? From where can I find my application from the gallery? Thanks, Ulzii

[android-developers] Re: How about making an internet-less GPS system?

2008-11-30 Thread Xavier Mathews
You Download The Whole Map It Will Work It Also Works With Your GPS. Great On BlackBerrys! On 11/30/2008, joshv [EMAIL PROTECTED] wrote: Xavier, I think the point is to have something that works even when data networks are not available. Google Maps won't work without a data network.

[android-developers] Re: Manipulate Drawable Resource

2008-11-30 Thread Kyle
bump --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED]

[android-developers] Re: call to determine current context?

2008-11-30 Thread Dianne Hackborn
There is no current context, you need to explicitly pass it in. Having a concept of a current concept is very problematic in the face of multiple embedded activities inside of each others and thus calls going arbitrarily back and forth between them. On Sun, Nov 30, 2008 at 12:10 PM, Peter Jeffe

[android-developers] Re: Theme setting for all applications

2008-11-30 Thread Dianne Hackborn
There is some architecture work done for this, but a fair amount remaining. At this point finishing the work is not scheduled on the roadmap. On Sun, Nov 30, 2008 at 4:31 PM, E [EMAIL PROTECTED] wrote: I'd like to know about full-OS themes too. It looks like (from the developer's kit) that

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Dianne Hackborn
There probably isn't a way to do this -- during the call, the user could have left it, gone to another application, returned to your own, closed it, gone home, and hung up the call while not even in the in-call screen. On Sun, Nov 30, 2008 at 12:27 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:

[android-developers] Re: Question about the Android Market

2008-11-30 Thread Xavier Mathews
Just Go By The Link Provided! What Was The App If You Don't Mind Me Asking? On 11/30/2008, Ulzii [EMAIL PROTECTED] wrote: I submitted a app to the Android market. I have not seen my application from the market gallery. But my market account tell me that your app have installed 600 times etc.

[android-developers] Re: Question about the Android Market

2008-11-30 Thread Ulzii
here is a link http://www.android.com/market/ my app name is To Do Projects My web is: http://water.appspot.com/ On Dec 1, 9:39 am, Xavier Mathews [EMAIL PROTECTED] wrote: Just Go By The Link Provided! What Was The App If You Don't Mind Me Asking? On 11/30/2008, Ulzii [EMAIL PROTECTED]

[android-developers] Re: Media Player Error -38,0

2008-11-30 Thread Mr Chaloo
Hi, Have you found the solution of this error? I am getting the same problem with mid sound playing. Please reply me asap. Thanks On Oct 24, 6:11 pm, for android [EMAIL PROTECTED] wrote: When i am streaming a Mp3 and playing it after sufficint data is there to play I get an errir as below

[android-developers] Re: IPhone Android G1 Android

2008-11-30 Thread nkijak
Can you post a link to where you got the information that android is running on the iPhone? I've seen that they've gotten a version of Linux booting but it's not Android. On Nov 30, 4:50 pm, Xavier Live Tech.S [EMAIL PROTECTED] wrote: So I was kinda wishing that the IPhone would go away after

[android-developers] Re: What is the difference between onOptionsItemSelected and onMenuItemSelected?

2008-11-30 Thread monkeypipi
Thanks Guillaume. onMenuItemSelected() is also implemented in Activity class, right? In the notepad tutorials, both methods appeared. Exercise 1 uses the onOptionsItemSelected, while Exe 2 uses onMenuItemSelected. I am not quite understand how to get the featurID and pass it to

[android-developers] Re: IPhone Android G1 Android

2008-11-30 Thread Xavier Mathews
Its Not Offical Yet. Also I Heard That Windows Live Will Be For IPhone. IPhone Is Your Every Phone. Why Linux? On 11/30/2008, nkijak [EMAIL PROTECTED] wrote: Can you post a link to where you got the information that android is running on the iPhone? I've seen that they've gotten a version

[android-developers] Trouble with AssetManager

2008-11-30 Thread Casey Borders
I am using this code to try to access my assets: try { Resources res = context.getResources(); AssetManager assMan = res.getAssets(); String assets[] = assMan.list(Models); InputStream is = assMan.open(Models/Ship.Obj); ObjLoader loader = new ObjLoader(is); mVertexBuffer = loader.getVerts();

[android-developers] Re: OutOfMemoryError when switching orientation

2008-11-30 Thread Noam Wolf
I'm seeing the exact same error only I'm not even storing an image. I have an ImageView that loads an image from the users picture gallery on the phone, once the image is loaded using setImageUri() when I change orientation I get the exact same error songs described. I don't understand what's

[android-developers] Re: OutOfMemoryError when switching orientation

2008-11-30 Thread Romain Guy
I don't understand what's hogging the memory since the image is already on the device, it's not being copied... The image is stored on the device, but you still have to load it in RAM. Is there something I should do to the ImageView to clear out it's bitmap or something? There is nothing

[android-developers] Re: SharedPreferences problem

2008-11-30 Thread joshv
What exactly do the docs mean when they say 'multiple processes'. Do they mean different threads in the same application? Or do they mean for example a background service accessing a shared preference file at the same time a foreground process is accessing the same shared preference file? I am

[android-developers] Re: SharedPreferences problem

2008-11-30 Thread Dianne Hackborn
It means multiple processes, as per: http://code.google.com/android/intro/appmodel.html What may be happening is that you are writing the new shared preferences at the same time as the system kills the process, so the file write is not completed, and the next time it is read it is unable to

[android-developers] Re: Bug in IM client

2008-11-30 Thread Pierre Bonnefoy
http://source.android.com/report-bugs 2008/12/1 bradycl_84043 [EMAIL PROTECTED] Can you give me a link to instructions for doing so? Thanks! Brady W. Clark [EMAIL PROTECTED] On Nov 30, 3:22 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Post This In The Issue Tracker! And it will be

[android-developers] Re: Trouble with AssetManager

2008-11-30 Thread Dianne Hackborn
Have a look at the API demo for loading assets: http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/content/ReadAsset.html Note that the asset manager (and all file related stuff in android) is case sensitive. It looks like you are trying to load Ship.Obj, but the file

[android-developers] Re: Console program with service without actuvity

2008-11-30 Thread sal123
Hi All, 1. may i know the steps to invoke executable from adb shell. 2. do u mean, we cannot have applications in android without activity class or without subclass of activity my intention is to build a engine which keeps on running in background without any foreground task . it would be

[android-developers] How to add menu item dynamically

2008-11-30 Thread souvik
Hi, I want to add menu item dynamically. Instead of adding items like this mentioned below, how can I add item dynamically? items.add( item1 ); items.add( item2 ); I have a file a1.txt and the content of the file is like: a1.txt = 1.Question1 2.Question2 3.Question3 Now i want to read

[android-developers] Re: Android on iPhone

2008-11-30 Thread Robert Green
Perhaps you should check wikipedia before posting such things next time. All of this info was found on the following pages: http://en.wikipedia.org/wiki/Google_phone http://en.wikipedia.org/wiki/I_Phone http://en.wikipedia.org/wiki/Mac_OS_X 1) Like Romain said - Android doesn't need multiple

[android-developers] Re: OutOfMemoryError when switching orientation

2008-11-30 Thread Robert Green
Here's what I do for my apps and it has solved all resource issues: In each activity I have in onDestroy(), I do the following: Release/clear all resources which have a release() or clear() method. Set all references to null. When I write a custom view or any large data structure, I always

[android-developers] How to set the max width of a spinner

2008-11-30 Thread for android
I want to restrict the width size of the spinner to a particular lenght.I tried this ,but it does not seem to work? How do I acheive this? int widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(200, View.MeasureSpec.AT_MOST); int heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(0,

[android-developers] Re: OutOfMemoryError when switching orientation

2008-11-30 Thread Romain Guy
Always delete references to Context or anything that you passed the context to on clean-up. It's a huge one. Just to emphasize this: leaking a Context means you will leak *all* the views and *all* the resources attached to these views (bitmaps, text, etc.) -- Romain Guy

[android-developers] Re: Trouble with AssetManager

2008-11-30 Thread CaseyB
You are absolutely correct! It was a typo on my part! Thank you so much! On Dec 1, 12:44 am, Dianne Hackborn [EMAIL PROTECTED] wrote: Have a look at the API demo for loading assets: http://code.google.com/android/samples/ApiDemos/src/com/example/andro... Note that the asset manager (and

[android-developers] strang error with aapt on 1.0 SDK on unbuntu 8.04

2008-11-30 Thread Clay
its very strange. basically I get a No such file or directory error message, but the file is clearly there when I do an ls. any ideas? Clay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Parsing RSS feeds, encoding problems

2008-11-30 Thread ChisterNordvik
It's been added: http://code.google.com/p/android/issues/detail?id=1398 -Christer On 1 Des, 01:55, Xavier Mathews [EMAIL PROTECTED] wrote: Same Problem Here. Post It In The Issue Tracker! On 11/30/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, I have also encountered the same

[android-developers] Whether is android compatible with GWT?

2008-11-30 Thread [EMAIL PROTECTED]
I write a simple web application using GWT, it run successfully using IE and firefox, but It always return error when I browse using Android, I try to find out problem, but it seems It have not special thing. please give me your comments. below is the error hint copy from tomcat's log:

[android-developers] How to draw an image on top of another drawable?

2008-11-30 Thread Kakyoin
Hi. I'm playing with the Home sample (the one that is bundled with the SDK) I can change the Home screen background using this: getWindow().setBackgroundDrawable(image_mountain); Now I have a mountain as a background of my Home screen. Now let's assume I have a picture of a moon.

[android-developers] Re: How to draw an image on top of another drawable?

2008-11-30 Thread Romain Guy
You have to use a LayerDrawable but it can be used only from XML (for now.) You can also simply create your own Drawable, it's pretty easy. On Sun, Nov 30, 2008 at 11:40 PM, Kakyoin [EMAIL PROTECTED] wrote: Hi. I'm playing with the Home sample (the one that is bundled with the SDK) I can