[android-developers] HI

2011-06-25 Thread guru sagar
Hi , Is there any possibilty to get callback from in built browser in android when page is completly loaded . Thanks, Gurusagar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

Re: [android-developers] Browser callback

2011-06-25 Thread TreKing
On Sun, Jun 26, 2011 at 1:00 AM, guru sagar wrote: > Is there any possibility to get call back from the in built browser when we > start from our activity No. And please do not assume that using the intent you posted will automatically always start the "in built browser". -

Re: [android-developers] Comments and Contacting Users

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 7:04 PM, Halsafar wrote: > How on earth does a developer contact a user who makes a comment > about their app? > My current strategy: post response to a blog which my app(s) then checks and notifies the user when a new post is found. When user "Foo Bar" see "Response to F

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

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 7:56 PM, andrewg_oz wrote: > It seems, > though, that calling show() pauses the activity, which dismisses the > dialog! > Whoops. > So, that comment was wrong, but is it still trying to say something > important? Should I be dismissing the dialog somewhere? Does it matte

[android-developers] Browser callback

2011-06-25 Thread guru sagar
Hi all , Is there any possibility to get call back from the in built browser when we start from our activity Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://";)); startActivit(intent,0); Thanks in advance Thanks, Guru -- You received this message be

[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

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 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 may find this

[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 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 just like writi

[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.

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 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 > wrote: >> >> H

[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 wrote: > Hi, > > I got reported from Droid X 2 users regarding

[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 Grou

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

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

2011-06-25 Thread Mark Murphy
On Sat, Jun 25, 2011 at 9:21 PM, Halsafar 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 they when Google say

[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 wrote: > could you m

[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 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 > http response wil

[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: 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 wrote: > Quotinghttp://developer.android.com/resources/articles/using-webviews.html: > > Second, your Activity can invokeJavaScriptmethods. All you have to > do is call the loadUrl met

[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 mess

[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 s

[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 Goo

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

2011-06-25 Thread andrewg_oz
Thanks for your reply. On Jun 26, 1:34 am, TreKing wrote: > On Sat, Jun 25, 2011 at 5:19 AM, andrewg_oz wrote: > > Not sure from looking at your code, but try calling create() on the builder > first, returning the Dialog from the function first and then show()'ing it, > or using showDialog() inst

[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@googleg

Re: [android-developers] Comments and Contacting Users

2011-06-25 Thread Mark Murphy
On Sat, Jun 25, 2011 at 8:04 PM, Halsafar 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 pulp by now. > Is there

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

[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 a

[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

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 suggest

[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 wrote: > See the Webview sample in the SDK. I think that shows exactly what you want > to do. > On Jun 25, 2011 7:23 P

[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 wrote: >  I think you should handle it as text file so first line the captions and > rest are the data. > > 2011/6/25 spurwa > > > > > > > How to Write and Read csv file on Android ? In this case I want to > > stor

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

2011-06-25 Thread Vadim Khondar
2011/6/25 Kostya Vasilyev : > 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 great help. I'll

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

2011-06-25 Thread Vadim Khondar
2011/6/25 Kostya Vasilyev : > 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 program logic b

[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 IS

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 > 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 > neecessar

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 resume

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 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) http://commonsware.com

[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] 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. Th

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 : > Hello! > > In my case listeners are reg

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" 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. > > -- > You

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 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.

[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

[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 mp

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 wrote: > H

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 android-deve

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 > 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

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 grou

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

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 5:19 AM, andrewg_oz wrote: > 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 first and then show()'ing

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 wrote: > On Sat, Jun 25, 2011 at 11:50 AM, Raghav Sood wrote: > >> Okay. Is there any way t

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 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 question that has more

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 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 include a contact email a

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 wrote: > No, just like there is no way to respond to Market comments. > > -- > Kostya Vasilyev > 25.06.2011 20:51 пользователь "Raghav Sood" > написал: > > > Okay. Is there any way to find ou

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" написал: > 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 > wrote: > >

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

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

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 wrote: > > On Jun 25, 2011 5:27 PM, "Raghav Sood" wrote: > > > > Hi all > > > > One of my apps, Quaker, has ACRA bug reporting in it. I have received 7 > r

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" 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 useful though) --

[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/ http://www.androidappc

[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] 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 sim

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" wrote: Ye

[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 wrote: > I fixed the problem. The apk hadn't been signed correctly. > > Thanks > > On Sat, Jun 25, 2011 at 11:45 AM, Doug wrote: > > What does logcat say? > > > On

[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 grou

[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 unsubsc

[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 lik

[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 F

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 wrote: > 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 b

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" 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. nigerian econo

[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");

[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 Know

[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. Pr

[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 ch

[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 prop

[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 tag to the manifest. On Jun 21, 10:52 am, Abhilash Cherukat wrote: > package com.HttpTest; > > import java.io.*; > import java.util.ArrayList; > import java.util.List; > > //import org.apache.http.HttpEntity; > i

[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 Blue

[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: Get the virtual keyboard set by user

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

[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-ru

[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: 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 Gr