[android-developers] Re: Contacts FAQ?

2010-04-01 Thread piyu
Hi , In android2.1 contacts app no provision to edit other fields except name and photo details for custom sync accounts.It may intentional in android 2.1 contacts b'coz in ExternalSource.java inflate photo and name is adding by new DataKind(String mimeType, int titleRes, int iconRes, int

[android-developers] cannot remove listview items

2010-04-01 Thread kavitha
Hi all,, Can somebody please give me an example code of removing all ListView items and replacing with new items. I tried replacing the adapter items.Still no results. my code is at first i am calling populateList(){ results -populated arraylist with strings ArrayAdapterString

[android-developers] Re: Issue: Manual switching of APN’s when more than one APN Present

2010-04-01 Thread Xiongzh
I'm also interested in this question. Could anybody help to clarify it? On Feb 17, 6:01 pm, vishnu vardhan reddy madduri vishnu.madd...@gmail.com wrote: My provider requires twoAPN'sto be configured manually. One for email (SMTP/POP traffic) and another for browsing (HTTP traffic). My issue

[android-developers] Re: Android Developer Device Seeding Program - Updates?

2010-04-01 Thread makeramen
oo my bad, yeah I was with the Market program, not for contributing to the forums... On Mar 26, 4:15 pm, Jeremy Logan jeremy.lo...@gmail.com wrote: But was yours for the market program, or the developer program? I heard people were getting confirmations for the market program, but I hadn't

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

2010-04-01 Thread Ian Wong
Same here and I'm in Hong Kong. I think it will not make the 4weeks time frame but I'm okay with. After all it's a gift. I won't take this 2-4weeks time frame too literally. Since Easter is on the way, I think there will be one more week to wait. On 4月1日, 上午4時26分, Ginda guentherhaslb...@gmail.com

[android-developers] cannot remove listview items

2010-04-01 Thread kavitha
Hi all,, Can somebody please give me an example code of removing all ListView items and replacing with new items. I tried replacing the adapter items.Still no results. my code is at first i am calling populateList(){ results -populated arraylist with strings ArrayAdapterString

[android-developers] Re: storing an array of objects

2010-04-01 Thread ko5tik
On Mar 31, 6:42 pm, Kumar Bibek coomar@gmail.com wrote: You can serialize these objects, store it in files and retrieve it. Read up some articles on Serialization in Java. If they are Serializable - yes. But this is not suitable for long term storage or transfer to other destinations.

[android-developers] cannot remove listview items

2010-04-01 Thread kavitha
Hi all,, Can somebody please give me an example code of removing all ListView items and replacing with new items. I tried replacing the adapter items.Still no results. my code is at first i am calling populateList(){ results -populated arraylist with strings ArrayAdapterString

[android-developers] cannot remove listview items

2010-04-01 Thread kavitha
Hi all,, Can somebody please give me an example code of removing all ListView items and replacing with new items. I tried replacing the adapter items.Still no results. my code is at first i am calling populateList(){ results -populated arraylist with strings ArrayAdapterString

[android-developers] Re: setImageResource fails and closes the application unexpectedly !

2010-04-01 Thread madmax
Can u put the error log here please so that i can know what the actual error u get is... Peace, Prafull. On Apr 1, 4:35 am, Sasi sasikumar.gan...@gmail.com wrote: Hi- I am trying to display the image on the ImageView object. But the setImageResource fails to display the image. If it

[android-developers] Re: Integrate IPhone Safari like view in Android?

2010-04-01 Thread javame_android
Hello Everyone, Thanks a lot to everyone who tried to understand this question and took the time to reply. I have managed to do this by using View.draw and View.getDrawingCache methods. It returns the Bitmap of the View and then I can pass those bitmaps to Gallery so that it can be displayed as

[android-developers] Re: Weird Thing with my posts

2010-04-01 Thread javame_android
Hi, Just to join you guys and let you know that even I am receiving this mails. Its really annoying that we cannot do anything in this regard. Hope it gets sorted out quickly. Regards Sunil -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Regarding language change notification

2010-04-01 Thread Dilip Dilip
Hi All, Thanks for all the replys. Is there any other method to recieve notification. My Service is not actually a service, it runs as a thread in other service, so i am not able to override it. like subscribing for an event ?? Thanks and Regards, Vivek R On Wed, Mar 31, 2010 at 5:12 AM,

[android-developers] Google Checkout or Paypal Integration into Android using its Web Services?

2010-04-01 Thread javame_android
Hi, I have already asked this question regarding Payment Gateway Integration into Android, but didn't got any satisfactory answers. Can someone let me know is it actually possible to integrate any of the above mentioned Payment Gateways into Android? Mostly I think we can call their Web

Re: [android-developers] Re: conditional compilation

2010-04-01 Thread Dilip Dilip
Hi All, Thanks for the reply. I will try out. Thanks and Regards, Dileep On Thu, Apr 1, 2010 at 5:20 AM, Emmanuel emmanuel.ast...@gmail.com wrote: Waooo... I think you are a little bit expeditive on this one ! I really think #ifdef are a very important thing in C / C++, and I missed

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread Kevin Duffey
So help clarify something to me if you ad guys don't mind.. if you just display an ad.. do you get paid? Or does a user have to click on the ad for you to make any money? If it's both.. I am guessing you get more money when they click on the ad? What measures are in place to avoid bots from

Re: [android-developers] Digest for android-developers@googlegroups.com - 23 Messages in 18 Topics

2010-04-01 Thread aswani kumar tholeti
Hi all, how to develop chat application in android please suggest me for using layouts and all Regards Aswan -- 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] Sending email with attachment does not include the attachment

2010-04-01 Thread powder
Hi, I never got this to work on a real device, got the email but no attachment, when installing K9 on a emulator and then sending the email I see the mail in the outbox with a size of 0 bytes: public static void sendFile(Context context) { File exportDir = new

[android-developers] Sending email with attachment

2010-04-01 Thread powder
Hi, I never got this to work on a real device, got the email but no attachment, also when installing K9 on a emulator and then sending the email I see the mail in the outbox with a size of 0 bytes: public static void sendFile(Context context) { File exportDir = new

[android-developers] Sqlite and SimpleCursorAdapter

2010-04-01 Thread elham
Hello , I want to create a table whose primary key will be some other field and not _id . The below table gets created but the value of _id remains null : create table accounts (+BaseColumns._ID+ integer , profile_name text primary key + name text not null);; My doubt is

[android-developers] Making money through advertising in an Android Application

2010-04-01 Thread jax
Does anyone know if there is any money to be made in Android Advertising inside an app? 1. Is anyone making any money? 2. If so how much and what is your average downloads per day from the Market? 3. Is AppMobile the best choice? Thanks -- You received this message because you are

[android-developers] Re: super.onResume() at beginning or end of method? Does it matter?

2010-04-01 Thread HippoMan
Thanks to all. I also have generally been sticking with the pattern that's described here. I guess that will be mostly safe, taking Bob Kerns' exception into account. And thanks to Bob Kerns for submitting that issue. I hadn't realized that there was no known contract for this. I hadn't found

[android-developers] including my .so files in sdk.

2010-04-01 Thread srikanth tangirala
Hi all, I am building my sdk in which i want to include my own libraries. I want to do this by including my own .so files. Is that possible? Can i place my own .so files and use that in my sdk. And how can i use them in any application. Any suggestions are welcomed. Thanks in

Re: [android-developers] HttpsUrlConnection and OpenSSL freeing session

2010-04-01 Thread Michael Rueger
On 3/30/2010 1:18 PM, Lee wrote: I've got a problem with my application when I make a number of requests using the HttpsUrlConnection class. It might be related to this: http://code.google.com/p/android/issues/detail?id=7074 Michael -- You received this message because you are subscribed to

[android-developers] Problem with Intent.

2010-04-01 Thread thetuxracer
Hi, I have two unrelated questions: 1. I have this code, where I use putExtra(), and create an intent, and use getExtra() in the new intent. This happens on a menu press. But when I use the menus repeatedly, a lot of intents are created. and pressing the back button of emulator cycles through all

[android-developers] Re: Notification manager question

2010-04-01 Thread guru
Hi TreKing/Mark, In my scenario, after completion of one notification, another notification should start updateCompletedNotification {--1 notificationmgr.nofify(120,intent); } updateIncomingFileConfirmNotification { --2 notificationmgr.nofify(120,intent); } after

Re: [android-developers] Re: setImageResource fails and closes the application unexpectedly !

2010-04-01 Thread nayana urs
h all am doing photo editting application am able to edit images but not getting how to save it can anyone please let me know how to do it with regards Nayana On Thu, Apr 1, 2010 at 12:10 AM, madmax madmax.1...@gmail.com wrote: Can u put the error log here please so that i can know what

[android-developers] Re: Problem with Intent.

2010-04-01 Thread Kumar Bibek
1. Well, if you are executing the same piece of code everytime, the code will get executed. :) Can you please explain a bit in detail what you want to achieve. 2. You can create Overlays on a MapView to create this kind of effect. Search for some tutorials on Map Overlays. Thanks and

[android-developers] Re: Sending email with attachment

2010-04-01 Thread Kumar Bibek
Some logcat logs will be helpful in trying to figure out what went wrong. Thanks and Regards, Kumar Bibek On Apr 1, 2:10 pm, powder jonas.hey...@gmail.com wrote: Hi, I never got this to work on a real device, got the email but no attachment, also when installing K9 on a emulator and then

[android-developers] MediRecorder query

2010-04-01 Thread Anandi
HI all, Can anyone please tell me the location where the audioflinger, surfaceflinger and cameraservice talk to MediaRecorder's APIs? Is there any relation between MediaRecorder and AudioRecord? Please do reply Thanks -- You received this message because you are subscribed to the Google

[android-developers] Re: including my .so files in sdk.

2010-04-01 Thread James Wang
add commands like below in build/target/product/sdk: PRODUCT_COPY_FILES += \ $(proprietary)/libaudioeq.so:system/lib/libaudioeq.so -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: My location not getting in real device

2010-04-01 Thread Mark Murphy
Vaikunth wrote: Hi Mark, Here is a sample application demonstrating obtaining your location via GPS: http://github.com/commonsguy/cw-android/tree/master/Service/WeatherPlus/ The same thing happen the sample provided by you. In my device it is not working and in emulator it is working fine

Re: [android-developers] Sqlite and SimpleCursorAdapter

2010-04-01 Thread Mark Murphy
elham wrote: Hello , I want to create a table whose primary key will be some other field and not _id . The below table gets created but the value of _id remains null : create table accounts (+BaseColumns._ID+ integer , profile_name text primary key + name text not

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread Justin Giles
On Thu, Apr 1, 2010 at 3:13 AM, Kevin Duffey andjar...@gmail.com wrote: So help clarify something to me if you ad guys don't mind.. if you just display an ad.. do you get paid? Or does a user have to click on the ad for you to make any money? If it's both.. I am guessing you get more money

[android-developers] Re: My location not getting in real device

2010-04-01 Thread Vaikunth
Hi Mark, Thanks for reply. My observation over my Samsung Galaxy Spika I have installed one application from market which shows me my location so there is no problem in my device. Now in my app: I have set all the permission like uses-permission

[android-developers] Re: My location not getting in real device

2010-04-01 Thread Vaikunth
Hi Mark, Thanks for reply. I am in India. So my observation over my Samsung Galaxy Spika I have installed one application from Android Market which shows me my location so I think there is no problem in my device. Now in my app: I have set all the permission uses-permission

Re: [android-developers] Re: My location not getting in real device

2010-04-01 Thread Mark Murphy
Vaikunth wrote: Hi Mark, Thanks for reply. I am in India. So my observation over my Samsung Galaxy Spika I have installed one application from Android Market which shows me my location so I think there is no problem in my device. Now in my app: I have set all the permission

[android-developers] Re: My location not getting in real device

2010-04-01 Thread Vaikunth
By logging i can find that LocationListener() not called. So is there any issue in that. On Apr 1, 5:26 pm, Mark Murphy mmur...@commonsware.com wrote: Vaikunth wrote: Hi Mark, Thanks for reply. I am in India. So my observation over my Samsung Galaxy Spika I have installed one

[android-developers] enable LOG for native WebKit

2010-04-01 Thread allstars
hi recently i tried to see logs in native WebKit but in the end found nothing in ddms finally i found the cause is that in WebCore/config.h , it includes wtf/Assertions.h which defines LOG macro therefore the LOG{VDIEW} macro will be redirected to WTFLog instead of android_log try to do #undef

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

2010-04-01 Thread timedilation
Somehow I didn't have to do any activation of my Droid. Not sure if this is done automatically as soon as you connect to a wi-fi. But I am able to see my phone number and make calls too. I dont have a verizon plan (I am on ATT). Will this service simply stop working after 30 days? On Mar 31,

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

2010-04-01 Thread Disconnect
I can't speak specifically to the droid (I haven't turned mine on yet, hoping to swap it for an N1) but the way the google io devices worked was basically that - they just worked for a month, and then you had to set up an actual plan. ISTR t-mobile actually left it on an extra few days for

[android-developers] Re: Network connectivity checking without wakelock

2010-04-01 Thread Tako Au
Maybe I should make my question clearer: that Wi-fi sleep policy can be controlled using an API or is set by users? On 4月1日, 上午2時27分, magpad takashi.murama...@gmail.com wrote: I've had the same issue(maybe) about my widget app. If device goes sleep, my widget couldn't get data from internet

[android-developers] Setting size of image in Gallery widget from xml

2010-04-01 Thread Geefer
Hi, Does anyone know how to set the size of the images in a Gallery view from an xml file rather than setting in java using: imageView.setLayoutParams(new Gallery.LayoutParams(120, 120)); I have tried inflating the imageView from an xml file (with layout_height=120 etc.) in the adapter getView

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

2010-04-01 Thread android app
Can you use 3G for web? I haven't figure out how? On Apr 1, 8:57 am, timedilation udayan.k...@gmail.com wrote: Somehow I didn't have to do any activation of my Droid. Not sure if this is done automatically as soon as you connect to a wi-fi. But I am able to see my phone number and make calls

Re: [android-developers] Re: Notification manager question

2010-04-01 Thread ~ TreKing
On Thu, Apr 1, 2010 at 5:46 AM, guru guru.nav...@gmail.com wrote: after 2nd function notiifes, then 1st function should start... how this can be handled? can I use same ID 120 for both functions? if i update number field, it is not updating the status bar I'm confused on what you're

[android-developers] Re: Not sure if this is possible

2010-04-01 Thread Kumar Bibek
I don't think it is possible without rooting your phone. The private internal classes cannot be accessed by your app with the default installation. Thanks and Regards, Kumar Bibek On Mar 31, 10:15 pm, Isaac Wagner isaacewag...@gmail.com wrote: I want to write an app that would just be for my

[android-developers] Re: storing an array of objects

2010-04-01 Thread Kumar Bibek
You can extend the Timer classes and implement the Serializable interface to achieve serialization. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Apr 1, 12:01 pm, ko5tik kpriblo...@yahoo.com wrote: On Mar 31, 6:42 pm, Kumar Bibek coomar@gmail.com wrote: You can

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

2010-04-01 Thread timedilation
I didn't do anything specific on the device. Just turned on wi-fi. Then some time later I saw the 3G icon displayed. After that I turned off wi-fi and the 3G data plan tookover - maps, market, youtube etc... On Apr 1, 10:22 am, android app xiaog...@gmail.com wrote: Can you use 3G for web? I

[android-developers] Re: Writing Current Time

2010-04-01 Thread Kumar Bibek
Using the calendar object and get time in different formats. The best format to save , according to me is in milliseconds. That would make the retrieval of the same easier. Thanks and Regards, Kumar Bibek On Mar 31, 1:14 pm, grace grace.a...@wipro.com wrote: ya u can use the calendar for that

[android-developers] Re: Google Checkout or Paypal Integration into Android using its Web Services?

2010-04-01 Thread Kumar Bibek
Google Checkout and Paypal, both have apis that you can use with your apps. Thanks and Regards, Kumar Bibek On Apr 1, 12:54 pm, javame_android su...@softwebsolutions.com wrote: Hi, I have already asked this question regarding Payment Gateway Integration into Android, but didn't got any

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

2010-04-01 Thread android app
Thanks. Mine works now. There was no 3G icon. I first tried the airplane mode and turned off wifi. After turning off airplane mode, there was a warning sign saying lost data connectivity ...leaving home network. Then I enabled data roaming. 3G is working now. :-) Just one more questions.

Re: [android-developers] Re: Google Checkout or Paypal Integration into Android using its Web Services?

2010-04-01 Thread Kevin Duffey
Right.. but are they RESTful apis that can be used... or are they android SDK (or java sdk) that you have to download and include in your app to work? I'd personally rather have a complete RESTful api to use over an SDK implementation.. RESTful api makes my code much more lightweight, and I can

Re: [android-developers] Making money through advertising in an Android Application

2010-04-01 Thread Kevin Duffey
Yes.. many people are making money, although not nearly as much as iPhone developers right now. Some make ok money, some just a little bit. AdMob, Greystripe and others allow in-app ads that will produce money. We've recently discussed and finally were filled in that you can also have your own

[android-developers] AlarmManager - Listening to Alarms set/cancel method

2010-04-01 Thread Kumaravel Kandasami
Hi I am designing an app that would listen to alarms being set/cancelled on the phone ( android.app.AlarmManager) based on that event occurance, would do some specific set of operations. At this point, I am not sure how to listen to the AlarmManager operations being invoked(specifically set*()

Re: [android-developers] AlarmManager - Listening to Alarms set/cancel method

2010-04-01 Thread Mark Murphy
Kumaravel Kandasami wrote: I am designing an app that would listen to alarms being set/cancelled on the phone ( android.app.AlarmManager) based on that event occurance, would do some specific set of operations. At this point, I am not sure how to listen to the AlarmManager operations

[android-developers] Re: conditional compilation

2010-04-01 Thread Bob Kerns
My first response was to say OF COURSE YOU CAN! -- but then I realized you must be talking about including or excluding data members, rather than the actual data. All I can say is, if you're doing that in C++, you're doing it wrong, and you should read up on object-oriented design patterns. C++

[android-developers] onSignalStrengthsChanged bug?

2010-04-01 Thread Ken H
I have an app for measuring a lot of phone stats including signal strength, and it works fine. I'm using the new onSignalStrengthsChanged method in Eclair (the old onSignalStrengthChanged was depracated in v2.0.1) and I've updated my app to include a service to continue recording that rssi value

[android-developers] Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Achanta
We have an app thats running on 1.6 and higher but we want it to be able to run on 1.5 also. So I tested the app with 1.5 and everything works fine. So if I want to release this app can I release it as an update for my older app with just changing uses-sdk android:minSdkVersion=4 / to

Re: [android-developers] Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Michael Rueger
On 4/1/2010 6:36 PM, Achanta wrote: We have an app thats running on 1.6 and higher but we want it to be able to run on 1.5 also. So I tested the app with 1.5 and everything works fine. So if I want to release this app can I release it as an update for my older app with just changing

[android-developers] Re: Writing Current Time

2010-04-01 Thread Ken H
Just pulling stuff outta my code... /* create a date format object that you like */ SimpleDateFormat tsFormat = new SimpleDateFormat(d MMM HH:mm:ss); /* get the time */ Calendar timeStamp = Calendar.getInstance(); /* convert that time to a string */ String ts =

[android-developers] Is this a joke or a spam or another April 1st prank?

2010-04-01 Thread Achanta
I just posted a message on this group and got this back to my mail from some dreamhost.com. Hope someone at Google looks into this. But the fact is that it has been successfully posted and also got a reply for it.

[android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread polyclefsoftware
On Apr 1, 7:08 am, Justin Giles jtgi...@gmail.com wrote: On Thu, Apr 1, 2010 at 3:13 AM, Kevin Duffey andjar...@gmail.com wrote: So help clarify something to me if you ad guys don't mind.. if you just display an ad.. do you get paid? Or does a user have to click on the ad for you to make

[android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-01 Thread Achanta
I got another mail saying this has not been delivered too and I don't undertstand how someone else other than Google groups is sending me a mail in reply to the mail I have sent. On Apr 1, 10:45 am, Achanta krishna.acha...@gmail.com wrote: I just posted a message on this group and got this back

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

2010-04-01 Thread David Scott
A triangle usually represents the fact that you are roaming. In this case it seems to be because it has connected to a network that is not the default. On Apr 1, 4:58 pm, android app xiaog...@gmail.com wrote: Thanks.  Mine works now. There was no 3G icon.  I first tried the airplane mode and

[android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Achanta
thank you Michael. Still looking for someone to confirm it that it does not cause any problems. On Apr 1, 10:39 am, Michael Rueger mike.rue...@gmail.com wrote: On 4/1/2010 6:36 PM, Achanta wrote: We have an app thats running on 1.6 and higher but we want it to be able to run on 1.5 also.

Re: [android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-01 Thread Michael Rueger
On 4/1/2010 6:49 PM, Achanta wrote: I got another mail saying this has not been delivered too and I don't undertstand how someone else other than Google groups is sending me a mail in reply to the mail I have sent. could be one of the subscribers has an email that bounces with dreamhost and

Re: [android-developers] Re: conditional compilation

2010-04-01 Thread Frank Weiss
A concrete example from the OP would help. I can think of cases where conditional compilation (as done in C/C++) is and is not needed in Java. On Apr 1, 2010 9:28 AM, Bob Kerns r...@acm.org wrote: My first response was to say OF COURSE YOU CAN! -- but then I realized you must be talking about

[android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-01 Thread Achanta
That sucks, But its does not sound right, because it says that it has not been delivered to android-developers@googlegroups.com and then it links back to their site. If its bounces of that email it should be received by everyone in this group. And moreover mine was a new post. So if it was a

Re: [android-developers] Re: Is this a joke or a spam or another April 1st prank?

2010-04-01 Thread Mark Murphy
Achanta wrote: But its does not sound right, because it says that it has not been delivered to android-developers@googlegroups.com and then it links back to their site. If its bounces of that email it should be received by everyone in this group. And it is. And moreover mine was a new post.

[android-developers] Re: running an online streaming Media player in background as a service .

2010-04-01 Thread rizwan
Can anyone suggest me anything ? please On Apr 1, 10:15 am, rizwan rizcs...@gmail.com wrote: Hi, I am working on streaming player application and the streaming player is perfectly working fine when run as an activity. now I am trying to run it as a service and I have to control the progress

[android-developers] custom Preference work

2010-04-01 Thread eburke
Hi all -- I've been digging around trying to find a solution to my two issues with Preference, but no luck. Maybe someone out there has encountered this. ISSUE 1 Our designers want a custom header at the top of each preference screen. I've tried setting android:layout but that doesn't work the

[android-developers] Re: Google Checkout or Paypal Integration into Android using its Web Services?

2010-04-01 Thread Kumar Bibek
Well, you can just go and check what kind of apis are available. It they are restful, then good for you, else, you have to download the client jars and use it. Do you have any alternative if the apis are such? Thanks and Regards, Kumar Bibek On Apr 1, 9:15 pm, Kevin Duffey andjar...@gmail.com

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread Kevin Duffey
Good info.. so you can integrate google adsense into android apps too? IS there info on how to do that? What are the benefits of using 2 or 3 different ones? Just the different ads that are available? I mean, how do you even know what ads are provided by each service? The one that surprises me

[android-developers] Re: Rootcertificates

2010-04-01 Thread Kumar Bibek
Ummm, I am not sure how is it going to help you. However, other than pulling out the file, I don't think you have an alternative to find out info about the certificates. Thanks and Regards, Kumar Bibek On Mar 29, 7:57 pm, joern joernschum...@googlemail.com wrote: Hi, i'm surching a while but

[android-developers] Re: hangup outgoing call programmatically - is this even possible?

2010-04-01 Thread Kumar Bibek
This question has already been asked and replied to on this forum many times. Please do a search before posting a questions. Thanks and Regards, Kumar Bibek On Mar 29, 5:05 pm, choon choonho...@gmail.com wrote: Hi, I am new to Android. I would like to create an application that will hang up

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread Greg Donald
On Thu, Apr 1, 2010 at 11:35 AM, Kevin Duffey andjar...@gmail.com wrote: The one that surprises me is people actually click on these things? I can't imagine during a game I would click on an ad to be taken out of my game to the device browser to view the ad? That surprises me that anyone would

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread ~ TreKing
On Thu, Apr 1, 2010 at 12:35 PM, Kevin Duffey andjar...@gmail.com wrote: I can't imagine during a game I would click on an ad to be taken out of my game to the device browser to view the ad? That surprises me that anyone would actually do that. You're assuming they all do so on purpose ...

Re: [android-developers] Re: Ads in apps... How to successfully generate a larger revenue?

2010-04-01 Thread Justin Giles
On Thu, Apr 1, 2010 at 11:35 AM, Kevin Duffey andjar...@gmail.com wrote: Good info.. so you can integrate google adsense into android apps too? IS there info on how to do that? You need to apply to and get accepted to the google adsense for mobile applications.

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread ~ TreKing
On Thu, Apr 1, 2010 at 11:51 AM, Achanta krishna.acha...@gmail.com wrote: Still looking for someone to confirm it that it does not cause any problems. Um ... didn't Michael just do that? There is no specific problem with what you're doing, except of course properly testing all supported

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread mike
On 04/01/2010 10:53 AM, ~ TreKing wrote: On Thu, Apr 1, 2010 at 11:51 AM, Achanta krishna.acha...@gmail.com mailto:krishna.acha...@gmail.com wrote: Still looking for someone to confirm it that it does not cause any problems. Um ... didn't Michael just do that? There is no specific

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Dianne Hackborn
Be careful means to test and run the app on the oldest version of the platform you support to make sure it works. Just doing automated tests to make sure you are not calling any older APIs is not a guarantee you will work. In addition, it is typical for an application to take advantage of Java

[android-developers] Re: super.onResume() at beginning or end of method? Does it matter?

2010-04-01 Thread patbenatar
Very interesting. Thanks for pointing out this strange behavior, Bob! On Mar 31, 8:49 pm, Bob Kerns r...@acm.org wrote: It's a good pattern, but I've found some exceptions. For example, the theme I wanted to apply to my PreferenceActivity wouldn't take effect unless I put it before the

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread mike
On 04/01/2010 11:33 AM, Dianne Hackborn wrote: Be careful means to test and run the app on the oldest version of the platform you support to make sure it works. Works is the key word here. I'm guessing that works doesn't mean the app started!. I assume that this means in reality full

[android-developers] Re: Fastest and most reliable Location provider

2010-04-01 Thread patbenatar
Mike- Sorry, I didn't mean that it just hangs.. My bad, incorrect terminology... I have a loader Activity that first acquires their location then sends that to my Web API and waits for response data. It shows a nice graphic and displays a spinning loader accompanied with relevant text based on

[android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Achanta
Thank you all for the replies. I did test my app on a device working on 1.5 and it seems to be working[so far]. Will do more testing though. I was also searching for the blog post that Dianne was talking about but could not find it. Can someone post a link for that blogpost. Thank you. On Apr

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread ~ TreKing
On Thu, Apr 1, 2010 at 2:10 PM, Achanta krishna.acha...@gmail.com wrote: was also searching for the blog post that Dianne was talking about but could not find it. Can someone post a link for that blogpost. http://android-developers.blogspot.com/2010/02/service-api-changes-starting-with.html

[android-developers] Got my free DROID, who's paying for service?

2010-04-01 Thread joshv
So as part of the Google device seeding program I recently recieved my free Droid. Great phone, and it appears to have wireless and data service. I've done nothing to activate it and I can make calls and surf the web over 3G. My question is, who's paying for it? I tried to activate the phone

[android-developers] Re: Got my free DROID, who's paying for service?

2010-04-01 Thread SizzlingSkizzorsProgrammer
Probably like the IONs given away at Google IO (I think it was there)...free for 1 month... On Apr 1, 1:30 pm, joshv jvanderb...@gmail.com wrote: So as part of the Google device seeding program I recently recieved my free Droid.  Great phone, and it appears to have wireless and data service.  

[android-developers] Re: Got my free DROID, who's paying for service?

2010-04-01 Thread joshv
Ok, but then what? The letter that came with it said that I could activate it and get a free month, or just use it over wi-fi. But that appears not to be the case. It's already been activated by somebody else, and Verizon customer support can't do seem to do anything with this phone. They said

[android-developers] Re: Fastest and most reliable Location provider

2010-04-01 Thread Maps.Huge.Info (Maps API Guru)
The method I use, which seems fairly effective, is to start two listeners, one for coarse and one for fine and let them both try and get a position. The first one to get it, wins. One of my apps continues to report location updates to move a location pin on a map, as far as I can tell, it is just

Re: [android-developers] Re: Fastest and most reliable Location provider

2010-04-01 Thread mike
On 04/01/2010 12:40 PM, Maps.Huge.Info (Maps API Guru) wrote: The method I use, which seems fairly effective, is to start two listeners, one for coarse and one for fine and let them both try and get a position. The first one to get it, wins. One of my apps continues to report location updates to

Re: [android-developers] Re: storing an array of objects

2010-04-01 Thread Simone Russo
That is what I was gonna do ;) Simone On Thu, Apr 1, 2010 at 4:58 PM, Kumar Bibek coomar@gmail.com wrote: You can extend the Timer classes and implement the Serializable interface to achieve serialization. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Apr 1, 12:01

[android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Achanta
Its regarding the same issue but also related to analytics tracking. So I analytics referrals work for android 1.6 and higher[from the documentation]. So will this part cause any issues on 1.5. receiver android:name=com.google.android.apps.analytics.AnalyticsReceiver

[android-developers] android-gdocs-api

2010-04-01 Thread Rootko
Hello everyone. Did anyone successfully used this library (android-gdocs-api) for retrieving spreadsheet's cells values? I'm trying for days now, but still without any success. Library is located in http://code.google.com/p/android-gdocs-api/ but without any usable samples. Or is there some

[android-developers] Re: Got my free DROID, who's paying for service?

2010-04-01 Thread Streets Of Boston
It's strange that it already had been activated I received a free droid about 2 months ago (and i just received another one) and it had a one-month subscription. If the month runs out, the 'signal' indicator will still indicate that all is fine and dandy (you can still call 911), but as soon

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread ~ TreKing
On Thu, Apr 1, 2010 at 2:54 PM, Achanta krishna.acha...@gmail.com wrote: I have added the jar and this code to my manifest but I am not sure if this will cause any problems after releasing it into market. Did this cause any problems on an emulator or device running 1.5?

Re: [android-developers] Re: Can we release an updated version of app with lower min sdk?

2010-04-01 Thread Krishna Achanta
No it did not cause any problems on either the device[htc hero] or the emulator. I am asking because this part of the code may come into picture when the app is being downloaded from the market and i am not sure if that causes any problems. On Thu, Apr 1, 2010 at 2:33 PM, ~ TreKing

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

2010-04-01 Thread Sundog
My Droid arrived in El Paso today. Thanks Google! I already have one but I'm sure I'll think of something to do with it. -- 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] Setting each pixel quickly?

2010-04-01 Thread paladin
I am using the following code to flip each pixel in a bitmap to black or white: for(int x = 0; x newBitmap.getWidth(); x++) { for(int y = 0; y newBitmap.getHeight(); y++) { int point = newBitmap.getPixel(x, y); if(point

[android-developers] Re: setImageResource fails and closes the application unexpectedly !

2010-04-01 Thread Sasi
Can you please let me know where can I find the error log? I am new to android development. thanks, Sasi On Apr 1, 12:10 am, madmax madmax.1...@gmail.com wrote: Can u put the error log here please so that i can know what the actual error u get is...    Peace,     Prafull. On Apr 1, 4:35 

  1   2   >