[android-developers] Re: Google Maps API: How to detect when the user has stopped panning the map

2010-04-06 Thread patbenatar
JP- Thanks for your feedback! It has been very enlightening. Overriding draw() sounds like a great idea that would cover any possible form of interaction with the Map. Just to make sure I'm clear on the basic idea here: you're saying create an additional, empty MapOverlay, and purely using that

[android-developers] android GPS

2010-04-06 Thread Jobs He
Hello :        I have a netbook with android system,but it have no GPS, so can I use a external GPS module on it ? Thank you ! -- 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: UI android question/problem

2010-04-06 Thread patbenatar
Dig deeper in the ListView documentation... Look into adding a header view [the method is like ListView.addHeaderView(View) or something.. verify this before using it].. You can use the header view for the + Add A Place link and then the contents of the List will be the Places. Hope this helps!

[android-developers] Re: Lists tutorial

2010-04-06 Thread patbenatar
http://developer.android.com/intl/fr/resources/tutorials/views/hello-listview.html -Nick On Apr 5, 9:25 pm, raqz abdulraqee...@gmail.com wrote: Hi Could someone please give me a good link that teaches how to use list view in android. Basically I have an array with names of people which I

[android-developers] Re: Unable to reject the incoming call

2010-04-06 Thread Abdul Qavi Paracha
Thank you Bibek for your respnose Dear Bibek, I've already googled this issue so many times, and i came across some posts which say it is not possible yet. But i get confused when i see some applications which are already developed like GBlocker, which you can follow at

[android-developers] Call blocking application

2010-04-06 Thread Abdul Qavi Paracha
Hi I am developing a call blocking application for android. What i've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the

[android-developers] Re: Droid Reboot when using VBO in opengl es codes

2010-04-06 Thread Louis
Hi, Robert, Not in my case, but the geometrics quite a lot in my cases, the model file size around 7M, not sure if the Droid ( Or android ) video card have some limitation on here? On Apr 5, 8:20 pm, Robert Green rbgrn@gmail.com wrote: Hmm I wonder if this is at all related to the problems

[android-developers] Re: ad support?

2010-04-06 Thread ko5tik
On Apr 5, 8:25 pm, Abdul Mateen abmat...@gmail.com wrote: Hi ko5tik, How much is your per day revenue with admob ? asking because mine is not good, instead of having 10K+ active installs. Something to laugh at ;) Some 2-3$$ But I do not have to live off it, as android development being my

[android-developers] Service questions

2010-04-06 Thread rizwan
Hi, I have few question regarding running a service in background Can we control User interface through service ? how this can be done ? Can you provide any code snippet ?. My understanding is that if service is already running then Activity on create doesn't create any new instance of intent

Re: [android-developers] Re: Problem with the Spinner in ListView Activity

2010-04-06 Thread nubh bhargava
Thanks for your support able to do it, able to capture individual elements in individual spinners. NUBH -- 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

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread AJ
Hi Group, Any clue please. Thanks, AJ On Apr 5, 7:57 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, Thanks for the reply, But this is not what I am looking for. Actually I am starting contact application from my application with data [like Name, phone numbers(mobile,work,faxes,

Re: [android-developers] Re: App released but only tested using the emulator. Could you please test it to me?

2010-04-06 Thread abisai rangel
got to keep an iphone 3gs check it out. clickhttp://bizoppoffer.com/x/0/759/6428/ 2010/4/5 Gabriel Simões gsim...@gmail.com Working on Google Nexus One (v 1.0.2) (Thanks for the feedback Bob) Any other reports? Also, are the UI changes (click count) syncronized with the sound click well?

[android-developers] Re: Activity Being Killed (onDestroy) on Orientation Change

2010-04-06 Thread ko5tik
On Apr 5, 7:50 am, Gaurav Vaish gvaish.i...@gmail.com wrote: b) The new instance which is created is automatically = onCreate, onPause, onStop, onDestroy now that's catastrophic.  Any guesses as to why the new activity is killed? :( God made it that way are you sure, that onStop and

[android-developers] Re: Upgrading of Applications

2010-04-06 Thread Eurig Jones
Ok Cool. Any ideas how I can test this myself to see how it works? Do you know if this is available with Android 1.5? On Apr 6, 7:10 am, Stephen Lebed srle...@gmail.com wrote: I haven't had any issues upgrading my app through the market.  In fact I haven't had any issues at all.  Once your app

[android-developers] [PM] about late resume, when PowerManagerService write on to /sys/power/state to call late resume?

2010-04-06 Thread ZhangJieJing
Hi All: At android power manage service, it have early suspend and late resume mechanism to control devices such as LCD backlight, touchscreen, when wake lock free/expired or user request suspend, the kernel will call early suspend workqueue, and execute the registered early suspend handler. when

[android-developers] Re: Android Navigation Tutorial

2010-04-06 Thread Károly Holczhauser
Hi there ! First of all thank you for you response. Yes, the people should use my app, because I have a new idea with it. :) But my problem, who can I store the maps data ? May I use the googleMaps or OSM in offline mode ? Thanks: Karoly -- You received this message because you are

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread Girish
Hi, You mean do you want to fetch the postal address details and email details. If yes tell me i will give you the code access them. Thanks, Girish G M On Apr 6, 12:18 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Group, Any clue please. Thanks, AJ On Apr 5, 7:57 pm, AJ

[android-developers] GPS application not installing in Sony Xperia

2010-04-06 Thread Nithin
Hi, I created an application in 1.6 SDK. It uses GPS. But its not installing in Sony Xperia. I installed other application developed in 1.6 SDK and its working fine. But when I am using GPS its not working. The code is like this, public void onCreate(Bundle savedInstanceState) {

[android-developers] Does Android 1.5 messaging work with CDMA?

2010-04-06 Thread Nikhil Agarwal
Hi I have an app 'SMS Invite' on the market which makes use of SMS for sending invites. I was recently informed by a user that it doesn't work properly on Samsung Moment with Cupcake on Sprint network. If I am not mistaken, Sprint network uses CDMA and there is no API for Android 1.5 to send SMS

[android-developers] Re: xml file size issue

2010-04-06 Thread hiwa
Please any ideas is welcomed On Apr 5, 12:37 pm, hiwa hiw...@gmail.com wrote: Hi guys, I am rather new to android. I have been searching the web at least for two weeks now and I still have not been able to find an answer for my problem. avd 1.6 avd 2.0 eclipse res/xml/filename.xml has a

[android-developers] Re: Initializing a custom view via XML

2010-04-06 Thread jrichards1...@googlemail.com
Bump, any suggestions? thanks On Apr 5, 7:32 pm, jrichards1...@googlemail.com jrichards1...@googlemail.com wrote: As the title says, i am trying to use a custom view i have created and initializing the size of it using the above xml code snippet located inside my layout folder.:

[android-developers] Re: Can't get animations working.

2010-04-06 Thread Yahel
Hi, the content of my res/anim/slide_in_from_bottom.xml that works : ?xml version=1.0 encoding=utf-8? set xmlns:android=http://schemas.android.com/apk/res/android; android:interpolator=@android:anim/accelerate_interpolator fillEnabled=true android:fillBefore=true android:fillAfter=true

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread AJ
Hi Girish, I do *not* want to fetch any postal address from the database. What I want is :- I am launching the Contact App from my application. I want Contact App should appear with the data I am passing. Like : 4 Phone number, Postal Address, Nickname, Website etc. The problem is I am not

[android-developers] Re: browse via usb

2010-04-06 Thread a2ronus
Have you tried the adb shell command? Still, this might be limited. On 5 apr, 21:53, ~ TreKing treking...@gmail.com wrote: On Sun, Apr 4, 2010 at 2:23 AM, justin justinnrroeb...@gmail.com wrote: Is their a way to browse/edit the phones files via usb? If you mean the files stored locally on

[android-developers] Re: Splash Screen Appears only once

2010-04-06 Thread Yahel
Hi Kavitha, I think it's not the place that is wrong but maybe how you handle the life of your activity. I'm not sure why you prefer to have the splash screen showing every time instead of skipping directly inside the app which sounds better for the user(no waiting time), but here is what you

[android-developers] Re: application installer

2010-04-06 Thread a2ronus
For installing applications, you might want to take a look at Aptoide as well. http://www.aptoide.com http://www.aptoide.org On 5 apr, 23:13, rhardy rha...@austin.polycom.com wrote: My company is developing a new device that will run on Android.  I'm tasked to develop the software

[android-developers] Re: Resuming View with about 200KB of drawable resources: android.view.InflateException and java.lang.OutOfMemoryError

2010-04-06 Thread Yahel
What are the type and size in pixels of your drawable ? As I understand it, Android uncompress jpegs to raw bytes when decoding images. Say if your Image is a big(huge ?) and highly compressed JPEG, then possibly you could run into an OOM. Just an hypothesis, Although exactly 450-byte

[android-developers] PackageStats : how to get application size ?

2010-04-06 Thread arnouf
Hi all, I'm trying to know the application size (only the code size). I found some topics related, but nothing is working. The last class provided by Android, PackageStats seems to give information about size : code size, cache size... But I get always a 0. Some guys talked about this issue here

[android-developers] Blank screen and ANR while application is starting up?

2010-04-06 Thread pink 444
Hi All, While opening my application from application launcher. some times i am getting blank screen for long time (almost 3 min). if i perform some key events then i am getting ANR. Log is as follows. I/ActivityManager( 57): Starting activity: Intent { action=android.intent.action.MAIN

[android-developers] Re: xml file size issue

2010-04-06 Thread Yahel
Hi, 475 KB of xml is kind of heavy for a mobile platform. I don't know a proper way to solve your problem so I can only offer what I would do if I had to stick with xml. I would try to split the file and import it into smaller chunk. You can also try to use JSON instead of XML which would

[android-developers] Retrieving OS Version

2010-04-06 Thread MobDev
Hi, I am trying to retrieve the Android OS Version (like 1.5 or 1.6 or 2.1) and I am using this code : TelephonyManager mTelephonyMgr = (TelephonyManager)getSystemService(TELEPHONY_SERVICE); String softwareVer = mTelephonyMgr.getDeviceSoftwareVersion(); When I try this on a ADP2 (Google Ion

[android-developers] Re: Initializing a custom view via XML

2010-04-06 Thread Yahel
Hi, Not sure at all but try to make sure you call the super.onXXX in each method you override. So that Android can works its magic before you do your own things Like in your onMeasure Yahel On 6 avr, 10:41, jrichards1...@googlemail.com jrichards1...@googlemail.com wrote: Bump, any

[android-developers] Getting Bitmap of all the Views in ViewFlipper?

2010-04-06 Thread javame_android
Hi, I need to take the Bitmap of all the Views in ViewFlipper. But it gives me the Bitmap of only the current content on the screen. Is there any way of getting Bitmap of all the Views in the ViewFlipper. Or is there any other way around to get the Bitmap of all the Views. I have four views and

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread fhucho
Google replied me that the phone should arrive by Fedex to Czech Republic (and I guess to other parts of EU too). On Apr 5, 11:36 pm, Atif ati...@gmail.com wrote: I got the Droid last week and I am in the same boat that I don't want to sign up with Verizon. I know I can use Droid over WiFi, but

[android-developers] Try/except handling for PostMethod?

2010-04-06 Thread Anna PS
Hi all I'm using a PostMethod, and wondering what try/except handling I should use. The exception handling here seems to work okay in most scenarios, but is there anything I might be missing? In particular, I'm wondering whether this handles the network connection going down midway through the

Re: [android-developers] Activity Being Killed (onDestroy) on Orientation Change

2010-04-06 Thread Sean Hodges
On Mon, Apr 5, 2010 at 6:50 AM, Gaurav Vaish gvaish.i...@gmail.com wrote: Problem: When the orientation is changed, the Application is notified about onConfigurationChange but: a) The current activity is Destroyed and recreated -- which is fine to some extent b) The new instance which is

[android-developers] how to monitor the activities launching in real time, so I can count how many times it has been launched?

2010-04-06 Thread lei
how to monitor the activities launching in real time, so I can count how many times it has been launched? ActivityManager somehow can do the similar work, but it is not on real time. would you help me? (i.e i had a background service running, it can detect when an activity has been launched, so it

[android-developers] Need Help for Storing the Values

2010-04-06 Thread Nubh
Hi I want to store the values which I am fetching from this code, I have stated the problem where I think I can save the numbers, please help. I have here copied the layout I want I am able to capture the current phonebook and can display the phonebook, now I want to store the numbers in

[android-developers] Re: Blank screen and ANR while application is starting up?

2010-04-06 Thread pink 444
Any Help?? On Apr 6, 2:31 pm, pink 444 pnk...@gmail.com wrote: Hi All, While opening my application from application launcher. some times i am getting  blank screen for long time (almost 3 min).  if i perform some key events then i am getting ANR. Log is as follows. I/ActivityManager(

[android-developers] How integrate my Settings Activity into Settings apk

2010-04-06 Thread James Wang
I know ime developer can create his own setting activity which will be displayed in Settings apk. I wonder whether there is a common way to interate any settings activity into Settings apk. Best Regards James -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How integrate my Settings Activity into Settings apk

2010-04-06 Thread Kumar Bibek
Not possible... Thanks and Regards, Kumar Bibek On Apr 6, 4:46 pm, James Wang jameswangc...@gmail.com wrote: I know ime developer can create his own setting activity which will be displayed in Settings apk. I wonder whether there is a common way to interate any settings activity into

[android-developers] Re: Blank screen and ANR while application is starting up?

2010-04-06 Thread Kumar Bibek
Show some code. I guess, you are blocking the UI with a loop. Thanks and regards, Kumar Bibek On Apr 6, 4:11 pm, pink 444 pnk...@gmail.com wrote: Any Help?? On Apr 6, 2:31 pm, pink 444 pnk...@gmail.com wrote: Hi All, While opening my application from application launcher. some times i

[android-developers] Re: Retrieving OS Version

2010-04-06 Thread Lance Nanek
http://developer.android.com/reference/android/os/Build.VERSION.html On Apr 6, 5:35 am, MobDev developm...@mobilaria.com wrote: Hi, I am trying to retrieve the Android OS Version (like 1.5 or 1.6 or 2.1) and I am using this code : TelephonyManager mTelephonyMgr =

[android-developers] Re: Try/except handling for PostMethod?

2010-04-06 Thread Kumar Bibek
Eclipse will auto suggest the exceptions that might be thrown. Or you can see the method signatures and check what king of exception do the methods throw . Thanks and Regards, Kumar Bibek On Apr 6, 2:51 pm, Anna PS annapowellsm...@googlemail.com wrote: Hi all I'm using a PostMethod, and

[android-developers] Re: Call blocking application

2010-04-06 Thread Kumar Bibek
Just google it, and you will find hundreds of people saying that Its just not possible Thanks and Regards, Kumar Bibek On Apr 6, 11:41 am, Abdul Qavi Paracha aqav...@gmail.com wrote: Hi I am developing a call blocking application for android. What i've achieved so far is that my application

[android-developers] Re: HTML Email with inline image

2010-04-06 Thread Kumar Bibek
I don't think it's possible. No mention of it in the docs. So I suppose, you cannot. Thanks and Regards, Kumar Bibek On Apr 6, 8:11 am, Isaac Wagner isaacewag...@gmail.com wrote: Is it possible to send an HTML email with an inline image via the SDK? -- You received this message because you

[android-developers] How to send DTMF?

2010-04-06 Thread mikedroid
Im doing this project and im stuck in thinking about having : while on call (im talking to Voice response system) and my code needs to dial dtmf without the user knowing it how do i do that in Android? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Querying the SMS ContentProvider?

2010-04-06 Thread draf...@gmail.com
I currently register a content observer on the following URI content://sms/ to listen out for incoming and outgoing messages being sent. This seems to work ok and I have also tried deleting from the sms database but I can only delete an entire thread from the following URI

[android-developers] Can someone test my app on the Nexus One and Droid?

2010-04-06 Thread Isaac Wagner
I published an app that works in all the emulators I've tried and on the two Android phones that I've tried. I've got the Droid and my wife has the Eris. This morning I received the OTA update to 2.1 and now all the fonts in my app are REALLY tiny and unreadable. My app looks fine in the 2.1

[android-developers] Re: xml file size issue

2010-04-06 Thread Kumar Bibek
Create an InputStream of the XML and try parsing it. That should help. Thanks and Regards, Kumar Bibek On Apr 6, 2:32 pm, Yahel kaye...@gmail.com wrote: Hi, 475 KB of xml is kind of heavy for a mobile platform. I don't know a proper way to solve your problem so I can only offer what I

Re: [android-developers] Can someone test my app on the Nexus One and Droid?

2010-04-06 Thread Jason LeBlanc
Search the forum for complains of shrinking font size J On Apr 6, 2010 7:07 AM, Isaac Wagner isaacewag...@gmail.com wrote: I published an app that works in all the emulators I've tried and on the two Android phones that I've tried. I've got the Droid and my wife has the Eris. This morning I

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread roland
Just contacted Fedex France, still no package for me, the guy told me even with economic mode, sending a package to France from USA by Fedex use only 3 or 4 days, i got confirmation mail at 6 march, nothing to say... On 6 avr, 11:48, fhucho fhu...@gmail.com wrote: Google replied me that the

Re: [android-developers] Re: Splash Screen Appears only once

2010-04-06 Thread kavitha
Thanks for response yahel, But my problem is,, I am developing music player app,,so at start of app I am showing splash screen,,, and then playing music files from background thread and situation is like below-- when music is playing and user presses home button,,,music still continues to play

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Arnon
Really frustrating. My 4 weeks ended last Friday On Apr 6, 3:17 pm, roland roland...@gmail.com wrote: Just contacted Fedex France, still no package for me, the guy told me even with economic mode, sending a package to France from USA by Fedex use only 3 or 4 days, i got confirmation mail at 6

[android-developers] Re: Blank screen and ANR while application is starting up?

2010-04-06 Thread pink 444
Thanks for your replay. In my activity i have debug prints in all life cycle methods. But i didn't get any of those. And the full logcat is as follows. I/ActivityManager( 57): Starting activity: Intent { action=android.intent.action.MAIN categories={android.intent.category.LAUNCHER}

Re: [android-developers] how to monitor the activities launching in real time, so I can count how many times it has been launched?

2010-04-06 Thread Simone Russo
You can use the preferences to store an int value and increment it by one every time the onCreate() is executed Simone On Tue, Apr 6, 2010 at 12:37 PM, lei eirst...@gmail.com wrote: how to monitor the activities launching in real time, so I can count how many times it has been launched?

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Vaervarsel
Same here. Just talked to FedEx. They cant find any package on the way to me. In Norway. Got confirmation mail at 6th too. 2010/4/6 roland roland...@gmail.com Just contacted Fedex France, still no package for me, the guy told me even with economic mode, sending a package to France from USA by

[android-developers] Re: Send email in background

2010-04-06 Thread Matias Alberto de la Vega
Really bad move not to allow developers to send email programatically in the background, and not just that, you may also find annoying, as I did, that you can only attach pictures to your emails =( I have a nexus one and let me tell you, for such a device a lack of this functionality is

[android-developers] Re: GPS application not installing in Sony Xperia

2010-04-06 Thread Nithin
Any idea why this error occurs.. Nithin On Apr 6, 12:52 pm, Nithin nithin.war...@gmail.com wrote: Hi, I created an application in 1.6 SDK. It uses GPS. But its not installing in Sony Xperia. I installed other application developed in 1.6 SDK and its working fine. But when I am using GPS

[android-developers] I need to store the values

2010-04-06 Thread Nubh
Hi I also sent a mail earlier, I need to store the values or names from the phonebook which I am able to fetch from the spinner, Please suggest how to do or send me a link, please help me. Thanks Regards NUBH -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread cannehal
Are you guys really sure this Fedex? I know that most of received phones were send by Fedex but maybe it wasn't for all of them. I did call to Fedex Poland today. Did not receive any information. Fedex support was awful. They couldn't do search using recipents name and postal code, start date and

[android-developers] Re: Force Close

2010-04-06 Thread RMD
Thank you very much Vladimir. I was guessing it had something to do with passing it on as a Context but was hampered by my inexperience with Java and Android. Robert On Apr 5, 1:06 pm, Vladimir vladimir.funti...@gmail.com wrote: Do you really need that SimpleSMS class to be an Activity?

[android-developers] Re: how to monitor the activities launching in real time, so I can count how many times it has been launched?

2010-04-06 Thread lei
Sorry, it's how to record other activities(i.e Google map, facebook and so on) rather than itself. On Apr 6, 1:22 pm, Simone Russo simone.russ...@gmail.com wrote: You can use the preferences to store an int value and increment it by one every time the onCreate() is executed Simone On Tue,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread ratson
same situation in Hungary, Fedex knows nothing about my package, confirmation on 6th. March. On ápr. 6, 14:17, roland roland...@gmail.com wrote: Just contacted Fedex France, still no package for me, the guy told me even with economic mode, sending a package to France from USA by Fedex use only

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread JDS
Talked to Fedex, sweden, today also, no package to my address or anybody with my name :-( Also got my confirmation the 6th. On 6 Apr, 14:23, Vaervarsel vaervar...@gmail.com wrote: Same here. Just talked to FedEx. They cant find any package on the way to me. In Norway. Got confirmation mail at

[android-developers] Android IMEI.

2010-04-06 Thread sblantipodi
As title... Do you know if there is an Android phone that doesn't answer correctly to this questions? Java: TelephonyManager mTelephonyMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); questions = mTelephonyMgr.getDeviceId(); Thanks. -- You received this message because

[android-developers] Re: HTML Email with inline image

2010-04-06 Thread wurp
I am very sure you can do it. You may end up having to create a Socket to an email server and send the raw email data, but that isn't actually very hard. Last year I put together a valentine's email to my wife with an inline image by hand. I can send you an example of what the contents look

[android-developers] Android Application Wordpress Widget

2010-04-06 Thread ikalbeniz
Hi, I have developed widget for wordpress that will show your app info and comments on your blog side. It is now available on: http://wordpress.org/extend/plugins/android-application-widget/ if you want to know how looks like: http://www.ikeralbeniz.net Regards. -- You received this

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread AJ
Hi Group, Any clue please. Thanks, AJ On Apr 6, 11:58 am, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, I do *not* want to fetch any postal address from the database. What I want is :- I am launching the Contact App from my application. I want Contact App should appear with the data

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Arnon
I just emailed Google, asking for the carrier shipper name. Maybe this can give us some clue. I think FedEx or any other carrier's search will be better having this info On Apr 6, 3:48 pm, JDS jesper.d.svens...@gmail.com wrote: Talked to Fedex, sweden, today also, no package to my address or

[android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-06 Thread unixseb
have a look at the svn repository on code.google.com/project/earth- live-wallpaper the hack int the glwallpaperservice class avoid some crashes with screen rotation on droids. On 5 avr, 20:24, Robert Green rbgrn@gmail.com wrote: Oh, so you solved it??  What's the issue and what's the

答复: [android-developers] How to slip right/left to review next/previous item in the listActivity?

2010-04-06 Thread David
Dear All, How to slip right/left to review next/previous item in the listActivity? There are some items in the listview, they list normally, click one item and an activity comes out for corresponding details, I wanna know how to slip right/left on the activity page to review

[android-developers] Re: Maintaining a free and paid version maybe other version

2010-04-06 Thread Eddie Ringle
I use a Git repo to manage all of my project's code. I store the meat of the code on GitHub, while I have local 'free' and 'donate' branches, each with slight modifications of their own. When the time comes to get a new release ready, I just merge the changes from the master branch into each of

[android-developers] TextView with URL throwing exception when finish() called in onResume()

2010-04-06 Thread Nithin
Hi, I created a TextView and put an url to it, using setText(Html.fromHtml();. Its opening the web page in the built-in browser and when I press back, its coming back to the application. I don't want to come back to the application, so in activity's onResume(), I call finish(). Its exiting at

[android-developers] Performance comparison NDK vs SDK

2010-04-06 Thread MrChaz
Does anyone have any numbers showing the difference in performance between the NDK and SDK? I'm curious how much difference it makes in terms of fps / number or polys on the screen that kind of thing -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Send email in background

2010-04-06 Thread Yahel
, for such a device a lack of this functionality is unacceptable =( You do realise the splendid Spam platform they would have created if they allowed to send email programmatically without the user noticing ? 40 000 000 Android handsets in 2012 :D If you want to send email in the background,

[android-developers] Check if an IntentService is already running?

2010-04-06 Thread Anna PS
Sorry for the newbie question, but does anyone know how I can check whether an IntentService is already running? I'm starting an IntentService from onCreate within a normal Activity, and that means that if the user minimises and maximises the application, it gets called twice. I'm wondering if I

[android-developers] Re: Retrieving OS Version

2010-04-06 Thread MobDev
Thanks, that did the job beautifully !!! This one should be added to the FAQ or something like that :D On 6 apr, 13:59, Lance Nanek lna...@gmail.com wrote: http://developer.android.com/reference/android/os/Build.VERSION.html On Apr 6, 5:35 am, MobDev developm...@mobilaria.com wrote: Hi, I

[android-developers] Re: Getting location from within an IntentService?

2010-04-06 Thread Anna PS
Thanks Mark... On Apr 2, 3:52 pm, Mark Murphy mmur...@commonsware.com wrote: Anna PS wrote: But - is it possible to get a location fix from within an IntentService? It would be difficult, because IntentServices want to shut down as soon as onHandleIntent() completes (if there are no more

Re: [android-developers] Check if an IntentService is already running?

2010-04-06 Thread Mark Murphy
Sorry for the newbie question, but does anyone know how I can check whether an IntentService is already running? I'm starting an IntentService from onCreate within a normal Activity, and that means that if the user minimises and maximises the application, it gets called twice. Android does

Re: [android-developers] Re: Send email in background

2010-04-06 Thread Mark Murphy
If you want to send email in the background, you could simply send to a webservice the content of your email + attachments and let the server do the email sending. That certainly would be my recommendation, if the goal is just to send an email. If the goal is to send an email from the user's

Re: [android-developers] TextView with URL throwing exception when finish() called in onResume()

2010-04-06 Thread Mark Murphy
I created a TextView and put an url to it, using setText(Html.fromHtml();. Its opening the web page in the built-in browser and when I press back, its coming back to the application. I don't want to come back to the application, so in activity's onResume(), I call finish(). Its exiting at

Re: [android-developers] Performance comparison NDK vs SDK

2010-04-06 Thread Disconnect
NDK has no way to write to the screen, so it gets zero fps. ISTR the droid (or is it nexus?) is limited to something like 25 fps because of the hardware design. So the SDK is 25fps faster, or [image: \infty] percent. :) On Tue, Apr 6, 2010 at 9:24 AM, MrChaz mrchazmob...@googlemail.com wrote:

[android-developers] Re: Check if an IntentService is already running?

2010-04-06 Thread Anna PS
On Apr 6, 2:52 pm, Mark Murphy mmur...@commonsware.com wrote: Sorry for the newbie question, but does anyone know how I can check whether an IntentService is already running? I'm starting an IntentService from onCreate within a normal Activity, and that means that if the user minimises

[android-developers] creating service with bluetooth activation

2010-04-06 Thread Ashish Mahamuni
Hi I want to create a service in Android which will initially ask user if he/she wants to start blue-tooth and set the blue-tooth discovery. My questions are 1) Can i launch in the service following activities ?? if (!mBluetoothAdapter.isEnabled()) { Intent enableBtIntent = new

Re: [android-developers] Performance comparison NDK vs SDK

2010-04-06 Thread Mark Murphy
NDK has no way to write to the screen, so it gets zero fps. Actually, the NDK has access to OpenGL, though I don't know the details. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you

[android-developers] How to get a phone number in normalized form

2010-04-06 Thread Nadav
I am looking for a way to get the normalized form of phone numbers (which is probably the format Android uses when comparing two numbers). There are a few mentions of the normalization process in the dev site and elsewhere, but I could not find a single example where its accessible. I looked at

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread AJ
Hi group, Any clue please - AJ On Apr 6, 11:58 am, AJ ajeet.invinci...@gmail.com wrote: Hi Girish, I do *not* want to fetch any postal address from the database. What I want is :- I am launching the Contact App from my application. I want Contact App should appear with the data I am

Re: [android-developers] Performance comparison NDK vs SDK

2010-04-06 Thread Disconnect
Ah, yah so I see. Nice. On Tue, Apr 6, 2010 at 10:08 AM, Mark Murphy mmur...@commonsware.comwrote: NDK has no way to write to the screen, so it gets zero fps. Actually, the NDK has access to OpenGL, though I don't know the details. -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Alexis ROBERT
The only thing is that shipping 4000 phones is not like shipping 1 phone, there is a lot of time to process them. And, if I understood correctly, they don't ship directly by Fedex, they use Brightpoint which does all the shipping process and then deals with the delivery companies. And, just to

Re: [android-developers] Performance comparison NDK vs SDK

2010-04-06 Thread Ralf Schneider
You will probably not get a clear anwser from anyone. The questions is far more complex than it looks like. It is no problem to put the same number of polys out in OpenGL be it with the NDK or SDK. After all it's just same OpenGL calls. The time to render the polys (in a batch) exeeds the time of

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Disconnect
Just FYI I got a replacement g1 battery for about $15 online. Well worth it, even if you're about to replace it.. On Tue, Apr 6, 2010 at 10:32 AM, Alexis ROBERT alexis.rob...@gmail.comwrote: The only thing is that shipping 4000 phones is not like shipping 1 phone, there is a lot of time to

Re: [android-developers] Re: Announcing RoboGuice 1.0

2010-04-06 Thread Michael Burton
Hi Matthias, I'm with you on the sluggishness issues. I had to dial-back my use of libraries like gson because the overhead just ended up being too high. In my experience, run-time impact of RoboGuice isn't that high. As I was telling Manfred a few days ago, I notice zero impact on the Nexus

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Vaervarsel
I agree with that, but whats disturbing is that Brightpoint said last week that all phones had been shipped. I hope thats not true. Has anyone in Europe got their phone? 2010/4/6 Alexis ROBERT alexis.rob...@gmail.com The only thing is that shipping 4000 phones is not like shipping 1 phone,

Re: [android-developers] Re: Droid 2.1-update1 EGL10.eglCreateWindowSurface() deadlocks intermittently

2010-04-06 Thread Ralf Schneider
I'm also interested in this topic. I got an 404 on the link: This seems to work: http://code.google.com/p/earth-live-wallpaper/ Thank you for sharing your code! 2010/4/6 unixseb unix...@gmail.com have a look at the svn repository on code.google.com/project/earth- live-wallpaper

[android-developers] Problem in SSL Socket write

2010-04-06 Thread newra...@gmail.com
Hi, I have a problem in SSLSocket write method. My Application sending some data in the range of 2k to 160k to my server. I am using SSLSocket for communication between my device and my server. While I am executing the application in WIFI enabled state, it is working fine. While i am executing

[android-developers] Re: Why launch is canceled in android

2010-04-06 Thread Umer Farooq
Can I ask what does it mean.Can you explain little On Apr 5, 9:08 pm, ~ TreKing treking...@gmail.com wrote: Try this: close the emulator and eclipse, kill adb (adb kill-server) and start over. On Mon, Apr 5, 2010 at 6:56 AM, Umer Farooq uu_far...@hotmail.com wrote: [2010-04-05

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Richard
I talked to FedEx UK through the online thing, and this is what she said. You're the 3rd person in 5 minutes that has asked me about Brightpoint, is this for a phone?. Brightpoint have a huge backlog at the minute, and we have just checked our system, Brightpoint have dispatched nothing at all

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Matt (preinvent)
My Droid is up and running on an existing number under the 30 day free account. Is there any way of activating this phone on my own phone number? Verizon says the unit is assigned an existing number and that Google will have to release it. Has anyone requested this from Google? Any luck? Thanks

[android-developers] 2

2010-04-06 Thread J Handal
-- 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+unsubscr...@googlegroups.com For more options, visit

  1   2   3   >