Re: [android-beginners]

2009-12-16 Thread Sean Hodges
I suspect he's not subscribed to the list, so people are responding on-list and he thinks the questions are going unanswered. Sure is annoying though, I sent an email directly to determine if this was the case, but it was evidently ignored. The only other explanation is that the questions are bein

Re: [android-beginners] C#.NET program compatibility

2009-12-16 Thread BRUNO FRANK SILVA CORDEIRO
I think that we can run C# programs soon in Android using Mono, but at the moment this is impossible! 2009/12/15 J Imran > Dear Friends, > I want to ask if there is some way to make a C#.Net program work on > android devices. My C# program uses USB port and SQL server 2005 > database. This is ru

Re: [android-beginners] C#.NET program compatibility

2009-12-16 Thread ryan alford
One person working on the MONO project was able to get a C# application running on Android, but that was back in February 2009, and there hasn't been much talk about it since. I am wondering if that part of the project died. http://tirania.org/blog/archive/2009/Feb-16.html On Wed, Dec 16, 2009 a

Re: [android-beginners] C#.NET program compatibility

2009-12-16 Thread ryan alford
I will take that back. Looks like they have a release, though not an "Official MONO Project" release. http://www.koushikdutta.com/2009/12/mono-25-for-android-released.html On Wed, Dec 16, 2009 at 8:16 AM, ryan alford wrote: > One person working on the MONO project was able to get a C# applicati

Re: [android-beginners] Seeing What Phone Numbers Are Around You

2009-12-16 Thread Jeffrey Blattman
that would be a bit of a security problem if you could do that. you could write a simple peer-peer app that would need to be running on all discoverable phones. of the the user needs to explicitly run the app. On 12/14/09 8:54 PM, Taylor Perkins wrote: > Hi group, > > I have an idea, and I was w

Re: [android-beginners] Android Map API Key

2009-12-16 Thread Jeffrey Blattman
http://code.google.com/android/add-ons/google-apis/mapkey.html#getdebugfingerprint On 12/14/09 8:19 PM, Linh, Peter wrote: > Hi all, > > I just start android app development few days ago since im quite > excited with the google map. But i find problem finding the map api > key for using it in my a

[android-beginners] Does ANYONE HAVE ANY IDEA WHY THIS CODE WILL NOT PLLAY VIDEO..Video From Youtube in Emulator Android 2.1 Eclipse Gallileo/ Unable to play video

2009-12-16 Thread Valentino XM
package info.shouraig.com; import java.io.IOException; import android.app.Activity; import android.media.MediaPlayer; import android.os.Bundle; import android.util.Log; import android.widget.VideoView; public class XSO9 extends Activity{ private static final String HTTP = "http://www.y

Re: [android-beginners] Does ANYONE HAVE ANY IDEA WHY THIS CODE WILL NOT PLLAY VIDEO..Video From Youtube in Emulator Android 2.1 Eclipse Gallileo/ Unable to play video

2009-12-16 Thread Sean Hodges
THAT LINK IS POINTING AT AN HTML FILE. The MediaPlayer is very particular about the path you send in. A quick search on Google turned up these suggestions for YouTube streaming: http://osdir.com/ml/Android-Beginners/2009-09/msg00570.html http://www.mail-archive.com/android-develop...@googlegroups

[android-beginners] Failed to reopen debug port for Selected Client to:

2009-12-16 Thread Urizev
Hi, I am having lots of troubles in Eclipse ADT DDMS. When I start Eclipse IDE and some android project is open, console tab begins to show the following lines: [2009-12-13 03:03:07 - ddms]Failed to reopen debug port for Selected Client to: 8700 [2009-12-13 03:03:07 - ddms]Invalid argument java.n

[android-beginners] Re: Audio capabilities

2009-12-16 Thread niko20
Hi, Stuff like Beatmaker's sequencer isn't too hard to do, just mix yourself internally and feed it the sound out. Now, real time "pads", those are a bit more difficult. I've found on android the lowest buffer delay at at least 100ms or around there, so you always get some lag between hitting a b

[android-beginners] Disabling landscape orientation for smallscreens

2009-12-16 Thread az9702
Hi All, I have a board game application whose layout scales well for normal & large screens (e.g. hvga, wvga) in the emulator. It does not scale too well for smallscreens (e.g. qvga 120 dip), especially with landscape orientation. How can I disable landscape orientation only for smallScreens ? I

Re: [android-beginners] Disabling landscape orientation for smallscreens

2009-12-16 Thread Justin Anderson
I'm sure you could query the Android OS for different hardware settings and then do different things based on those settings That would have to be done programatically though -- There are only 10 types of people in the world..

[android-beginners] how to Create cursor object with blob data?

2009-12-16 Thread Harshit Mapara
Hi, I have a need to create cursor object and want to put data inside cursor. MatrixCursor is there to help me this problem, but in MatrixCursor, if I put blob value in addRow(object[]) method, I can't get it back by using getBlob() method. So I thought to dig into source code, and I found out th

[android-beginners] IRC office hours Thursday 5:00-6:00 pm PST

2009-12-16 Thread Megha Joshi
Hi everyone, This is a quick reminder that we will be hosting IRC office hours tomorrow 5:00-6:00 pm PST in the #android-dev IRC channel. Please post/vote your questions for tomorrow's office hours at the link below and we will try to answer as many as we can in the hour: http://moderator.appspo

[android-beginners] sending file using HTTPPOST in android1.5

2009-12-16 Thread Raghu Kiran
Hi, I want to attach a file as HTTPResponse on Android 1.5. Also the contents of the file needs to be assigned to some variable. Does anybody know how to do this. BR, Raghu Kiran A -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post