[android-developers] Re: App installs on emulator but not on device

2011-06-25 Thread Doug
What does logcat say? On Jun 24, 8:16 am, Raghav Sood raghavs...@gmail.com wrote: Yes I did. It didn't work. Any other ideas. -- 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: Need someone to test app on physical device 2.3, 3.0, 31

2011-06-25 Thread Doug
1) Set up a free web site for your app (blog, sourceforge, whatever) 2) Publish your app on one of the free markets (SlideME, for example) (or simply provide your APK as a download on the free site) 3) Point the users of your app to your web site 4) On the web site or market page, ask your

Re: [android-developers] Re: App installs on emulator but not on device

2011-06-25 Thread Raghav Sood
I fixed the problem. The apk hadn't been signed correctly. Thanks On Sat, Jun 25, 2011 at 11:45 AM, Doug beafd...@gmail.com wrote: What does logcat say? On Jun 24, 8:16 am, Raghav Sood raghavs...@gmail.com wrote: Yes I did. It didn't work. Any other ideas. -- You received this message

[android-developers] Lower android version support not recognized by market

2011-06-25 Thread Raghav Sood
Hi all, I updated my app to work with eclair. Earlier it was froyo and above only. I uploaded the upgraded apk to the market but the market page still shows android 2.2 and above. Is this another one of the endless list of market bugs? Please help. Thanks -- Raghav Sood

[android-developers] Re: Best third party video player api android

2011-06-25 Thread Doug
On Jun 24, 11:51 am, naveen kumar kumarnaveen.si...@gmail.com wrote: What is best third party mediaplayer(Video) api.Which able to interface with my own created app. Do you know what your choices are? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] WebView broken in SDK 8?

2011-06-25 Thread Brill Pappin
I'm have no end of problems with WebView between SDK 8 (2.2) and SDk 10 (2.3.3). What works perfectly in 10 doesn't work at all in 8. Specifically, in SDK 8 i can't get horizontal scrolling working and links are not clickable... but the same code works perfectly in 10. I remember my Nexus One

Re: [android-developers] Re: Best third party video player api android

2011-06-25 Thread NaveenShrivastva
Sir i want to play long video use with code interface -- 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

Re: [android-developers] Lower android version support not recognized by market

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 1:28 AM, Raghav Sood raghavs...@gmail.com wrote: I updated my app to work with eclair. Earlier it was froyo and above only. I uploaded the upgraded apk to the market but the market page still shows android 2.2 and above. What's your target and min SDK set to? You made

Re: [android-developers] Lower android version support not recognized by market

2011-06-25 Thread Raghav Sood
My minSDK and target levels are set to 7. I did publish it. I am now quite sure it is a market bug, because while the page says android 2.2 and above it installa perfectly on my friend's 2.1 device. Thanks for your help TreKing. On Sat, Jun 25, 2011 at 12:16 PM, TreKing treking...@gmail.com

[android-developers] Re: What OS is more user friendly for Android development.

2011-06-25 Thread Brill Pappin
Since most of your work is actually done in Eclipse, which is pretty much the same on any platform (aside from obvious UI diferences) I don't think it matters much. I use a Mac myself, and a peer I have uses Linux. However there are a few things you should consider. - If you ever want to do

[android-developers] Re: Honeycomb: How can I set the Mouse position?

2011-06-25 Thread Brill Pappin
I don't think you will be able to because there simply isn't support in the system for it. It's designed not to need a mouse. -- 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: Paypal using Webview

2011-06-25 Thread Brill Pappin
That isn't really and Android problem, but a Paypal problem. There are certain tasks in the paypal API that *require* the user to hit a page on the paypal server for authentication. A lot of the Amazon API is the same. -- You received this message because you are subscribed to the Google

[android-developers] Re: Job Opportunity/ Freelance Android Developer

2011-06-25 Thread Brill Pappin
Are you looking for a developer or a designer? Two different roles that usually work closely together. -- 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: What OS is more user friendly for Android development.

2011-06-25 Thread JAlexoid (Aleksandr Panzin)
There is one procedure that needs to be done for Ubuntu to become more device dev friendly*(as root): # groupadd -r usbaccess # adduser {yourname} usbaccess # cat /etc/udev/rules.d/11-usb.rules SUBSYSTEM==usb, MODE=0664, GROUP=usbaccess [Press Enter and CTRL+D] # udevadm control --reload-rules

[android-developers] Re: Get the virtual keyboard set by user

2011-06-25 Thread Brill Pappin
Doesn't Activity.getSystemService(INPUT_METHOD_SERVICEhttp://developer.android.com/reference/android/content/Context.html#INPUT_METHOD_SERVICE).isActive() work for you? http://developer.android.com/reference/android/view/inputmethod/InputMethodManager.html -- You received this message

[android-developers] Data transfer server to client in android application.

2011-06-25 Thread Naga K
Dears, How to Data transfer server to client in android application by using WiFi. Thanks Naga -- 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

[android-developers] Re: How to configure Bluetooth in android emulator

2011-06-25 Thread Indicator Veritatis
Yes, you are right, one needs a device. But the G1, unless you root it and put on a custom ROM like CyanogenMod, has only up to SDK 1.6, which as API Level 4 has only very limited Bluetooth support in the API itself. You need 2.0 or later to get classes like BluetoothAdapter. I used 2.2 for my

[android-developers] Re: HTTP Error Debugging HELP!!!!!

2011-06-25 Thread Indicator Veritatis
Isn't AMReceiver part of your app? You need to register it, most likely by adding a receiver tag to the manifest. On Jun 21, 10:52 am, Abhilash Cherukat abhi.cheru...@gmail.com wrote: package com.HttpTest; import java.io.*; import java.util.ArrayList; import java.util.List; //import

[android-developers] Re: Eclipse Project Error

2011-06-25 Thread Indicator Veritatis
Turn off automatic build at least temporarily, then do a clean on the project and start the build over. If that doesn't work, repeat the same steps but exit and re-enter Eclipse before starting the build over. If even that doesn't work, you may have a build configuration problem. Check project

[android-developers] Re: How to configure Bluetooth in android emulator

2011-06-25 Thread JAlexoid (Aleksandr Panzin)
Then get a used N1. And in any case, if you're developing for Android, you have to get N1 or NS. Without a device, it's like trying to develop software without a computer. Indian guys you can pass it on to your superiors* - you can't write software without tools! If you really want to get some

[android-developers] Question on Broadcast receiver with some prioroty set and category set as Home

2011-06-25 Thread Sudeep Sharma
Hi, I have an application set as Home category having higher priority than the normal Home app. This is to show my app first as soon as the phone boots up. I have a broadcast receiver also within my manifest which also has same category home with priority even more than of my activity.

[android-developers] Need Developer to convert POC in App Inventor to Android Native Code. FT paid work. Work remotely to start with, UK Sponsorship to follow

2011-06-25 Thread FredDeer
Hi Everyone, I developed a Proof of Concept in App Inventor that has now delivered a 6 figure development grant to turn it to a working prototype. Following on we have secured venture funding worth up to £23 million to launch it as a service. We need a full-time permanent Developer with good

[android-developers] Can't show AlertDialog

2011-06-25 Thread andrewg_oz
I must be missing something obvious, but just can't see it. Here's part of my Activity code: public static AlertDialog func(final Activity activity) { AlertDialog.Builder d = new AlertDialog.Builder(activity); d.setTitle(title); d.setMessage(message);

Re: [android-developers] Need Developer to convert POC in App Inventor to Android Native Code. FT paid work. Work remotely to start with, UK Sponsorship to follow

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 12:08 PM, FredDeer mzz...@gmail.com wrote: I developed a Proof of Concept in App Inventor that has now delivered a 6 figure development grant to turn it to a working prototype. Following on we have secured venture funding worth up to £23 million to launch it as a service.

Re: [android-developers] Re: Eclipse Project Error

2011-06-25 Thread sippy zenma
did you put the correct name in run configuration.if yes check your xml file also On Sat, Jun 25, 2011 at 2:18 PM, Indicator Veritatis mej1...@yahoo.comwrote: Turn off automatic build at least temporarily, then do a clean on the project and start the build over. If that doesn't work, repeat

[android-developers] Re: Local variable type mismatch

2011-06-25 Thread pjv
Are you using ProGuard? -- 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

[android-developers] Layout in a not default package

2011-06-25 Thread Alfonso
Hi everybody, I´ve done many tries but I can´t get this working: I´d like isolate the GUI layer from the business one. I´d created a different package for it, but doing so I can´t access the drawables and layouts placed on /res/layout unless I call them using the default package as prefix. I´d

[android-developers] Network error in emulator

2011-06-25 Thread suresh achari
Hi guys, My Emulator cant get connect to internet. Am working under proxy. Please help me out. -- Suresh.K -- 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] Re: Network error in emulator

2011-06-25 Thread Chrystian Vieyra
adb shell # sqlite3 /data/data/com.android.providers.settings/databases/settings.db sqlite INSERT INTO system VALUES(99,’http_proxy', 'proxy:port'); sqlite.exit -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: App installs on emulator but not on device

2011-06-25 Thread madlymad
You could also change the device settings to accept all application even the developer signed files! On 25 Ιούν, 09:25, Raghav Sood raghavs...@gmail.com wrote: I fixed the problem. The apk hadn't been signed correctly. Thanks On Sat, Jun 25, 2011 at 11:45 AM, Doug beafd...@gmail.com wrote:

Re: [android-developers] Re: How to configure Bluetooth in android emulator

2011-06-25 Thread Kristopher Micinski
Yup, did I not say this? Hrrm... I don't see why this is a problem however, if you're looking for a bt dev environment on the cheap (remember, you have to buy two) I'd say the g1 is the way to go. Of course, if you have more money : ) On Jun 25, 2011 4:36 AM, Indicator Veritatis

[android-developers] Write and Read CSV File

2011-06-25 Thread spurwa
How to Write and Read csv file on Android ? In this case I want to store data ID, Name of Item and Price in the smartcard and try to read the data with Nexus S using NFC, so How to write data in csv file to smartcard using NFC ? for futher information, now i use Nexus S and Mifare Card for the

[android-developers] Re: Paypal using Webview

2011-06-25 Thread paulb
For a PhoneGap plugin see https://github.com/phonegap/phonegap-plugins/tree/master/Android/PayPalPlugin. For a straight WebView integration, see https://github.com/carlst/ppmpl Both of these provide a JavaScript mapping to the PayPal MPL Android library. They do not cover the full API, but do

[android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Raghav Sood
Hi all One of my apps, Quaker, has ACRA bug reporting in it. I have received 7 reports from ACRA but the android market shows 0 errors. How can I know whos device was it? ACRA gives me the model and the carrier. Please help Thanks -- Raghav Sood http://www.raghavsood.com/

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 5:27 PM, Raghav Sood raghavs...@gmail.com wrote: Hi all One of my apps, Quaker, has ACRA bug reporting in it. I have received 7 reports from ACRA but the android market shows 0 errors. Market reports are optional and most users do not submit them (besides, these are barely

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Raghav Sood
Okay. Is there any way to find out to whom the device belonged to and contact him? Thanks On Sat, Jun 25, 2011 at 10:07 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On Jun 25, 2011 5:27 PM, Raghav Sood raghavs...@gmail.com wrote: Hi all One of my apps, Quaker, has ACRA bug

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

2011-06-25 Thread dixitwadhwani
Thanks! --Original message-- From: android-developers+nore...@googlegroups.com To: Digest Recipients android-developers+dig...@googlegroups.com Date: Saturday, June 25, 2011 3:44:27 PM GMT+ Subject: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Kostya Vasilyev
No, just like there is no way to respond to Market comments. -- Kostya Vasilyev 25.06.2011 20:51 пользователь Raghav Sood raghavs...@gmail.com написал: Okay. Is there any way to find out to whom the device belonged to and contact him? Thanks On Sat, Jun 25, 2011 at 10:07 PM, Marcin Orlowski

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Raghav Sood
Okay. Appreciate your help. Thanks Kostya and Marcin. On Sat, Jun 25, 2011 at 10:42 PM, Kostya Vasilyev kmans...@gmail.comwrote: No, just like there is no way to respond to Market comments. -- Kostya Vasilyev 25.06.2011 20:51 пользователь Raghav Sood raghavs...@gmail.com написал: Okay.

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 11:50 AM, Raghav Sood raghavs...@gmail.com wrote: Okay. Is there any way to find out to whom the device belonged to and contact him? Besides the automatic report on crashing, I provide the user with the option to fill out a form to provide details and optionally

Re: [android-developers] Data transfer server to client in android application.

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 2:04 AM, Naga K nagak.j...@gmail.com wrote: How to Data transfer server to client in android application by using WiFi. Transferring data is a very broad topic that is in no way specific to Android. Google your question to get started and if you have a more specific

Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Raghav Sood
I tried that but it didn't work so I changed it to the toast node for now. I do intend to make that option available as soon as I get it working. Thanks TreKing. On Sat, Jun 25, 2011 at 10:55 PM, TreKing treking...@gmail.com wrote: On Sat, Jun 25, 2011 at 11:50 AM, Raghav Sood

Re: [android-developers] Can't show AlertDialog

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 5:19 AM, andrewg_oz andrew.greg...@gmail.comwrote: I must be missing something obvious, but just can't see it. Here's part of my Activity code: Not sure from looking at your code, but try calling create() on the builder first, returning the Dialog from the function

Re: [android-developers] Eclipse Project Error

2011-06-25 Thread krishna kumar
Respected sir please tell me about pdf reader...how it possible to implement -- 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

Re: [android-developers] Write and Read CSV File

2011-06-25 Thread Onur TOPAL
I think you should handle it as text file so first line the captions and rest are the data. 2011/6/25 spurwa spu...@gmail.com How to Write and Read csv file on Android ? In this case I want to store data ID, Name of Item and Price in the smartcard and try to read the data with Nexus S using

Re: [android-developers] Layout in a not default package

2011-06-25 Thread krishna kumar
any body please help me pdf reader how to implements ...any concepts if have ...then please please help me thanks krishna -- 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] Question on Broadcast receiver with some prioroty set and category set as Home

2011-06-25 Thread Dianne Hackborn
(1) Third party applications can't have a priority higher than 0. (2) A receiver is different than an activity, and will not handle intents that are being used to launch an activity, so your receiver here will never have any reason to run. On Sat, Jun 25, 2011 at 2:54 AM, Sudeep Sharma

[android-developers] Honeycomb: My video app saved mp4 movie into DCIM/Camera, but in the Gallery is nothing to play

2011-06-25 Thread Devomat
I've written an Video-App, after recording the mp4 file is in the standart DCIM/Camera folder, but when I open the Gallery app, then nothing is there to play. The file is invisible. After I copy the mp4 file with the Asus Filemanager, then the mp4 file will showing in the Gallery App. Why? The

[android-developers] Binding JavaScript code to Android code

2011-06-25 Thread mikek
Is there a way to bind Android code to Javascript? For example, I'd like to update a webview with accelerometer data without having to poll the native app. -- 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] Binding JavaScript code to Android code

2011-06-25 Thread Kristopher Micinski
WebView has an addJavaScriptInterface() call, is this the type of thing you want? Kris On Sat, Jun 25, 2011 at 2:23 PM, mikek mik...@gmail.com wrote: Is there a way to bind Android code to Javascript? For example, I'd like to update a webview with accelerometer data without having to poll

Re: [android-developers] Binding JavaScript code to Android code

2011-06-25 Thread Daniel Drummond
See the Webview sample in the SDK. I think that shows exactly what you want to do. On Jun 25, 2011 7:23 PM, mikek mik...@gmail.com wrote: Is there a way to bind Android code to Javascript? For example, I'd like to update a webview with accelerometer data without having to poll the native app.

Re: [android-developers] Re: Update activity UI from service using observer pattern

2011-06-25 Thread Vadim Khondar
It seems like problem is somehow related to fact that I'm trying to tie listener with controls of activity in adapter. I there any other way to attach listener code to controls in particular row of listview instead of used by me? 2011/6/23 Vadim Khondar vadim.khon...@gmail.com: Hello! In my

Re: [android-developers] Re: Update activity UI from service using observer pattern

2011-06-25 Thread Kostya Vasilyev
It seems to me that the code you previously posted is a bit too naive. The adapter's getView method can get called multiple times, not neecessarily in a partcular order, etc. It's Ok to trigger program logic based on getView, but you've got to carefully check your program's current state.

[android-developers] Re: What are your thoughts on this service - activity communication pattern?

2011-06-25 Thread m.andrew
But with this design I can't handle cases where the job finishes, but the Acitivity is not resumed You could control the state of your service using SharedPreferences. Call getSharedPreferences() in onDestroy() method of your service and save the state. Do the same thing in resumed/restored

Re: [android-developers] Question on Broadcast receiver with some prioroty set and category set as Home

2011-06-25 Thread Mark Murphy
On Sat, Jun 25, 2011 at 2:00 PM, Dianne Hackborn hack...@android.com wrote: (1) Third party applications can't have a priority higher than 0. Are you sure about that? It worked the last time I tried it, and the documentation's example (100) is higher than 0. -- Mark Murphy (a Commons Guy)

Re: [android-developers] Re: What are your thoughts on this service - activity communication pattern?

2011-06-25 Thread Kostya Vasilyev
If the service process is killed, it won't have its onDestroy called, and won't have a chance to update shared preferences indicating it's not running. -- Kostya 25.06.2011 23:06, m.andrew пишет: But with this design I can't handle cases where the job finishes, but the Acitivity is not

Re: [android-developers] Re: Update activity UI from service using observer pattern

2011-06-25 Thread Kostya Vasilyev
Ok, here is that post: http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html -- Kostya 2011/6/25 Kostya Vasilyev kmans...@gmail.com It seems to me that the code you previously posted is a bit too naive. The adapter's getView method can get called multiple times,

[android-developers] NFC Calypso card not detected by NFC

2011-06-25 Thread dranfi
I would like to communicate to Calypso cards using NFC. Calypso cards are used in public transports. Here is the official website : http://www.calypsonet-asso.org/index.php Calypso cards are used in Paris (Pass Navigo), Brussel (Mobib), Nice The calypso technology is based on the contactless

Re: [android-developers] Re: Update activity UI from service using observer pattern

2011-06-25 Thread Vadim Khondar
2011/6/25 Kostya Vasilyev kmans...@gmail.com: It seems to me that the code you previously posted is a bit too naive. That's true. I'm currently just probing the platform. The adapter's getView method can get called multiple times, not neecessarily in a partcular order, etc. It's Ok to trigger

Re: [android-developers] Re: Update activity UI from service using observer pattern

2011-06-25 Thread Vadim Khondar
2011/6/25 Kostya Vasilyev kmans...@gmail.com: Ok, here is that post: http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html -- Kostya Thanks alot for that link! When all supposed keywords in google are exhausted without success considerable references are of

[android-developers] Re: Write and Read CSV File

2011-06-25 Thread spurwa
could you mind to give a sample sirthanks..:D On Jun 26, 12:43 am, Onur TOPAL onurto...@gmail.com wrote:  I think you should handle it as text file so first line the captions and rest are the data. 2011/6/25 spurwa spu...@gmail.com How to Write and Read csv file on Android ? In

[android-developers] Re: Binding JavaScript code to Android code

2011-06-25 Thread mikek
I understand how to bind javascript to android code. what I'm looking for is a way to call a javascript function from my native android code. On Jun 25, 11:36 am, Daniel Drummond dmdrummo...@gmail.com wrote: See the Webview sample in the SDK. I think that shows exactly what you want to do. On

Re: [android-developers] Re: Binding JavaScript code to Android code

2011-06-25 Thread Daniel Drummond
Quoting http://developer.android.com/resources/articles/using-webviews.html: Second, your Activity can invoke JavaScript methods. All you have to do is call the loadUrl method with the appropriate JavaScript call: mWebView.loadUrl(javascript:wave()); It's nice if you actually read the

[android-developers] Comments and Contacting Users

2011-06-25 Thread Halsafar
How on earth does a developer contact a user who makes a comment about their app? Users are asking questions in comments or making feature requests. Sometimes they request refunds in comments. These are all things that are impossible for the developer to address since I can't even get the email

[android-developers] Re: Bluetooth Serial Port Question

2011-06-25 Thread gjs
Hi, Answering the following in the forum - - fromSi to gjs dateSun, Jun 26, 2011 at 5:47 AM subject Re: Bluetooth Serial Port Question Hi, Thanks for the reply. Would you be able to email me

Re: [android-developers] Comments and Contacting Users

2011-06-25 Thread Daniel Drummond
Your developer email address is on your app page in the market. This is surely the way your users should contact you should they need to. The review system isn't designed to be a two-way communication tool, probably to ensure the integrity of the reviews (no comeback for giving a bad review). Of

Re: [android-developers] Comments and Contacting Users

2011-06-25 Thread Mark Murphy
On Sat, Jun 25, 2011 at 8:04 PM, Halsafar shinhalsa...@gmail.com wrote: How on earth does a developer contact a user who makes a comment about their app? On an individual basis, you don't. The Android Market certainly should be doing more in this area -- that dead horse has been beaten to a

[android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Chrystian Vieyra
Unfortunately there is no way to contact the users, I really wish we had a way to communicate with our customers and help them. -- 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: Can't show AlertDialog

2011-06-25 Thread andrewg_oz
Thanks for your reply. On Jun 26, 1:34 am, TreKing treking...@gmail.com wrote: On Sat, Jun 25, 2011 at 5:19 AM, andrewg_oz andrew.greg...@gmail.comwrote: Not sure from looking at your code, but try calling create() on the builder first, returning the Dialog from the function first and then

[android-developers] What longest leng for String in andorid?

2011-06-25 Thread a a
HI, all: I want to get the content to sting Variable from uri var HttpResponse. Is there any litimation for the long of sting variable ? may be the http response will very very long sting variable is correct to hold all ? -- You received this message because you are subscribed to the

[android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Halsafar
My email address and messages about emailing me are all over the description. From my apps it is super easy to get to my website and therefore facebook, etc. You are assuming users will take this extra step. Why would they when Google says make your statement here as a comment. You would be

[android-developers] What has replaced getFrameAt

2011-06-25 Thread New Developer
with MediaPlayer there was a getFrameAt which would return the Bitmap of the frame At x milliseconds What has replaced this ? and How else can I get the Frame at a specific time , so I can scrub through a video much like movie studio does ? Thanks in advance ? -- You received this

[android-developers] Re: Binding JavaScript code to Android code

2011-06-25 Thread mikek
Yep, found it. I was looking at the wrong sample. It's WebViewDemo. Thanks! On Jun 25, 4:40 pm, Daniel Drummond dmdrummo...@gmail.com wrote: Quotinghttp://developer.android.com/resources/articles/using-webviews.html: Second, your Activity can invokeJavaScriptmethods. All you have to do is

[android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Zsolt Vasvari
I have had links in my app to my Google Groups, Twitter and Facebook pages. A month ago (May 20th), I changed my URLs to proxy through goo.gl so I can get some tracking going. Here are my total # of clicks in the last month for each with about 5000 active installs: Google Groups: 46 Twitter: 9

[android-developers] Re: What longest leng for String in andorid?

2011-06-25 Thread Zsolt Vasvari
Just like in normal Java, the length of the string is only limited by the heap space. On Jun 26, 9:12 am, a a harvey.a...@gmail.com wrote: HI, all:    I want to get the content to sting Variable from uri var HttpResponse. Is there any litimation for the long of sting variable ? may be the

[android-developers] Re: Write and Read CSV File

2011-06-25 Thread Zsolt Vasvari
No, we cannot give samples. This is basic Java I/O, so please search or get a basic Java book. Use the classes available in Apache Commons Lang V3 to encode and decode your CSV strings. Other than that, it's just like writing to any other file. On Jun 26, 7:21 am, spurwa spu...@gmail.com

Re: [android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Mark Murphy
On Sat, Jun 25, 2011 at 9:21 PM, Halsafar shinhalsa...@gmail.com wrote: My email address and messages about emailing me are all over the description.  From my apps it is super easy to get to my website and therefore facebook, etc.  You are assuming users will take this extra step.  Why would

Re: [android-developers] Re: Comments and Contacting Users

2011-06-25 Thread Stephen Damm
On 11-06-25 07:31 PM, Zsolt Vasvari wrote: I have had links in my app to my Google Groups, Twitter and Facebook pages. A month ago (May 20th), I changed my URLs to proxy through goo.gl so I can get some tracking going. Smart, very good idea. Here are my total # of clicks in the last month for

[android-developers] Droid X 2 issue

2011-06-25 Thread limtc
Hi, I got reported from Droid X 2 users regarding the resource issues on new resolution... can anyone tell me what is the drawable type? hdpi? large-hdpi? large-mdpi? Any other devices using 540x960 resolutions? Thanks! -- You received this message because you are subscribed to the Google

[android-developers] Re: Droid X 2 issue

2011-06-25 Thread Zsolt Vasvari
normal-xhdpi, AFAIK. But as long as your provide HDPI resources, it will upscale, so it's not something you need to worry about. There are other 540x960 devices out there, for example, the Motorola Atrix. On Jun 26, 10:10 am, limtc thyech...@gmail.com wrote: Hi, I got reported from Droid X 2

Re: [android-developers] How to used new Canvas()?

2011-06-25 Thread Baodong Chen
why this happens? is this an android system's bug or am i using SurfaceView in a wrong way? On Fri, Jun 24, 2011 at 5:11 AM, Dianne Hackborn hack...@android.com wrote: Getting stuck in lockCanvas() has nothing to do with creating a new Canvas... On Thu, Jun 23, 2011 at 1:51 PM, Baodong Chen

[android-developers] In App billing, just 3 lines and integrate your app

2011-06-25 Thread MCON Dev
I hope google makes it a bit easier to integrate in app billing in the future. It took me sometime to get this working. And with this blog I hope to make it easier for folks out there. Conny -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Write and Read CSV File

2011-06-25 Thread spurwa
ok thank you sir On Jun 26, 8:35 am, Zsolt Vasvari zvasv...@gmail.com wrote: No, we cannot give samples.  This is basic Java I/O, so please search or get a basic Java book. Use the classes available in Apache Commons Lang V3 to encode and decode your CSV strings.  Other than that, it's

Re: [android-developers] In App billing, just 3 lines and integrate your app

2011-06-25 Thread Nikolay Elenkov
On Sun, Jun 26, 2011 at 12:41 PM, MCON Dev mcon...@gmail.com wrote: I hope google makes it a bit easier to integrate in app billing in the future. It took me sometime to get this working. And with this blog I hope to make it easier for folks out there. You missed the link :) While some people

[android-developers] Re: Droid X 2 issue

2011-06-25 Thread Kevin TeslaCoil Software
Most likely it's just hdpi. qHD is the name of the resolution. The Atrix handles this just as extra space, like the older motorolas did with the 854x480 rather than 800x480, it could just display a bit more of your layout but it wouldn't scale up images or anything. So if you are assuming that the