[android-developers] Re: Bug in Snake and Lunar Landing with onKeyDown?

2008-04-22 Thread hanni
Hi! I believe this problem is due to a issueI have been following closely, issue #319. In my application, after using the touch device, the first DPAD keypress is consumed completely and there is nothing to do about it. The bug should be fixed now and the fix should be included in the next relea

[android-developers] Re: Load a class from another .apk file dynamic?

2008-04-22 Thread tu
See tips in http://blog.luminis.nl/luminis/entry/osgi_on_google_android_using I got the idea from this blog. 在08-4-22,Macro <[EMAIL PROTECTED]> 写道: > > > There are none code at SVN? > I want to reference how to use DexFile correctly... > > > > On 4月21日, 下午6时31分, tu <[EMAIL PROTECTED]>

[android-developers] Network interface behaving erratically

2008-04-22 Thread Nitin Khanna
Hi! I am working on a Peer to Peer application. When I run this application in debug mode with emulator attached, the application and send and receive packets, however, when I run the application in Standalone mode, by simply launching it from the emulator. Sockets dont give any error, but they d

[android-developers] The entire lifetime of an activity and static variables

2008-04-22 Thread vitvikt
Hi,All Can anybody answer, why static variables save its values between onDestroy() in first application's call and onCreate in second application's call? In documentation I read: "The entire lifetime of an activity happens between the first call to onCreate(Bundle) through to a single final call

[android-developers] How to set SQLite's write permission In SQLiteDatabase class?

2008-04-22 Thread Macro
There is a flag named OPEN_READWRITE in SQLiteDatabase, but how to use it in SQLiteDatabase.create()? In the document it said that OPEN_READWRITE is default, but while I create an database use SQLiteDatabase.create(String path), the other application cann't write it? How to create an database can

[android-developers] How to communicate between two android devcies?

2008-04-22 Thread Pierre
Hi, all, If I want to send a multimedia message(text, image, video) from one devcie to another devcie, how to do that? How to make all the things(text, image, video) together to send them? Is it possible to send a file(image or video or text) as an attachment? Tkank you! Pierre --~--~-~-

[android-developers] Re: RemoteService not found

2008-04-22 Thread WildLuka
sure, I have simply followed the RemoteService and RemoteServiceBinding example, declaring aidl interfaces. Mind you I'm running on windows and not sure whether that migth be the culprit. When I first tried to use aidl's I declared my own interfaces but I realized something went wrong, so I switc

[android-developers] Color State List Urgent

2008-04-22 Thread Greg
how can i use colors for two states HEllo mText.setTextColor(new ColorStateList( new int[][] { new int[] { android.R.attr.state_selected}, new int[1] }, new int[] { Color.rgb(255, 255, 255

[android-developers] Problem in Setting XMPP

2008-04-22 Thread Brijesh_Mindtree
Hi, I am using GTalkDataMessageSender demo from API Demos. I am facing the follwoing problem while setting XMPP setting in Dev Tools. The Error Says :- Network Error :- There was a network error while trying to authenticate specified gmail account. I am setting the XMPP behind the proxy. can

[android-developers] Re: Launching an activity from the web browser

2008-04-22 Thread David Given
Megha Joshi wrote: [...] > Could you provide your relevant code to help understand your issue and > debug this further... The relevant chunk from my manifest.xml looks like this: When I use the web browser to open a file of the appropriate MIME type, the web browser cr

[android-developers] Re: updating proximity alerts

2008-04-22 Thread Spencer Riddering
I'm also running into this problem. For anyone wanting to track this issue, the bug report is here: http://code.google.com/p/android/issues/detail?id=633 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Bug in Snake and Lunar Landing with onKeyDown?

2008-04-22 Thread Steven A.
Ah, I see, well having that fixed does indeed help a good deal with my problem with the exception of DPAD Center. I wonder why the Center button is not considered a valid DPAD key for returning to keypad mode as well? Anyway thanks for posting and letting me know - appreciate it! On Apr 22,

[android-developers] Re: Managed Cursor

2008-04-22 Thread Flik
I use managedQuery to start a managed cursor. That accomplishes the same thing right? On Apr 21, 5:44 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi, > > If you call Activity's startManagingCursor() method, it should > automatically take care of the cursor based on Activity's lifecycle. You

[android-developers] Re: Managed Cursor

2008-04-22 Thread Flik
This is how I start the query in my viewing activity. mRoutes = managedQuery(getIntent().getData(), ROUTE_PROJECTION, null, null); This is some of the provider code. public Cursor query(Uri url, String[] projection, String selection, String[] selectionArgs, String sort) ... Cursor c

[android-developers] Re: How to dinamically change the activity that is launched when selecting the app icon?

2008-04-22 Thread André Oriani
Can I use a Activity that does not display nothing, ie, no calls to setContentView and make it manage what activity shall be displayed? I will have a service running while user is logged in. So my application will be running "forever" until I stop the service. While the service is running, will

[android-developers] The program msn version 8.5

2008-04-22 Thread dgggrg
Hello The program msn version 8.5 Without stabilization Download http://www.zshare.net/download/103048557e99aa74 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] iPhone SDK lacks mapping function

2008-04-22 Thread Biosopher
Yes...you read this post's title correctly. The iPhone SDK lacks the basic mapping API required by application developers hoping to tie the mobile experience to a geo-specific location. The only mapping function provided by the iPhone SDK is to send a URL to the iPhone's built-in Google map appl

[android-developers] Re: How to dinamically change the activity that is launched when selecting the app icon?

2008-04-22 Thread Dan U.
I'm not sure why you would want an extra Activity that you would never see. Really, you only need the login screen and then choose whether to display it or forward to the main screen based upon the current login state. It might be similar to a chain of responsibility design pattern. The user would

[android-developers] Re: RemoteService not found

2008-04-22 Thread Dan U.
This sounds like the same issue I helped with a day or two ago. The code you posted looks like it handles callbacks from the service. I'd guess that has nothing to do with the problem. It'd be more helpful I think to see all your code since there is a lot more going on in the remote service exampl

[android-developers] Any hits ?

2008-04-22 Thread Harsh Jain
On android servers ? I didnt get any on mine. regards, harsh --~--~-~--~~~---~--~~ 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 unsu

[android-developers] Re: Will Google have an App Store?

2008-04-22 Thread Shane Isbell
I'm going to vote for (3). Final answer. But for certain (2), the carriers will have their own branded sites. Who knows what Google is even up to? Shane On Mon, Apr 21, 2008 at 7:22 AM, GodsMoon <[EMAIL PROTECTED]> wrote: > > Crap! embeded poll doesn't work in the forms > > Poll questions: Do

[android-developers] When will the next version of SDK be published

2008-04-22 Thread Jim T
I assume that Google has been holding this release in the pipeline to provide a non-moving target in the weeks leading up to the challenge. However, there are a number of bugs in the platform (Location Manager, XML Processing, Notification Manager, etc.). I would like to respin my application wi

[android-developers] Bug in date picker?

2008-04-22 Thread OmarFlores
Hi, It appears that there is a bug in the date picker. Description: I am using the apk TooDo submitted by Edouard Mercier (http://edouardmercier.fr/toodo/download) and found out that when I try to select Monday April 21, the date picker shows April 22 for Monday: http://coreintent.googlepages.co

[android-developers] Intents

2008-04-22 Thread WildLuka
Hi, I'm still in the process of grasping the true concept of intents. Surely I do understand that they are events and that they can propagate through the system. Obviously I'm not referring to the kind of intents used to fire Activities. Now, I'm trying to develop a local service, which one day

[android-developers] Re: Intents

2008-04-22 Thread Dan U.
Well, I normally think of an Intent in the same way I think of a http request to a web server. I'm requesting to have something happen (show me a page in the browser = go to new activity, ask the server to do some long running processing = start service). And when I think of how intents are used i

[android-developers] Re: Bug in date picker?

2008-04-22 Thread Dan U.
I'm not sure about the original problem, but the time being off might be an issue I reported a long time ago about the emulator not displaying the time using the computers timezone. Apparently it's a problem with specific timezones and/or operating systems. On Apr 22, 12:30 pm, OmarFlores <[EMAIL

[android-developers] Updating the UI via IPC, Handler runs on the wrong thread

2008-04-22 Thread vol
Some quick background: In an effort to teach myself Services, IPC, and the general interplay, I have been creating a Music Player program. There is a Music Player Activity, and a Music Player Service. The Activity binds to the Service, and in the onServiceConnected method starts the Service. The S

[android-developers] Re: Updating the UI via IPC, Handler runs on the wrong thread

2008-04-22 Thread Romain Guy
Hi, Use onPause.post(Runnable), it's safer. -- Romain Guy www.curious-creature.org On Apr 22, 2008, at 13:25, vol <[EMAIL PROTECTED]> wrote: > > Some quick background: In an effort to teach myself Services, IPC, and > the general interplay, I have been creating a Music Player program. > There

[android-developers] Re: Updating the UI via IPC, Handler runs on the wrong thread

2008-04-22 Thread vol
Nevermind, I just realized (had pointed out) that I was using dispatchMessage instead of handleMessage. Thanks anyway! vol wrote: > Some quick background: In an effort to teach myself Services, IPC, and > the general interplay, I have been creating a Music Player program. > There is a Music Play

[android-developers] ListView with different images for each line

2008-04-22 Thread RLo
I'm creating a sort of "buddy list", using a ListView that draws information from a local sqlite database into a cursor and sets the ListView using a SimpleCursorAdapter. The Problem: I want to add icons for each entry in the buddy list, imagine something like Google Chat's red and green icons, e

[android-developers] Re: Launching an activity from the web browser

2008-04-22 Thread Megha Joshi
Hi David, There seems to be a problem with your layout file. You may want to look at this thread for additional info on the error that you received: http://groups.google.com/group/android-developers/browse_thread/thread/bd2299b45907837a/569b114e4728d41f Let us know if you have any quesitons. Tha

[android-developers] Re: Intents

2008-04-22 Thread hackbod
Yeah, we have used this model very successfully in some of our services. Here's a concrete example: Say you have a "login service" that clients can connect with to get a cookie to access some web service. This login service maintains the password the user has entered, and doles out to clients a

[android-developers] Re: ListView with different images for each line

2008-04-22 Thread xingye
you can use viewbinder see http://code.google.com/p/sharepath/ Inbox.java On 4月23日, 上午7时50分, RLo <[EMAIL PROTECTED]> wrote: > I'm creating a sort of "buddy list", using a ListView that draws > information from a local sqlite database into a cursor and sets the > ListView using a SimpleCursorAd

[android-developers] Re: Any hits ?

2008-04-22 Thread keashF
our server was hit only recently. see this thread in the challenge-group: http://groups.google.com/group/android-challenge/browse_thread/thread/30b3e76aca29cca4# good luck & best wishes keashF On 22 Apr., 20:19, "Harsh Jain" <[EMAIL PROTECTED]> wrote: > On android servers ? I didnt get any on

[android-developers] Re: How to dinamically change the activity that is launched when selecting the app icon?

2008-04-22 Thread André Oriani
If I just want to start a service, It is not needed to display an UI On 22 abr, 14:27, "Dan U." <[EMAIL PROTECTED]> wrote: > I'm not sure why you would want an extraActivitythat you would never > see. Really, you only need the login screen and then choose whether to > display it or forward to the