[android-developers] Augmented Ajax Notifications

2009-06-05 Thread jtaylor
Can augmented ajax use Notifications? Is this Android 2.0? - Juan --~--~-~--~~~---~--~~ 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

[android-developers] Augmented Ajax Notifications

2009-06-05 Thread jtaylor
Can augmented ajax work with Notifications? Is this Android 2.0? - Juan --~--~-~--~~~---~--~~ 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: When to use android:attr and android:style ?

2009-05-19 Thread jtaylor
Style applies to a component like a TextView. Themes are for whole Activities or Applications. + Juan On May 19, 5:01 pm, twan twa...@gmail.com wrote: Found it out myself, theme seems to apply to all, style only applies to one view. Handy! Cheers, Twan On May 19, 9:42 pm, twan

[android-developers] Re: Corrections in Docs

2009-05-17 Thread jtaylor
Sounds Good. + Juan On May 11, 3:17 pm, Marco Nelissen marc...@android.com wrote: On Mon, May 11, 2009 at 11:24 AM, jtaylor jatto@gmail.com wrote: Shouldn't there be a place outside of the Issues page, where one can report spelling errors that are in the docs and articles? File a bug

[android-developers] Re: conversion to dalvik format failed with error 1

2009-05-12 Thread jtaylor
I uninstalled/re-installed it and I Still have the same errors upon creation of a project. [2009-05-12 13:23:50 - Lucayan] no classfiles specified [2009-05-12 13:23:50 - Lucayan] Conversion to Dalvik format failed with error 1 - juan On May 11, 9:09 am, Thomas Lee aztho...@gmail.com wrote:

[android-developers] Corrections in Docs

2009-05-11 Thread jtaylor
Shouldn't there be a place outside of the Issues page, where one can report spelling errors that are in the docs and articles? File a bug for a little spelling error?? Android 1.5 offers a very way to solve this issue with a the new mutate() method.

[android-developers] Re: Corrections in Docs

2009-05-11 Thread jtaylor
Hello Marco, How do I do that? - juan On May 11, 3:17 pm, Marco Nelissen marc...@android.com wrote: On Mon, May 11, 2009 at 11:24 AM, jtaylor jatto@gmail.com wrote: Shouldn't there be a place outside of the Issues page, where one can report spelling errors that are in the docs

[android-developers] Re: P2P Android

2009-01-22 Thread jtaylor
In August this was on the Android Developers Blog. I haven't heard any more on it though. One of our top priorities after the first devices ship is to develop a device-to-device (and possibly device-to-server) RPC mechanism that is fast, reliable, and protective of developers and users alike.

[android-developers] Re: save image file in sqlite db

2009-01-21 Thread jtaylor
Use the ContentResolver().openOutputStream(), etc. in the example here. http://code.google.com/android/devel/data/contentproviders.html SQLite supports binary data. However, I think you may have trouble with direct access to binary data with the Android Cursors. - Juan T. On Jan 20, 12:19 am,

[android-developers] Re: Debugging geolocations services

2009-01-20 Thread jtaylor
On Jan 20, 6:20 pm, Faber Fedor faberfe...@gmail.com wrote: I wrote some reverse geocoding, geolocation and proximity alert routines for my little Android app.    I took my Android out with me when running errands to test my routines; they're kinda hard to test from my couch.  Half of them

[android-developers] Re: How to share classes between different Android projects?

2009-01-20 Thread jtaylor
Try Java Build Path Libraries Add External Class Folder. - Juan T. On Jan 20, 12:29 pm, luke luke.hu...@gmail.com wrote: I have two projects that share classes in a third project.  Eclipse happily allows me to reference these external classes when I am developing the two dependant

[android-developers] Re: cant studying android

2009-01-20 Thread jtaylor
I would check if those links are legal. Authors don't usually give their books away for free like that. - Juan T. On Jan 20, 9:10 am, Shuvo rejwan.sh...@gmail.com wrote: Well I am also new in Android , you can download some good Android books for free , I am providing the links 1.

[android-developers] Re: Getting cellular network data

2009-01-20 Thread jtaylor
android.net.NetworkInfo http://code.google.com/android/reference/android/net/NetworkInfo.html - Juan T. On Jan 14, 11:07 pm, UAE butti.bushla...@gmail.com wrote: Hi,   I would like to know if its possible to get low-level information related to the cellular network, as I would like to

[android-developers] Re: Regarding Activity

2009-01-19 Thread jtaylor
I think you should explain what you're saying better. Are you asking how to come back to the video after someone clicks the notification message? Well, the notification can have a PendingIntent attached to it that triggers that activity again. ..However, I think you have to go through and explain

[android-developers] Re: Port my iPhone game

2009-01-07 Thread jtaylor
If that was in the Top 5, I would do the whole thing in Java. - Juan T. On Jan 6, 6:19 pm, Steve rockthesm...@gmail.com wrote: Hi there, I'm part of a team of developers that have recently released an iPhone/ iPodTouch game via Apple's AppStore (reasonably known as in 500,000 downloads

[android-developers] Re: html parsing and libraries

2008-12-24 Thread jtaylor
Adding an External Library (.jar) using Eclipse You can use a third party JAR in your application by adding it to your Eclipse project as follows: In the Package Explorer panel, right-click on your project and select Properties. Select Java Build Path, then the tab Libraries. Press the Add

[android-developers] Re: Testing the OrientationListener

2008-12-23 Thread jtaylor
This should have showed up in your Google searching. http://code.google.com/p/openintents/wiki/SensorSimulator - Juan T. On Dec 17, 12:44 am, Hopper mehijun...@gmail.com wrote: Hey all, I'd like to know what options (if any) I have to test theOrientationListener-- and other sensors --

[android-developers] Re: Activity goes to background but secondary thread needs to end its work

2008-12-22 Thread jtaylor
That's all you can do. A service process is 3rd on the importance hierarchy in the system deciding which processes should not be killed. Just behind a 'visible process' such as a paused activity. 3. A service process is one holding a Service that has been started with the startService() method.

[android-developers] Re: Join via ContentProvider

2008-11-03 Thread jtaylor
item of the group in an expandable list.Thats something like this Image1  Text1 Image2  Text2 Image3  Text3 Thanks for your time On Mon, Nov 3, 2008 at 10:39 AM, jtaylor [EMAIL PROTECTED] wrote: public void setGroupIndicator(Drawable groupIndicator) http://code.google.com/android

[android-developers] Re: Join via ContentProvider

2008-11-02 Thread jtaylor
Expandable list where the group identifer image is different than the already given ones in the apis.. On Mon, Oct 27, 2008 at 6:46 PM, jtaylor [EMAIL PROTECTED] wrote: I'm just supposing that each class is a table. I don't know how android.provider is set up, though I guess one can now see from

[android-developers] Re: Join via ContentProvider

2008-11-02 Thread jtaylor
Expandable list where the group identifer image is different than the already given ones in the apis.. On Mon, Oct 27, 2008 at 6:46 PM, jtaylor [EMAIL PROTECTED] wrote: I'm just supposing that each class is a table. I don't know how android.provider is set up, though I guess one can now see from

[android-developers] Re: Join via ContentProvider

2008-10-29 Thread jtaylor
than the already given ones in the apis.. On Mon, Oct 27, 2008 at 6:46 PM, jtaylor [EMAIL PROTECTED] wrote: I'm just supposing that each class is a table. I don't know how android.provider is set up, though I guess one can now see from the source code. - Juan On Oct 27, 9:15 am, jtaylor

[android-developers] Re: Join via ContentProvider

2008-10-29 Thread jtaylor
I should have said I looked at the Hierarchy Viewer for ExpandableList2 demo. http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList2.html - Juan On Oct 29, 11:18 am, jtaylor [EMAIL PROTECTED] wrote: I looked at the Hierarchy Viewer and it just shows

[android-developers] Re: Join via ContentProvider

2008-10-27 Thread jtaylor
That looks like two tables. Contacts.People Contacts.People.Phones - Juan On Oct 26, 12:52 pm, Anm [EMAIL PROTECTED] wrote: jtaylor, Did you read the example?  It does not do a joint.  Instead it uses a Uri subpath notation for its child query, within the same table rather than joining

[android-developers] Re: Join via ContentProvider

2008-10-27 Thread jtaylor
I'm just supposing that each class is a table. I don't know how android.provider is set up, though I guess one can now see from the source code. - Juan On Oct 27, 9:15 am, jtaylor [EMAIL PROTECTED] wrote: That looks like two tables. Contacts.People Contacts.People.Phones - Juan On Oct

[android-developers] Re: AndroidHttpClient gone so now what

2008-10-27 Thread jtaylor
For a simple HTTP request just use HttpURLConnection. It's better documented. ..If you need something that it doesn't have, which you probably will know beforehand, then go to Apache. http://code.google.com/android/reference/java/net/HttpURLConnection.html - Juan On Oct 26, 4:50 am, Emery

[android-developers] Re: Join via ContentProvider

2008-10-25 Thread jtaylor
ExpandableList2. http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList2.html - Juan On Oct 24, 3:05 am, Anm [EMAIL PROTECTED] wrote: I'm struggling to understand how to do a join, if its possible, with the decomposed SQL arguments of the

[android-developers] Re: Join via ContentProvider

2008-10-25 Thread jtaylor
ExpandableList2.java has the getChildrenCursor() (in the MyExpandableListAdapter inner class) which has the code for obviously a contentprovider Join. http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList2.html - Juan On Oct 25, 2:47 pm, jtaylor

[android-developers] Re: Update in Content Provider

2008-10-24 Thread jtaylor
. Cheers, Justin Android Team @ Google On Oct 20, 10:36 am, jtaylor [EMAIL PROTECTED] wrote: If I don't need the Update method in a Content Provider, how do I alert others using it? I can just leave the method empty, but what other precautions should I take? - Juan T

[android-developers] getChildrenCursor() JOINs

2008-10-22 Thread jtaylor
ExpandableList2.java uses a content provider. I'm using SQLite on it's own. What type of Join should I implement in the getChildrenCursor() method? - Juan T. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Update in Content Provider

2008-10-20 Thread jtaylor
If I don't need the Update method in a Content Provider, how do I alert others using it? I can just leave the method empty, but what other precautions should I take? - Juan T. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: SQLite problems: how to use LIKE expression

2008-10-18 Thread jtaylor
Snippet from WikiNotesProvider.java: case KEYWORD_SEARCH: // this match searches for a text match in the body of notes qb.setTables(keywords); qb.setProjectionMap(KEYWORDS_LIST_PROJECTION_MAP); qb.appendWhere(body like ? or title like ?);

[android-developers] Re: AliasActivity: Two Questions

2008-10-16 Thread jtaylor
Well, what exactly is the difference between the two to understand them better? - Juan T. On Oct 15, 10:29 pm, Romain Guy [EMAIL PROTECTED] wrote: Photostream uses an activity-alias, not an AliasActivity (they are different :) On Wed, Oct 15, 2008 at 7:24 PM, jtaylor [EMAIL PROTECTED

[android-developers] Re: AliasActivity: Two Questions

2008-10-16 Thread jtaylor
the browser to display a particular web page. On Oct 16, 10:26 am, jtaylor [EMAIL PROTECTED] wrote: Well, what exactly is the difference between the two to understand them better? - Juan T. On Oct 15, 10:29 pm, Romain Guy [EMAIL PROTECTED] wrote: Photostream uses an activity-alias

[android-developers] Re: Device unique ID, other than getDeviceId()?

2008-10-15 Thread jtaylor
Hello Mark, I'd venture to say that impossible what you're asking. With #1 you would have a problem with privacy/security. With #2, having a storage spot would mean you wouldn't need Content Providers. It's intuitive for there to be a permission placed on this info. So just do the Overkill,

[android-developers] Re: AliasActivity: Two Questions

2008-10-15 Thread jtaylor
I noticed the Photostream app has alias activities. (This comment is in androidmanifest.xml) !-- Alias activity used to set the wallpaper on Home. The alias is used simply to have a different label. -- http://code.google.com/p/apps-for-android/source/browse/trunk/#trunk/Photostream

[android-developers] Re: Device unique ID, other than getDeviceId()?

2008-10-15 Thread jtaylor
It's hard to answer your questions when you know just about everything. - Juan T. On Oct 15, 9:38 pm, Mark Murphy [EMAIL PROTECTED] wrote: jtaylor wrote: It's intuitive for there to be a permission placed on this info. It's definitely intuitive for there to be a permission on the IMEI. I

[android-developers] Re: Device unique ID, other than getDeviceId()?

2008-10-15 Thread jtaylor
] wrote: jtaylor wrote: It's intuitive for there to be a permission placed on this info. It's definitely intuitive for there to be a permission on the IMEI. I am not quibbling that point at all. The problem is I'm porting something originally done on the iPhone, which has a UUID or something

[android-developers] Re: phone to phone applications?

2008-10-07 Thread jtaylor
problems. I understand that what we developers would want is to think only on application-specific issues, and let communication- security- performance-, ... related decisions on the API to decide. On Tue, Oct 7, 2008 at 9:25 AM, Mark Murphy [EMAIL PROTECTED] wrote: jtaylor wrote: I think

[android-developers] Re: I need to develop a calendar application using Android.

2008-10-07 Thread jtaylor
Either the standard Java API or the Google Calendar API. - Juan T. On Oct 6, 5:10 am, Parasss [EMAIL PROTECTED] wrote: Hello Folks, Any one can tell me about how we can  develop calender application using Android SDK.. Please help me.. i will be really thankful to you.. Thanks in

[android-developers] Re: phone to phone applications?

2008-10-06 Thread jtaylor
Mark, I think the loss of XMPP-like capability is pretty big. Mike Cleron in the youtube Androidology said that he thinks the compelling apps (mashups) include that capability. I think it really replaces the server infrastructure. If you build a server infrastructure now, then soon your app

[android-developers] Re: Best practice - buttons or menu items?

2008-10-03 Thread jtaylor
A button is fundamentally attached to the UI. A Go search button is attached to a textbox, or a start and stop in a stopwatch defines the UI. Otherwise it's a menu item. - Juan T. On Oct 3, 3:12 pm, Charlie Collins [EMAIL PROTECTED] wrote: Every time I make a new screen I find myself

[android-developers] Re: Documentation Blues

2008-09-29 Thread jtaylor
updated now. I guess a few days wasn't too bad. - Juan On Sep 29, 1:52 pm, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/27 jtaylor [EMAIL PROTECTED] Hello Android Team, Consider this a helpful criticism. But this sentence is still on the very front of the Documentation. - A beta version

[android-developers] Documentation Blues

2008-09-27 Thread jtaylor
Hello Android Team, Consider this a helpful criticism. But this sentence is still on the very front of the Documentation. - A beta version of the Android SDK is available for download. and it's been a few days since the 1.0 SDK has been released. This means that the Documentation hasn't been

[android-developers] Re: Documentation Blues

2008-09-27 Thread jtaylor
Yes, so Google can get Developers out of the ecosystem in return. :) - Juan On Sep 27, 10:33 am, Mark Murphy [EMAIL PROTECTED] wrote: jtaylor wrote: Yes and Absolutely. The SDK is inseparable to the Documentation. Otherwise the SDK is only for those who are the top something percent who

[android-developers] Re: Documentation Blues

2008-09-27 Thread jtaylor
. ..And having that sentence on the front doesn't elicit an incredible trust in android as a whole. ..I'm on Android's side but I feel I have to make a comment on these things. - Juan T. On Sep 27, 10:18 am, jtaylor [EMAIL PROTECTED] wrote: Yes and Absolutely. The SDK is inseparable

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
Both are based on Webkit. The Android Browser is created specifically for mobile. Chrome is created specifically for the Desktop. - Juan On Sep 25, 12:30 am, Ramon Rabello [EMAIL PROTECTED] wrote: Since the release of Google Chrome I've been thinking the possibility of the new browser being

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
ZDNet has this article. September 24th, 2008 Google Gears now inside Android’s “Chrome Lite” http://blogs.zdnet.com/Burnette/?p=662 - Juan On Sep 25, 11:54 am, jtaylor [EMAIL PROTECTED] wrote: Both are based on Webkit. The Android Browser is created specifically for mobile. Chrome

[android-developers] Re: Google Chrome or WebKit on Android?

2008-09-25 Thread jtaylor
I think we just have to wait until the documentation is updated. On Sep 25, 3:34 pm, Guillaume Perrot [EMAIL PROTECTED] wrote: What about the javascript virtual machine from V8 used by Google Chrome. Does Android use it as well ? On 25 sep, 21:08, jtaylor [EMAIL PROTECTED] wrote: ZDNet

[android-developers] Re: Android 1.0 SDK Released

2008-09-24 Thread jtaylor
Congrats! This is bigger than the G1. ..My Emulator is very stable. - Juan T. On Sep 23, 6:09 pm, Megha Joshi [EMAIL PROTECTED] wrote: Hi everyone, We're pleased to announce the release of the Android 1.0 SDK, release 1. For full information, please see Dan Morrill's blog post:

[android-developers] UserTask

2008-09-12 Thread jtaylor
In the Photostream App is UserTask.java. How much more efficient is this class then using threads and handlers as normally? In UserTask, there's alot of things from java.util.concurrent, threadpools, etc. Does this mean UserTask is probably more efficient? In what circumstances is it probably

[android-developers] Re: UserTask

2008-09-12 Thread jtaylor
Great! And who wrote Photostream? - Juan T. On Sep 12, 7:54 pm, Romain Guy [EMAIL PROTECTED] wrote: It should be as efficient as using threads and handlers yourself. On Sep 12, 2008 4:38 PM, jtaylor [EMAIL PROTECTED] wrote: In the Photostream App is UserTask.java. How much more efficient

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-28 Thread jtaylor
and there is nothing special about it, so a virtual contacts provider doesn't need any special platform support either. On Aug 27, 3:29 pm, jtaylor [EMAIL PROTECTED] wrote: p.s. I guess if there's time at this late date. If not, then maybe the next version of Android since it's such a big thing

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-28 Thread jtaylor
It would nice to explore how to build a whole infrastructure (through a Virtual Contacts Content Provider) for Social Apps. A company like Facebook probably doesn't just want to be on webkit. It wants the profiles to be in a content provider for fast access outside the network, syncing from time

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-28 Thread jtaylor
And then RPC, this device to device communication I don't believe is even going to work without being on top of a social app infrastructure. - Juan T. On Aug 28, 6:03 am, Peli [EMAIL PROTECTED] wrote: Yeah too late for 1.0. :}  But you know, there is no reason someone else couldn't write

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-28 Thread jtaylor
Correction: I was meaning a 'Virtual Contacts Provider' not a new type of Content Provider. However, I ended up meaning probably both a Provider (like contacts) and a new type of Content Provider. - Juan T. On Aug 27, 4:17 pm, jtaylor [EMAIL PROTECTED] wrote: The problem with Contacts

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-28 Thread jtaylor
for it at this point, though. On Aug 28, 1:18 pm, jtaylor [EMAIL PROTECTED] wrote: Correction: I was meaning a 'Virtual Contacts Provider' not a new type of Content Provider. However, I ended up meaning probably both a Provider (like contacts) and a new type of Content Provider. - Juan T. On Aug 27

[android-developers] Re: Comunication Server-Phone: SMS directed to an application (0.9 SDK)

2008-08-27 Thread jtaylor
SMS is probably problematic on more than one level. There are HTTP api's and that's what you want. JAVA has an api and Apache has one as well. On Aug 26, 9:35 am, Cristina [EMAIL PROTECTED] wrote: Hi! We are designing an application for android phones. In our application there is a

[android-developers] Feature Request: Virtual Contacts Content Provider

2008-08-27 Thread jtaylor
The problem with Contacts in mobile devices is that there are two types of Contacts. One is what I call Personal Contacts (family and friends) and the other is Virtual Contacts (social app friends/ multiplayer games). The Virtual Contacts don't go in the same place as Personal Contacts. So where

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-27 Thread jtaylor
. But hopefully this will be in 1.0 because so many apps will use Virtual Contacts and not just Personal Contacts. Or am I missing anything? - Juan T. On Aug 27, 4:17 pm, jtaylor [EMAIL PROTECTED] wrote: The problem with Contacts in mobile devices is that there are two types of Contacts. One is what

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-27 Thread jtaylor
[EMAIL PROTECTED] wrote: On Aug 27, 1:26 pm, jtaylor [EMAIL PROTECTED] wrote: Also to mention that there should be big differences. Such as that Virtual Contacts don't have a phone number. It sounds to me like you are talking about a different kind of content provider, not the normal

[android-developers] Re: Feature Request: Virtual Contacts Content Provider

2008-08-27 Thread jtaylor
p.s. I guess if there's time at this late date. If not, then maybe the next version of Android since it's such a big thing. - Juan T. On Aug 27, 5:20 pm, jtaylor [EMAIL PROTECTED] wrote: Yes, that's the point, not to mix them. So two different contact providers separates the two different

[android-developers] Android Test-driven Development

2008-08-23 Thread jtaylor
It looks like android.test is basically an extension of the JUnit Framework for android specific cases. Is test-driven development the way to go? Should this be a standard in Android development? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Webkit Mobile Web Applications

2008-04-16 Thread jtaylor
What's going on with Mobile Web Applications like Gears for Mobile versus Android. I've heard some say that Web Applications will be in vogue over Android Java apps. What's going on there? Specifically, are there hooks in the Webkit api that are for such web applications? - Juan

[android-developers] Re: Are you satisfied or disappointed with the level of support from Google, for Android?

2008-04-07 Thread jtaylor
That's important for the Android team and for the Open Handset Alliance and its members, that's important for Google. That's also important for the developer community and for the end users. Hello Jean-Baptiste, I suggest that the aim be for the phones to come out in 2009. If everyone is

[android-developers] Re: Can a GTalk message receiver know who sent the intent?

2008-04-02 Thread jtaylor
Peli, My guess is that some kind of security layer will be added to the uses- permission, etc. in the AndroidManifest. - Juan On Apr 2, 9:43 pm, Peli [EMAIL PROTECTED] wrote: Thank you for this information. I had not found it in the documentation. Regarding the security issue, both, Juan

[android-developers] Re: Special Actions for IGTalkSession.sendDataMessage()

2008-03-29 Thread jtaylor
PM, jtaylor [EMAIL PROTECTED] wrote: Where are there instructions to create a Custom Intent? I'm supposing I need it to send a data message in GTalk? - Juan On Mar 26, 8:19 pm, jtaylor [EMAIL PROTECTED] wrote: This is obviously an Intent defined by the App

[android-developers] Re: Special Actions for IGTalkSession.sendDataMessage()

2008-03-29 Thread jtaylor
29, 6:52 pm, jtaylor [EMAIL PROTECTED] wrote: Dan, I think I have to explain my problem better. I think I mean a Custom Action? I am using the method IGTalkSession.sendDataMessage(). I want this method to work. :) As far as I can tell, the second parameter needs an Intent which

[android-developers] Re: Special Actions for IGTalkSession.sendDataMessage()

2008-03-28 Thread jtaylor
Where are there instructions to create a Custom Intent? I'm supposing I need it to send a data message in GTalk? - Juan On Mar 26, 8:19 pm, jtaylor [EMAIL PROTECTED] wrote: This is obviously an Intent defined by the App. android.intent.action.SAMPLE_GTALK_DATA_MESSAGE in the AndroidManifest

[android-developers] Re: Intent Receiver for android.intent.action.INSERT

2008-03-26 Thread jtaylor
Possibly using sync as well. - Juan On Mar 26, 1:42 pm, Peli [EMAIL PROTECTED] wrote: Could a ContentObserver be registered for cases like these?http://code.google.com/android/reference/android/database/ContentObse...http://code.google.com/android/reference/android/content/ContentResol...)

[android-developers] Re: Problem using XMPP demo in latest SDK emulator m5 rc 14

2008-03-25 Thread jtaylor
Hello Megha, That doesn't work for me. The only thing I can think of is addition to the buddy list. I created 2 gmail accounts. I put them into the separate emulator instances. I put the second account (aligned with the second emulator) into the first account by way of putting the email address

[android-developers] Re: Problem using XMPP demo in latest SDK emulator m5 rc 14

2008-03-25 Thread jtaylor
Sorry, I posted from another thread and my response ended up on this thread. I don't have APIDemos running on the second instance. - Juan On Mar 25, 6:14 pm, jtaylor [EMAIL PROTECTED] wrote: Hello Megha, That doesn't work for me. The only thing I can think of is addition to the buddy list

[android-developers] Re: Problem using XMPP demo in latest SDK emulator m5 rc 14

2008-03-25 Thread jtaylor
Sorry, I posted from another thread and my response ended up on this thread. I don't have APIDemos running on the second instance. - Juan On Mar 25, 6:14 pm, jtaylor [EMAIL PROTECTED] wrote: Hello Megha, That doesn't work for me. The only thing I can think of is addition to the buddy list

[android-developers] Re: Problem using XMPP demo in latest SDK emulator m5 rc 14

2008-03-25 Thread jtaylor
How do I get the APIDemos on the other emulator? - Juan On Mar 25, 6:28 pm, jtaylor [EMAIL PROTECTED] wrote: Sorry, I posted from another thread and my response ended up on this thread. I don't have APIDemos running on the second instance. - Juan On Mar 25, 6:14 pm, jtaylor [EMAIL