[android-developers] MediaPlayer and onSaveInstanceState?

2008-12-07 Thread ben rosenberg
hey folks, to make a long story short, I'm working on an app that plays streaming video content in a VideoView with a MediaController; Im wondering how I can preserve the state of my VideoView across orientation changes, such that opening the keyboard doesn't restart the playback, etc.. I've

[android-developers] On stop method

2008-12-07 Thread ena
How to do restart App in OnStop method ... --~--~-~--~~~---~--~~ 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

[android-developers] Re: On stop method

2008-12-07 Thread Christine
You don't restart your app. Android stops your app for a reason, and it calls onStop to give the app a chance to do some cleanup before being stopped. As soon as the reason for stopping your app has gone, Android will start your app again. Look at the app model in the docs, it tells you

[android-developers] Re: OpenGL context = how to load non power of two dimension bitmap?

2008-12-07 Thread Mathias Agopian
Hi, The G1 h/w doesn't support non power-of-two texture (NPOT) dimensions. However, Android's software implementation does. In order to know if a particular opengl context supports NPOT, you need to check for the npot extension string. When the extension is not available, you have to use a

[android-developers] Re: Dialog with No Title

2008-12-07 Thread cyntacks
Sure, that is what I had originally thought. But how do you get the Title view in order to set it to GONE (I believe INVISIBLE still takes up some space)? On Dec 7, 6:58 am, Christine [EMAIL PROTECTED] wrote: When you set the view to invisible, it won't take up space:

[android-developers] Re: How to find out what the IP address of the Android device is?

2008-12-07 Thread Marcio Alexandroni
The only way I found it for now is: Socket conn = new Socket(www.google.com, 80); String ipAddress = Socket.getLocalAddress().toString(); Conn.Close; Of course you need to catch for the exceptions. It returns the address in the form name/IP, you must parse the string to get the second piece.

[android-developers] Re: Dialog with No Title

2008-12-07 Thread Christine
When you set the view to invisible, it won't take up space: yourTextView.setVisibility(TextView.INVISIBLE) On Dec 7, 4:09 am, cyntacks [EMAIL PROTECTED] wrote: I'm just bumping this, I have been trying to figure this out for the past 2 hours... anyone know how this can be done? On Nov 13,

[android-developers] Re: How to send email programmatically?

2008-12-07 Thread Christine
I use Javamail, works fine. On Dec 6, 8:32 pm, Sunit Katkar [EMAIL PROTECTED] wrote: Yes I would prefer this. However, can you please post a code example of how to do this?Thanks, - Sunit Katkar On Sat, Dec 6, 2008 at 11:13 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: You need to go

[android-developers] Re: New SDK Available

2008-12-07 Thread Jean-Baptiste Queru
Sprint moved away from GSM a very long time ago, and this phone is GSM-only and therefore doesn't work on Sprint's network. If you're in the US, T-Mobile is the best operator to use the Android Dev Phone 1 on (and if you already have a G1 you can swap the SIM between the phones). It'll work on

[android-developers] Re: New SDK Available

2008-12-07 Thread Xavier Mathews
I thought att only did 3G network. On 12/07/2008, Jean-Baptiste Queru [EMAIL PROTECTED] wrote: Sprint moved away from GSM a very long time ago, and this phone is GSM-only and therefore doesn't work on Sprint's network. If you're in the US, T-Mobile is the best operator to use the Android Dev

[android-developers] Re: Dialog with No Title

2008-12-07 Thread Xavier Mathews
Did you set it to invisable and shorten it? I have never heard of a Dialog with no title. On 12/07/2008, cyntacks [EMAIL PROTECTED] wrote: Sure, that is what I had originally thought. But how do you get the Title view in order to set it to GONE (I believe INVISIBLE still takes up some

[android-developers] Re: OpenGL context = how to load non power of two dimension bitmap?

2008-12-07 Thread Xavier Mathews
Hi I think there is a program app or something for power two bitmap for the G1 did you check the market. I can't remember what it was called but someone was having this problen with support and found the app. On 12/07/2008, Mathias Agopian [EMAIL PROTECTED] wrote: Hi, The G1 h/w doesn't

[android-developers] Re: Dialog with No Title

2008-12-07 Thread cyntacks
I guess it depends on how you define dialog. As it stands in the SDK now a dialog can be used for almost anything, for example you can display an error to the user or even get input from the user. The issue mainly revolves around spacing, especilly when the device is in Landscape. 1) If I were

[android-developers] Re: New SDK Available

2008-12-07 Thread Logan
What makes you believe that it will not work on ATT's 3G network? I am planning on seeing how ATT reacts to my request for the SIM card from my iPhone, ha ha. On Dec 7, 9:14 am, Jean-Baptiste Queru [EMAIL PROTECTED] wrote: Sprint moved away from GSM a very long time ago, and this phone is

[android-developers] Re: How to send email programmatically?

2008-12-07 Thread Xavier Mathews
Java Mail? On 12/07/2008, Christine [EMAIL PROTECTED] wrote: I use Javamail, works fine. On Dec 6, 8:32 pm, Sunit Katkar [EMAIL PROTECTED] wrote: Yes I would prefer this. However, can you please post a code example of how to do this?Thanks, - Sunit Katkar On Sat, Dec 6, 2008 at 11:13

[android-developers] Re: Dialog with No Title

2008-12-07 Thread Xavier Mathews
Nope i think Kevin is right. Get A bigger screen. lol jokeing. On 12/07/2008, cyntacks [EMAIL PROTECTED] wrote: I guess it depends on how you define dialog. As it stands in the SDK now a dialog can be used for almost anything, for example you can display an error to the user or even get

[android-developers] Re: New SDK Available

2008-12-07 Thread Xavier Mathews
I phone does not have a sim card! On 12/07/2008, Logan [EMAIL PROTECTED] wrote: What makes you believe that it will not work on ATT's 3G network? I am planning on seeing how ATT reacts to my request for the SIM card from my iPhone, ha ha. On Dec 7, 9:14 am, Jean-Baptiste Queru [EMAIL

[android-developers] Re: Dialog with No Title

2008-12-07 Thread cyntacks
Ha!!! That's too funny. I wish it were as simple as that! This is just one of those things, I am about 30 minutes from deploying and I just can't get myself to do it without fixing this little problem. My dialog just looks terrible in Landscape because it actually contains a listview allowing

[android-developers] Re: New SDK Available

2008-12-07 Thread GasBot
Yes it does. On Dec 7, 8:57 am, Xavier Mathews [EMAIL PROTECTED] wrote: I phone does not have a sim card! On 12/07/2008, Logan [EMAIL PROTECTED] wrote: What makes you believe that it will not work on ATT's 3G network? I am planning on seeing how ATT reacts to my request for the SIM

[android-developers] Re: New SDK Available

2008-12-07 Thread GasBot
Because ATT's 3G runs off of a different frequency band than T- Mobile's. So the phone will work and you can make calls with ATT and use their Edge network, but you'll never get 3G connectivity. On Dec 7, 8:43 am, Logan [EMAIL PROTECTED] wrote: What makes you believe that it will not work on

[android-developers] ACTION_ANSWER

2008-12-07 Thread legerb
I've also tried to use ACTION_ANSWER, but i keep getting the ActivityNotFoundException. Does it mean that the Phone app is not registered for this intent? What is the purpose of ACTION_ANSWER then? -- Forwarded message -- From: Jose María González [EMAIL PROTECTED] Date: Sep 10,

[android-developers] Re: New SDK Available

2008-12-07 Thread Xavier Mathews
I thought that iphone was also an ipod and has over 10,000 apps what is the point of a sim? On 12/07/2008, GasBot [EMAIL PROTECTED] wrote: Because ATT's 3G runs off of a different frequency band than T- Mobile's. So the phone will work and you can make calls with ATT and use their Edge

[android-developers] Alternative to category LAUNCHER for plugins?

2008-12-07 Thread Peli
Our users complain about the following: You're getting hammered by negative comments on oi voice notes because after install it gives launch error. I suggest creating an idiot window on launch that says this app is an addon, and to use within other oi products. We provide a plug-in (addon,

[android-developers] Weird Map Problem (Controlling same map)

2008-12-07 Thread mscwd01
I have a weird issue, which is probably easily solvable - but the cause is alluding me. I have two activities, one is created as an intent from the first activity. Each activity features a MapView. My problem is that if I move the first map (i.e. navigate to a paricular city) the second map,

[android-developers] How to make my activity on top of system message.

2008-12-07 Thread AndroidGeek
Hi, I am trying to start my application when a call is received and show it on top of system message (showing phone number on the screen). How can I suppress system screen and bring my activity on top of it? Is there any way to do this Regards, Tabrej

[android-developers] Need to get Status information.... MENU - Settings - About phone - Status....

2008-12-07 Thread Yorgen Valune
Hi All, is there any way i can reach the following information: from: MENU - Settings - About phone - Status i.e. Battery status/Battery level/Phone number/IMEI etc' . using adb ? or using an inner object ? please advice Yorgen --~--~-~--~~~---~--~~ You

[android-developers] JavaFX on Android

2008-12-07 Thread Edmon
What are the steps to (if even possible yet) to enable JavaFX applications on Android? Thank you, Edmon --~--~-~--~~~---~--~~ 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] Dynamic class loading

2008-12-07 Thread Chris Davies
I have an application I want to port from Symbian OS to Android (Well, maybe port is a bit of a strong word, since they would hardly share a line of code in common. Rewrite maybe.) However, it really needs to implement dynamically loaded modules to be of any use. In Java proper, this would be

[android-developers] Views of the Android

2008-12-07 Thread denny
The Android is too interesting, and I like it very much. But the current situation is not optimistic. The platform currently supports indeed too few resources. I suggest: 1, to promote and attract more people to join the development. 2, to enhance the training so that more people have the ability

[android-developers] Error generating final archive: null

2008-12-07 Thread Birds
Eclipse Version: 3.4.1. Find the Error that generating final archive: null, I use Fedora 7 Linux . Hi all., how to solve this issue. ? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to get Programmatically Get Application Name

2008-12-07 Thread wyngnut
Hi, I am trying to get the Application Name (the one that accompanies the icon in the launcher) for all packages installed in the device. I have the packageName and name from the ActivityInfo retrived view queryIntentActivities(), but can't seem to locate the Application Name. Any pointers

[android-developers] Re: Problem debugging the application -MediaPlayer

2008-12-07 Thread sam
I'm on the 1.0 SDK and I'm having the exact same problem... I spent a few hours on the forums googling, but the only suggestion I can find is to make sure you call setContentView(...) before you call findViewById. I can't seem to get past this -- I can't lookup any of my views from onCreate.

[android-developers] Re: How to create grey menu icons?

2008-12-07 Thread Ian Copp
I think he's more asking if there's any consistent guidelines or templates to create icons that match the existing ones in visual theme. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Resources for Android Wifi Programming

2008-12-07 Thread Doughy
Does anyone know where I can get some tutorials on developing wifi applications for android? I have some great ideas, but I am struggling to find some good introductions to using the wifi capabilities in Android. Furthermore, is it possible to debug wifi applications in the emulator. My

[android-developers] Hidden Contacts

2008-12-07 Thread bklik
Did anyone else find that when you dump all your contacts to a ListView, you see hidden contacts that don't show up in your regular contact list under the Dialer? I found nameless contacts, contacts with names but no numbers. When I returned their email address, I found emails to sale-

[android-developers] Android Dev Phone 1 + Shipping to Germany

2008-12-07 Thread Marc Seeger
Hi, I'm really interested in the possibility of buying a Android Dev Phone 1 (-- http://code.google.com/android/dev-devices.html), the only question I have concerns the shipping. According to the site, it will be (?is?) available for order in Germany, I can't find any information about the

[android-developers] Link to buy unlocked phone does not work

2008-12-07 Thread ARW
On the page http://market.android.com/publish/Home, I see: Development phones As a registered developer, you can purchase an unlocked phone. Buy now » That is wonderful. Thank you, Google! But then, when I click on the Buy now link, the browser bounces off android.brightstarcorp.com back

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-07 Thread Justin (Google Employee)
Any appropriate customs duties and taxes will be added on top of the $399 purchase price. You are correct, that this can add a substantial the base price. However, it should not add any hassle. Is there some specific difficulty you're referring to? Cheers, Justin Android Team @ Google On Dec 6,

[android-developers] Re: Eclipse Error while adding ddms

2008-12-07 Thread Ralf
The bottom line for all this if that you never really needed to build the Eclipse plugin or DDMS yourself. You could just have used the one from the Android 1.0 SDK r1 or r2 (in the tools directory). As it is right now, the SDK tools work the same as the ones from git. As Xav stated, the only

[android-developers] Re: Dynamic class loading

2008-12-07 Thread Mark Murphy
Chris Davies wrote: However, it really needs to implement dynamically loaded modules to be of any use. Could you give us more information about what you are trying to achieve via these dynamically loaded modules? There may be other technologies in Android you can leverage, but it is

[android-developers] Re: Resources for Android Wifi Programming

2008-12-07 Thread Jean-Baptiste Queru
-The emulator doesn't emulator wifi, you'll have to use a real device for that. -In the current version of Android, you'll find that the wifi support is mostly suitable for infrastructure-based connections (i.e. communicating through an access point), not for ad-hoc connections. You can just

[android-developers] Re: How to get Programmatically Get Application Name

2008-12-07 Thread Mark Murphy
wyngnut wrote: I am trying to get the Application Name (the one that accompanies the icon in the launcher) for all packages installed in the device. I have the packageName and name from the ActivityInfo retrived view queryIntentActivities(), but can't seem to locate the Application Name.

[android-developers] Re: Play Video Files in Android

2008-12-07 Thread AndroidGeek
public void onCreate(Bundle icicle) { super.onCreate(icicle); getWindow().setFormat(PixelFormat.TRANSLUCENT); videoHolder = new VideoView(this); videoHolder.setMediaController(new MediaController(this));

[android-developers] Re: Play Video Files in Android

2008-12-07 Thread AndroidGeek
Forgot to mention that I tried it on emulator but it didn't helped but on device it works fine. I had to push my video file to sdcard. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: JavaFX on Android

2008-12-07 Thread Jean-Baptiste Queru
It probably goes along the following lines: -Step 1: ask Sun to port JavaFX to Android. -Step 2: wait until they're done. -Step 3: tada, it works. Jokes aside, that's really a question for Sun. JBQ On Sat, Dec 6, 2008 at 9:14 PM, Edmon [EMAIL PROTECTED] wrote: What are the steps to (if even

[android-developers] Rotate MapView

2008-12-07 Thread David C
A few threads have discussed using canvas.rotate() as a means to rotate a MapView. However, onDraw() is declared final for MapView and so can't be over-ridden. Is there an alternative way to manipulate the MapView canvas than from onDraw()? Thanks, David

[android-developers] Re: Alternative to category LAUNCHER for plugins?

2008-12-07 Thread Peli
Hm, my colleague just checked, but the way outlined above did not work. Which IntentFilter do I have to specify so that the Market app can launch my plugin (to show a custom warning message), but it is still not included in the list of all LAUNCHER applications? If it is not possible currently,

[android-developers] Re: Alternative to category LAUNCHER for plugins?

2008-12-07 Thread Dianne Hackborn
Market unfortunately doesn't support this right now. On Sun, Dec 7, 2008 at 11:46 AM, Peli [EMAIL PROTECTED] wrote: Hm, my colleague just checked, but the way outlined above did not work. Which IntentFilter do I have to specify so that the Market app can launch my plugin (to show a custom

[android-developers] Re: How to make my activity on top of system message.

2008-12-07 Thread Dianne Hackborn
Sorry, there isn't really a way to do this. On Sun, Dec 7, 2008 at 9:35 AM, AndroidGeek [EMAIL PROTECTED] wrote: Hi, I am trying to start my application when a call is received and show it on top of system message (showing phone number on the screen). How can I suppress system screen and

[android-developers] Dialog Restore

2008-12-07 Thread cyntacks
Hi all, My custom dialogs won't restore upon orientation|keyboard change, for example, if my dialog is visible and the device is changed from Portrait to Landscape when the activity is restarted the dialog is not shown. This ONLY happens with my custom dialogs, all the Android API dialogs

[android-developers] Anybody know the status about running Jxta ME/SE on Android

2008-12-07 Thread windstorm
Hi all We are using JXTA to develop a P2P application on HTC Diamond based on WM6.0, and we want to try it on Andorid, but seems like there is no successful record of running JXTA on Android. I think it's doable, and every single post on the internet before said that it should be doable,

[android-developers] Webkit WEbView Error?

2008-12-07 Thread Fred Grott(shareme)
I started exploring doing a full app using Webview embedded following the demo that Google was nice enough to provide. I have CNET's CiUI working but I am getting a hard wait or force erorr at the begining in the emulator. On the CiUI library I only put myui: before the first anonymous function

[android-developers] Re: Webkit WEbView Error?

2008-12-07 Thread Fred Grott(shareme)
I think I found the error..one of my asset files was not properly referenced in one of my urls.. On Dec 7, 3:18 pm, Fred Grott(shareme) [EMAIL PROTECTED] wrote: I started exploring doing a full app using Webview embedded following the demo that Google was nice enough to provide. I have

[android-developers] Kalman Filters for the GPS data

2008-12-07 Thread enervatron
hi all, so i understand that there are lots of smart people at google, so maybe maybe this is already in shipping libraries :) My guess is that the GPS data coming back from the my android is just raw, unmassaged data as it gets it from whatever chipset the T1 is using (just like what happens

[android-developers] Re: New SDK Available

2008-12-07 Thread don rhummy
So there's no Sprint options? --- On Sun, 12/7/08, Jean-Baptiste Queru [EMAIL PROTECTED] wrote: From: Jean-Baptiste Queru [EMAIL PROTECTED] Subject: [android-developers] Re: New SDK Available To: android-developers@googlegroups.com Date: Sunday, December 7, 2008, 9:14 AM Sprint moved away

[android-developers] Re: Epilog: Largish HTTP Post vs. ANR

2008-12-07 Thread enervatron
Dumb question... where's the appropriate place to send the bug reports? Mike On Fri, Dec 5, 2008 at 5:27 PM, Andrew Stadler [EMAIL PROTECTED] wrote: On Fri, Dec 5, 2008 at 8:40 AM, [EMAIL PROTECTED] wrote: So I finally figured out what was going on. It had nothing to do with HTTP posts,

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread mscwd01
Anyone? I cant work out what is causing this... On Dec 7, 5:16 pm, mscwd01 [EMAIL PROTECTED] wrote: I have a weird issue, which is probably easily solvable - but the cause is alluding me. I have two activities, one is created as an intent from the first activity. Each activity features a

[android-developers] Re: New SDK Available

2008-12-07 Thread Pierre Bonnefoy
A SIM is necessary if you want to make phone calls on a standard cellular networks (I mean, you can still make phone calls on WiFi without a SIM). 2008/12/7 Xavier Mathews [EMAIL PROTECTED] I thought that iphone was also an ipod and has over 10,000 apps what is the point of a sim?

[android-developers] Re: Epilog: Largish HTTP Post vs. ANR

2008-12-07 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Dumb question... where's the appropriate place to send the bug reports? http://code.google.com/p/android/issues/list -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available!

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread David C
Sounds like your maps share some common underlying resource. Not sure if that would be a defect or by design. Perhaps you can manually call onSaveInstanceState() and onRestoreInstanceState() to save / restore the respective maps state as needed?

[android-developers] Re: New SDK Available

2008-12-07 Thread Christine
But we don't know which phone Google will be shipping. Is it similar to a US G1 or to a UK G1 which seems to work on a different 3G frequency? I guess we'll all know by the end of the week. On Dec 7, 11:57 pm, Pierre Bonnefoy [EMAIL PROTECTED] wrote: A SIM is necessary if you want to make phone

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread mscwd01
I have two xml layout files, one for each activity, I create the maps like: MapView myMap = (MapView) findViewById(R.id.map); and... MapView myMap = (MapView) findViewById(R.id.mapTwo); Yet, even though they have different id's they control each other... I shouldnt need to save the state of

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread Tom Gibara
I have a weird issue, which is probably easily solvable - but the cause is alluding me. I have two activities, one is created as an intent from the first activity. Each activity features a MapView. Only one MapActivity is supported per process. Multiple MapActivities running

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread Xavier Mathews
This Has Already Been Posted. On 12/07/2008, Tom Gibara [EMAIL PROTECTED] wrote: I have a weird issue, which is probably easily solvable - but the cause is alluding me. I have two activities, one is created as an intent from the first activity. Each activity features a MapView. Only

[android-developers] Re: Android Dev Phone 1 + Shipping to Germany

2008-12-07 Thread walterc
i placed an order for the phone and all i got in return is an email telling me my order has been placed. there is no ups tracking number, no estimate time of arrival, no nothing. is there a email i can write to to check the status of my order? i tried to click on the tracking order link in

[android-developers] Re: Listening for dynamic buttons created by an adapter

2008-12-07 Thread alexdonnini
Hello, Without source code to take a look at, it's difficult to guess what's causing the problem. Sorry. Alex Donnini On Nov 29, 6:45 am, for android [EMAIL PROTECTED] wrote: I have a strange problem. I am using an efficient list adapter with a list which has row with a text view and a

[android-developers] Re: Hidden Contacts

2008-12-07 Thread Paul
Did you check your gmail account under Contacts -- suggested contacts to see if the people you're seeing appear there as well? GMail creates a hidden contact for everyone you've traded emails with and perhaps the hidden people are coming from here? On Dec 6, 4:07 pm, bklik [EMAIL PROTECTED]

[android-developers] A Non-Google 64 Bit G1 ADB Driver is available

2008-12-07 Thread Robert Green
Just came across this - http://forum.xda-developers.com/showthread.php?p=2918876 I haven't tested it yet but several others have. Unfortunately it's not signed and so to use it we must switch vista into Test mode which requires a reboot but for those of you who only have Vista 64 like me, this

[android-developers] Re: Eclipse Error while adding ddms

2008-12-07 Thread Anonymous Anonymous
Yes,Ralf, actually i got confused with documentation at 2 different places. Thanks Steve On Sun, Dec 7, 2008 at 11:39 PM, Ralf [EMAIL PROTECTED] wrote: The bottom line for all this if that you never really needed to build the Eclipse plugin or DDMS yourself. You could just have used the one

[android-developers] Application crashing

2008-12-07 Thread Prashant
Hi , I have created an application in which i m using gradients as backgrounds for layouts and buttons and images(13 kb each ) on each screen , On repetitive rendering from one screen to another , my application gives an exception causing Force Clase Dailog to appear , in log cat it shows

[android-developers] Re: Application crashing

2008-12-07 Thread Jean-Baptiste Queru
You application is using too much memory. For bitmaps, it doesn't really matter how big they are when compressed, it's really the decompressed size that matters. 300kB each is a lot. JBQ On Sun, Dec 7, 2008 at 9:01 PM, Prashant [EMAIL PROTECTED] wrote: Hi , I have created an application in

[android-developers] Android Market HTTP Links?

2008-12-07 Thread cyntacks
Hi, Is it possible to link from a webpage to the Android Market? That is, can I place a link on our company website which if clicked from an Android mobile device it would automagically open the Android Market, bringing the user to that particular app? Thanks for the help, Kevin

[android-developers] Re: Epilog: Largish HTTP Post vs. ANR

2008-12-07 Thread David Turner
but these days, we recommend the much shorter alias: http://b.android.com :-) On Sun, Dec 7, 2008 at 3:00 PM, Mark Murphy [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Dumb question... where's the appropriate place to send the bug reports? http://code.google.com/p/android/issues/list

[android-developers] Re: Android Market HTTP Links?

2008-12-07 Thread Al Sutton
I don't think there is a way of doing it which will work well with people visiting your site from non-Android devices (e.g. browsing from a desktop OS). You could always list at one of the other app markets (such as AndAppStore) which provide http URLs which work on all browsers. Al.