[android-developers] Re: Trouble With WebView

2011-03-07 Thread Dan
Inline reply ... On Mar 4, 6:05 pm, Miguel Morales therevolti...@gmail.com wrote: The way you posted your question I assumed you were in control of whatever server side media you were trying to launch. (i.e. 'my link') Yes, the android system is supposed to detect link type and launch the

[android-developers] Re: how to get location quickly and How to obtain a position on every launch

2011-03-07 Thread lbendlin
Assuming you try this with open sky and not inside your house the N1 should get a location much quicker. Have you disabled data traffic with your mobile provider? That may impact the ephemeris gathering. Try with another N1. Maybe you just got one with a bad GPS antenna. On Mar 3, 6:05 am,

[android-developers] Offer link to particular app in the market from my app?

2011-03-07 Thread Tobiah
I have an app that depends on Barcode Scanner to do its work. Right now, my app force closes if the Barcode Scanner program is not installed. I'd like to have my program offer a path to install the other app as easily as possible. Is there any way I can do this, other than maybe opening a

[android-developers] Re: Cannot write Exif data to JPG images

2011-03-07 Thread kernelpanic
90 isn't a valid value - check the constants for ExifInterface to find valid values public static final int ORIENTATION_ROTATE_90 Since: API Level 5 Constant Value: 6 (0x0006) On Mar 4, 4:19 am, bizso09 bitva...@gmail.com wrote: This doesn't work. Any ideas why? ExifInterface

[android-developers] Two Activity Stacks

2011-03-07 Thread Julius Spencer
Hi, I was wondering whether it's possible to have two Activity stacks in an application so if a user is using one part of an application and navigates to another area and then navigates back (without using the back button) to the original area he has the same history of Activities. Regards,

Re: [android-developers] Offer link to particular app in the market from my app?

2011-03-07 Thread Stephen Lau
Fire off a VIEW intent for: market://search?q=pname:com.google.zxing.client.android and it'll auto-open the Market app to that app with a one-click button to install for the user to hit. Tobiah wrote: I have an app that depends on Barcode Scanner to do its work. Right now, my app force closes

[android-developers] Can we use AbstractCursor to support data changes?

2011-03-07 Thread Tom Gibara
I'm currently trying to create a Cursor implementation where the data set can change in response to information received over the network, but I can't see any way of actually doing this using AbstractCursor. AbstractCursor appears to implement the necessary observer registration methods for me,

Re: [android-developers] Two Activity Stacks

2011-03-07 Thread Dianne Hackborn
Use android:taskAffinity to specify the affinity of activities in your second task. (For example android:taskAffinity=:otherstuff). When you want to switch between these tasks in your UI flow, use Intent.FLAG_ACTIVITY_NEW_TASK to switch to the other task. There are lots of subtleties you will

[android-developers] Re: Flash player

2011-03-07 Thread Tyler Kocheran
This isn't really the place to ask this. This is mainly for Android developers, not Android users. You can try using androidforums.com. That being said, have you searched for Flash Player on the Android Market? That would be a good first step. -- You received this message because you are

[android-developers] ExpandableListAdapter not using fast scrolling, can't get it to show up.

2011-03-07 Thread Tyler Kocheran
I can't seem to get fast scrolling working with my `ExpandableListView`. What's more is that the `SectionIndexer` methods I have implemented in my adapter are never actually called and I have verified this via breakpoints. Here is my activity: private void onCreate(Bundle a) { ...

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
I would like this to start being treated as a real problem. I can't even downgrade my ADT. I use revert configuration in ADT and it has no effect. Putting a proguard.cfg in the project directory only worked temporarily. It's broken again. I'm dead in the water for builds. At this rate, I will

Re: [android-developers] Android Market Enhancement for Xoom/Honeycomb

2011-03-07 Thread TreKing
On Sat, Mar 5, 2011 at 9:55 AM, Mike mikeh1...@gmail.com wrote: Android Market is overall great... I want a puff of whatever you're smoking. =P Please fix it to where when you back out from detail view to list, you are back looking at the same group of apps in the list. This would be the

[android-developers] Re: H264 support Android

2011-03-07 Thread PatternMusic
I think that means the opposite. i.e. the H.264 encoder is only in Android 3.0 and later. The H.264 decoder is in all versions. You will note WebM decoder is only available in Android 2.3.3+. Google has not said they are dropping H.264 from Android. -- You received this message because you

[android-developers] Re: import package vs import class

2011-03-07 Thread Zsolt Vasvari
http://www.leepoint.net/notes-java/language/10basics/import.html On Mar 6, 11:59 pm, wenwei Han hanwenwei2...@gmail.com wrote: Hi All, I have found a wired issue: I have generated a jar which will be used both by framework and by app, however, when used: import com.xxx.pkg; it didn't

Re: [android-developers] Re: Compare MonkeyImage

2011-03-07 Thread Bill Napier
https://review.source.android.com//#change,21478 https://review.source.android.com//#change,21478Adds support for this change. If you check the android source out and build monkeyrunner from that, you should be able to read images from the file system. It will also eventually find its way into

Re: [android-developers] Compare MonkeyImage

2011-03-07 Thread Bill Napier
Yes. Our tests are written on top of pyunit (which runs inside monkeyrunner). We use sameAs and an asset. For the test cases we are developing, sameAs (with a percentage) is sufficient. This allows things like the time in the status bar and any other possible notifications to get ignored. If

[android-developers] Activate the app ??

2011-03-07 Thread Jignesh Kakkad ( Jiggy )
Hi Guys, I just wanted to know if there is any way to activate the application by dialing some number or sending SMS to some number? Any suggestions / help would be much appreciated Thank you Regards Jiggy -- You received this message because you are subscribed to the Google

[android-developers] Google MAP api?

2011-03-07 Thread Jignesh Kakkad ( Jiggy )
Hi Guys, This sounds bit stupid but can anyone suggest good example of Google Map API and View? Thank you Regards Jiggy -- 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: Read CSV from web

2011-03-07 Thread Hari Edo
This looks like a school homework assignment. Have you even taken the first step of dividing this task into two parts? What's the first thing you want to do? What have you considered, to get that first step accomplished? On Mar 3, 6:13 pm, Muhammad Anas anas@gmail.com wrote: I am new to

[android-developers] Re: does anyone know if it possible to have Android start a Service when a phone call is dropped?

2011-03-07 Thread Dan
Does anyone know if it is possible to have Android to start a Service when a phone call is dropped? The public api does not distinguish between call drop and local or remote hang up. Sometimes the RIL java layer will leave a message about a call failure cause in the radio log, sometimes it

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-07 Thread davemac
@Tchettane: Bottom line is that it means you can only do this with two Android devices for now. The Android SDK does not currently support card emulation, so you cannot scan an Android device as if it had a tag on/in it. - dave On Feb 28, 1:01 pm, Tchettane tchett...@gmail.com wrote: Hello,

Re: [android-developers] Re: H264 support Android

2011-03-07 Thread ke tang
I think you can porting the ffmpeg-0.6.1 to android, it contains the H.264 codec 2011/3/8 PatternMusic richardlw...@gmail.com I think that means the opposite. i.e. the H.264 encoder is only in Android 3.0 and later. The H.264 decoder is in all versions. You will note WebM decoder is only

[android-developers] Re: FUNDAMENTAL function needed in Android

2011-03-07 Thread gjs
Hi, http://jsharkey.org/blog/2010/07/01/android-surfaceflinger-tricks-for-fun-and-profit/ for your own app use a wake lock with screen_dim Regards On Mar 5, 10:47 am, g.crisci g.cri...@gmail.com wrote: Hi all! (hope this could be the right place to suggest a fundamental function) with the

Re: [android-developers] Felica compatible with Nexus S

2011-03-07 Thread Nikolay Elenkov
On Fri, Mar 4, 2011 at 4:54 PM, laborg gerhard.aig...@gmail.com wrote: Hi! Is there a chance to read out Felica chips (http://en.wikipedia.org/ wiki/FeliCa) with Nexus S? Could someone just give it a try? http://nfc-taglet.com/index_e.html -- You received this message because you are

Re: [android-developers] Google MAP api?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 6:46 PM, Jignesh Kakkad ( Jiggy ) jig2n...@gmail.com wrote: This sounds bit stupid but can anyone suggest good example of Google Map API and View? Like the example in the official documentation?

[android-developers] Re: import package vs import class

2011-03-07 Thread Indicator Veritatis
Looks like a Java mistake to me. Try import com.xxx.pkg.*; instead. And in the future, please remember that this is an Android forum, not a Java one. Your question really is a Java question. On Mar 6, 7:59 am, wenwei Han hanwenwei2...@gmail.com wrote: Hi All, I have found a wired issue: I

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Xavier Ducrohet
Hey all, I've filed bug #15312 to track this issue, and I've just attached to it a version of ADT that enable some logging in the method I suspect is not finishing properly. I've also moved the line that isn't called (which is the cause of the NPE later on) earlier in the method, which will

RE: [android-developers] Google MAP api?

2011-03-07 Thread Jignesh Kakkad ( Jiggy )
Hi buddy, Thank you for reply Yeah, some working example or some sort example in the official documents .. to start something on MAP API Thank you Regards Jiggy From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing

Re: [android-developers] Setting up Android App in Eclipse

2011-03-07 Thread Xavier Ducrohet
Right click the project, choose properties. In the dialog choose Android on the left. Select an Android platform as the target for your project. This should solve most if not all of your issues: having the default.properties will make the Android plug-in dynamically create a container with the

[android-developers] Re: Google MAP api?

2011-03-07 Thread lbendlin
Let's try it this way: Create a new project against the Google API (not Android API) and select from existing project On Mar 7, 9:08 pm, Jignesh Kakkad \( Jiggy \) jig2n...@gmail.com wrote: Hi buddy, Thank you for reply Yeah, some working example or some sort example in the official

Re: [android-developers] Google MAP api?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 8:08 PM, Jignesh Kakkad ( Jiggy ) jig2n...@gmail.com wrote: Yeah, some working example or some sort example in the official documents .. to start something on MAP API There is exactly that in the official documentation.

[android-developers] How to delete a sms

2011-03-07 Thread a a
I want to write a program to delete a sms, what can i do? -- 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

[android-developers] Can we create UI without using any XML file?

2011-03-07 Thread cindy
Hi all, In Android, can we create UI without using any XML file ? How? Thanks! April -- 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,

Re: [android-developers] Can we create UI without using any XML file?

2011-03-07 Thread a a
ofcause u can 2011/3/8 cindy ypu01...@yahoo.com: Hi all, In Android, can we create UI without using any XML file ? How? Thanks! April -- 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: Install % drop again?

2011-03-07 Thread Zsolt Vasvari
44% -- anybody wants to take a bet how long it will be before I lose all my users? On Mar 7, 9:24 pm, TreKing treking...@gmail.com wrote: On Mon, Mar 7, 2011 at 4:44 AM, Zsolt Vasvari zvasv...@gmail.com wrote: There is no free-form e-mail option there that I can see, and none of the topics

[android-developers] Re: sqlite SQLiteStatement please help with extending my INSERT statement

2011-03-07 Thread DanH
Add a second parameter to insert(), and add a second invocation of bindString(). On Mar 5, 2:53 pm, bright...@hotmail.com bright...@hotmail.com wrote: HI, I am new to android and I am experimenting with sqlite.  I would like to extend my  SQL insert statement so I can insert into more than

[android-developers] Re: Install % drop again?

2011-03-07 Thread Zsolt Vasvari
Also, ranking is down to #10, sales are off at least 50%. On Mar 8, 11:05 am, Zsolt Vasvari zvasv...@gmail.com wrote: 44% -- anybody wants to take a bet how long it will be before I lose all my users? On Mar 7, 9:24 pm, TreKing treking...@gmail.com wrote: On Mon, Mar 7, 2011 at 4:44 AM,

Re: [android-developers] android default browser

2011-03-07 Thread TreKing
On Thu, Mar 3, 2011 at 3:30 AM, 刘京京 liujingjing...@gmail.com wrote: my issue is, when i open(jump to) the android default browser in the my apps, how can i set the attributes of the browser, for example ,the screen orientation ,the url address can not be changed,.. You can't, any more than

Re: [android-developers] Re: TextView gravity off on Galaxy Tab?

2011-03-07 Thread Nikolay Elenkov
On Sun, Mar 6, 2011 at 12:40 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: It does seem it's a bug in 2.2, fixed in 2.3, but the closest relevant change I found says 'Fix bug 3061544 and some clipping errors.' and that's not too helpful. Scratch that. The real issue is that

Re: [android-developers] Can we create UI without using any XML file?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 9:01 PM, cindy ypu01...@yahoo.com wrote: In Android, can we create UI without using any XML file ? Yes. How? 1) Read the documentation. 2) Follow instructions. - TreKing

[android-developers] Re: TextView gravity off on Galaxy Tab?

2011-03-07 Thread Zsolt Vasvari
I'd use an integer resource to specify a padding. You can leave it 0 in the base implementation and override it in values-v8. Or something along those lines, you get the idea... On Mar 8, 11:51 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Mar 6, 2011 at 12:40 PM, Nikolay

[android-developers] Re: How to delete a sms

2011-03-07 Thread Zsolt Vasvari
Look at the source code for the Messaging app and see how it deletes an SMS. Then see if the API used is public or not, and if so, use it. Otherwise, SOL. On Mar 8, 10:58 am, a a harvey.a...@gmail.com wrote: I want to write a program to delete a sms, what can i do? -- You received this

[android-developers] Search contact by phonetic input

2011-03-07 Thread Siu Man Yu
I am working on a phone dialer application. I found that the search widget can search Chinese contact by Pinyin. I would do the similar things. When I tried to read the contact StructuredName.PHONETIC_GIVEN_NAME, StructuredName.PHONETIC_MIDDLE_NAME and StructuredName.PHONETIC_FAMILY_NAME. However,

Re: [android-developers] Mount USB pendriveto simulate SD Card functionality

2011-03-07 Thread Nikhil Dhavale
It is possible on Nexus one. Kindly take a look at http://sven.killig.de/android/N1/2.2/usb_host/ On 28 February 2011 19:25, manish monusa...@gmail.com wrote: Hi , I am working on a board in which currently SDCARD is not active and having 1 usb port. So i need to connect the USB hub to

[android-developers] Best Eclipse Version.

2011-03-07 Thread Nathan
I probably to reinstall Eclipse, so I wanted soem advice on teh best version. I've had 3.4. Some comments from others at Andevcon suggest that performance gets worse with 3.6 and 3.7. So is 3.5 Classic the best ever? Thanks Nathan -- You received this message because you are subscribed to

[android-developers] Load Bitmap from downloaded APK?

2011-03-07 Thread arbitrary-software
Hi, I have an .apk that is downloaded to my Android app. In the .apk, it has a directory tree of images that my app needs to load and display. Is there a way in Android that I can get an InputStream to the image file in the .apk and use it to instantiate a Bitmap object? I have not been

[android-developers] Re: new to android..............

2011-03-07 Thread Onkar Dhane,Trainee Software Developer,Alphabricks Technology pvt. ltd
Hi,follow this link.they have given which revision is supported for which SDK n all.. http://developer.android.com/sdk/index.html if you have difficulty again let me know Thanks On Mar 4, 8:16 pm, Kailash Adhikari adhi.fr...@gmail.com wrote: hi everyone..., as i am a newly

[android-developers] Android Market Rank

2011-03-07 Thread ravishi
Hi all, I just released a free app, called Android Market Rank that let's you find an app's elusive android rank. You can see exactly what an app's current rank is, what was the lowest (best) it's ever been, and what the highest (worst) it's ever been. It also has a graph that shows how the

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
I'd like to try it, but there isn't Help Install New Software... menu item on my eclipse. It seems to want only repositories, not zips. This is on Eclipse 3.4 in Windows. I'll try on on a later eclipse when I can. On Mar 7, 6:05 pm, Xavier Ducrohet x...@android.com wrote: Hey all, I've filed

Re: [android-developers] Re: The Subject this: 11902

2011-03-07 Thread Raymond Rodgers
I did a search in GMail's web interface for Estamos tentando executar and then clicked the select all link, followed by the all matching messages link, and delete. Raymond On 03/07/2011 12:55 AM, Forest Wang wrote: How can we filter them out? They are really annoying. 2011/3/7 Harsh J

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Tor Norbye
ADT 10 requires Eclipse 3.5 or later. -- Tor On Mar 7, 2011 9:01 PM, Nathan critter...@crittermap.com wrote: I'd like to try it, but there isn't Help Install New Software... menu item on my eclipse. It seems to want only repositories, not zips. This is on Eclipse 3.4 in Windows. I'll try on

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
Well, then that would be part of the problem, I don't see anywhere that that is documented, though. The installation page still mentions 3.4. Nathan On Mar 7, 9:06 pm, Tor Norbye tnor...@google.com wrote: ADT 10 requires Eclipse 3.5 or later. -- Tor On Mar 7, 2011 9:01 PM, Nathan

[android-developers] lockNow() doesnot work as expected on LG ally and Droid X which are verizon devices

2011-03-07 Thread Sumanth
I am using the DevicePolicyManager api code as in the Device admin sample code, for my application, when I do force lock using lockNow() method, the device locks, but its not password protected it unlocks on sliding. I have set the password for the device lock, even then it is not prompting for

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Xavier Ducrohet
ugh, we'll fix this asap. Xav On Mon, Mar 7, 2011 at 9:14 PM, Nathan critter...@crittermap.com wrote: Well, then that would be part of the problem, I don't see anywhere that that is documented, though. The installation page still mentions 3.4. Nathan On Mar 7, 9:06 pm, Tor Norbye

Re: [android-developers] Best Eclipse Version.

2011-03-07 Thread Xavier Ducrohet
both should be ok. Early versions are always a bit buggy, but 3.6.1/2 should work better than straight 3.6 That said 3.5.2 works fine. Make sure you get a simple version (Eclipse for Java dev for instance). No need to get one that has a lot of useless plug-ins. Xav On Mon, Mar 7, 2011 at 8:28

Re: [android-developers] Best Eclipse Version.

2011-03-07 Thread Xavier Ducrohet
by both I meant 3.5/3.6. I would avoid 3.7 until it goes final (or even wait for 3.7.1/2) On Mon, Mar 7, 2011 at 10:17 PM, Xavier Ducrohet x...@android.com wrote: both should be ok. Early versions are always a bit buggy, but 3.6.1/2 should work better than straight 3.6 That said 3.5.2 works

Re: [android-developers] SimpleOnGestureListener code not working in Android 2.2...

2011-03-07 Thread Justin Anderson
I started a post on StackOverflow as well without much luck... There is now a bounty of 50 points on this question at StackOverflow if someone knows the answer: http://stackoverflow.com/questions/5187173/simpleongesturelistener-code-not-working-in-android-2-2 This problem has now been a major

Re: [android-developers] LinearLayout problem

2011-03-07 Thread Justin Anderson
Why do you have two linear layouts on top of each other? Can you post the layout code? On Thu, Mar 3, 2011 at 1:14 AM, Bruno bruno.h...@gmail.com wrote: Hello i have sort a problem with my layout i would like somethine like this : +---+ | | |A

Re: [android-developers] lockNow() doesnot work as expected on LG ally and Droid X which are verizon devices

2011-03-07 Thread Dianne Hackborn
Does this happen in the emulator running the standard platform? On Mon, Mar 7, 2011 at 9:34 PM, Sumanth javandroid@gmail.com wrote: I am using the DevicePolicyManager api code as in the Device admin sample code, for my application, when I do force lock using lockNow() method, the device

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Chopcsu
Yeah this happened to me on upgrading to ADT 10, reinstall eclipse,reinstall android sdk and a policy to never update ADT or android SDK anywhere near milestones fixed it fine. On Mar 8, 4:37 pm, Xavier Ducrohet x...@android.com wrote: ugh, we'll fix this asap. Xav On Mon, Mar 7,

Re: [android-developers] Call parent's methods from a custom view child

2011-03-07 Thread Justin Anderson
Unless I'm misunderstanding something, couldn't you just provide a public method on your LinearLayout subclass that will do the desired work for you? As an example, I wrote a subclass to RelativeLayout for one of my apps that contained a Gallery widget, some text views, and some image views. In

Re: [android-developers] how to run program

2011-03-07 Thread Justin Anderson
Wow... this doesn't even deserve an answer... http://developer.android.com/guide/developing/building/building-eclipse.html http://developer.android.com/guide/developing/building/building-cmdline.html On Fri, Mar 4, 2011 at 2:33 AM, virendra singh virendra.singh...@gmail.comwrote: Sir how to

[android-developers] Re: Install % drop again?

2011-03-07 Thread gjs
Hi, Do you suddenly have some more competition ? Regards On Mar 8, 2:10 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Also, ranking is down to #10, sales are off at least 50%. On Mar 8, 11:05 am, Zsolt Vasvari zvasv...@gmail.com wrote: 44% -- anybody wants to take a bet how long it

Re: [android-developers] [ask] Android Application like Buddy Guard on blackberry

2011-03-07 Thread Justin Anderson
Well... it would be nice if you explained what buddy guard does... On Sat, Mar 5, 2011 at 2:42 AM, Michael Frans xfile...@gmail.com wrote: Hi there.. are everyone know the application name like buddy guard (on blackberry) in android device?? i wanna make that kind of application on my

Re: [android-developers] Join This Group..

2011-03-07 Thread Justin Anderson
Since you are posting you already have joined... On Sat, Mar 5, 2011 at 2:29 AM, Michael Frans xfile...@gmail.com wrote: Hi there.. i'm michael.. i'm from indonesia.. i want to know and learn more about android.. can i join into this group?? thx in advice.. :) -- You received this

[android-developers] setOnItemClickListener not called on pressing of view for particular item in a custom List

2011-03-07 Thread Deepak Kumar
Hi All, I am using custom list with each item in the list have RelativeLayout with 1 textview and 1 Button.Then at run time I am not getting response in OnItemClickListener upon selection on particular item.As per follwing code(I am using BaseAdapter for item in a custom list):-

[android-developers] Re: how to get location quickly and How to obtain a position on every launch

2011-03-07 Thread gjs
Hi, Also try rebooting N1 occasionally, go outside wait for GPS fix, seems to help if not getting GPS fix - longer than 10 minutes. From your link - try this as well - Getting a fast fix with the last known location The time it takes for your location listener to receive the first location

[android-developers] Re: NFC default app - thoughts?

2011-03-07 Thread gusdgg
Android 2.3.3 uses a 4 step process to to dispatch the tag to the correct activity. Check out this: http://gibraltarsf.com/blog/?p=217 On 7 feb, 18:03, Mark Wyszomierski mar...@gmail.com wrote: Hi, If I declare my application to be able to read NFC tags using the following:   activity  

[android-developers] Re: Install % drop again?

2011-03-07 Thread Zsolt Vasvari
Nope, not that I can see. Even if I did, my app is a personal finance app, which is not the kind of app that people would suddenly abandon in droves, as they need to migrate their financial data over. On Mar 8, 2:46 pm, gjs garyjamessi...@gmail.com wrote: Hi, Do you suddenly have some more

[android-developers] Re: Can we use AbstractCursor to support data changes?

2011-03-07 Thread gjs
Hi Tom, No I haven't tried, but the suggestion/hint seems to be to call requery() perhaps by sending a message from the thread that receives the new data from network, or possibly against its own essentially duplicate abstract cursor ? This seems odd, that you must call requery() in order to

[android-developers] MapView and large number of Overlay

2011-03-07 Thread Dani
Hi, I have a problem displaying on a MapView a large number of Overlays. I have to draw many route paths on the map: I tried to extend Overlay class but the method draw() is calling very often and it makes rendering too slow. So I tried to create a bitmap to append over the map as a OverlayItem

<    1   2   3