[android-developers] Another IN-APP purchase question

2016-02-18 Thread Stefano Gattuso
Sorry i did try to search on web but my idea is a bit confused, my aap will permit to buy some item troghout paypal, but i read which google for in-app purchae keep 30$ , so now is my qeustion, if i connected my app to my paypal account how google can keep that 30% and is really which keep 30% ?

Re: [android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-18 Thread Stefano G. Rago
hanks. > > > > > On Thursday, May 16, 2013 11:02:14 AM UTC-5, Stefano G. Rago wrote: >> >> Same here!!! I was working without any problem, after an edit on a layout >> the "R cannot be resolved to a variable" appeared. >> I have lost some hours, nothin

[android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread Stefano G. Rago
Same here!!! I was working without any problem, after an edit on a layout the "R cannot be resolved to a variable" appeared. I have lost some hours, nothing worked (new repo, new project, new import, clean and reclean, delete gen and bin, etc) I have last adt + last sdk on windows 7 64bit On

[android-developers] waking up an activity

2012-10-05 Thread Stefano Bodini
I'm little bit lost, I hope somebody can give me some advice. I have an application where the main activity starts a service. The service basically contains a timer in order to execute constantly some native functions. Everything is working great as expected, the native library communicates with

[android-developers] Re: Timeout error when tryin to do REST

2012-07-29 Thread Stefano G. Rago
If you can use ALWAYS HttpURLConnection, from 3.0 is the best solution. On Monday, July 23, 2012 4:50:58 PM UTC+2, Fernando Juarez wrote: > > Hi I need some help: > > I´m developing an Android app with Eclipse and ADT, It´s a very simple > app. The app connects to a server via POST, it works fine

[android-developers] Samsung GT-I5800 not detected by latest SDK Tools 8

2010-12-10 Thread Stefano Sanna (gerdavax)
Hello. I've just upgraded my development environment to latest SDK Tools revision 8. After such an upgrade, the Samsung GT-I5800 is no longer detected by adb. I've tried on different machines with the same result: the Samsung Galaxy Mini stopped to work after the update. Is there any way to confi

[android-developers] ADT Plugin for Exlipse installation fails

2009-12-06 Thread Stefano
Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found I found another similar message without solution. Anybody out there can help me getting started? Thanks, Stefan

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-13 Thread Stefano Sanna
ry. Thanks. Best regards, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http://www.gerdavax.it Linkedin profile: http://www.linkedin.com/in/gerdavax QuadraSpace Project: http://www.quadraspace.org --~--~-~--~~~---~--~~ You received

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-11 Thread Stefano Sanna
On Fri, Sep 11, 2009 at 6:57 AM, windstorm wrote: > > Hi Stefano, thanks for your great effort! Thank you. > Right now I am trying to use your library on a ongoing student > project, and here is some basic questions about it > > 1 The discoverable attribute on Android wil

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-11 Thread Stefano Sanna
it to say it "Does NOT require a rooted device..." Ops :-( Thanks, I'll change immediately. Regards, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http://www.gerdavax.it Linkedin profile: http://www.linkedin.com/in/gerdavax QuadraSpac

[android-developers] Re: (unofficial) Bluetooth API v. 0.2

2009-09-08 Thread Stefano Sanna
On Tue, Sep 8, 2009 at 2:36 AM, Chi Kit Leung wrote: > Thanks! that is great! Thank you. Best regards, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http://www.gerdavax.it Linkedin profile: http://www.linkedin.com/in/gerdavax QuadraSpace Project: h

[android-developers] (unofficial) Bluetooth API v. 0.2

2009-09-07 Thread Stefano Sanna
ready highlighted on this list, the API uses Java Reflection: therefore, it is not guaranteed that it will work on future releases of Android. Have fun with Android and Bluetooth! Ciao, Stefano PS: old name of project was "Experimental Bluetooth Library", which was hard to find on Google, si

[android-developers] Re: bluetooth use in android

2009-08-24 Thread Stefano Sanna
warning. Ciao, Stefano. On Sun, Aug 23, 2009 at 7:43 PM, Dianne Hackborn wrote: > Hi Stefano, I know you already say this in your site, but just to be extra > clear -- the code here is accessing private APIs, so we make no guarantees > about it working in future versions of the platfor

[android-developers] Re: Experimental Bluetooth Library

2009-08-17 Thread Stefano Sanna
Hi. On Mon, Aug 17, 2009 at 5:44 PM, yoshitaka tokusho wrote: > > This is a great work. Thank you, Stefano. Thank you. > Just one question. I'm wondering if this API is not thread-safe. Is > this assumption correct? You are right: it is not thread-safe (that would be too m

[android-developers] Sensor getting ArrayIndexOutOfBoundsException in onSensorChanged(int, float[]) from SensorListener

2009-08-13 Thread Stefano Malinconico
Hi All, I´m implementing a simple application that prints on the screen "Right" if i shake the device to the to right and prints "Left" otherwise. It was working fine till I tried to incline to one of the two sides. It remained printing "Right" indefinitely because the x axis acquired the gravity

[android-developers] Re: bluetooth use in android

2009-08-09 Thread Stefano Sanna
Hello. On Sun, Aug 9, 2009 at 7:10 PM, Honest wrote: > > Hello, > > Stefano Sanna thanks for your great work. Thank you. > I put one issue in your > project please take a look at it and let me know. Thanks for feedback. It is probably a permission issue. AndroidMani

[android-developers] Re: bluetooth use in android

2009-08-09 Thread Stefano Sanna
c and Samsung Galaxy. This Bluetooth API and a sample application (published on the Android Market as "Bluetooth Samples") is published under Apache 2.0 license at: http://code.google.com/p/android-bluetooth/ Feel free to contact me if you need further details. Ciao, Stefano. -- St

[android-developers] Re: Experimental Bluetooth Library

2009-08-05 Thread Stefano Sanna
Hi. I never tried that. Current delivery plan is: 0.1: current release (bt on/off, device discovery, rfcomm client) 0.2: sdp 0.3: rfcomm server I will try to work on SCO for 0.4 release. Ciao, Stefano. On Wed, Aug 5, 2009 at 4:32 PM, pierre wrote: > > Hi ! > Do you have any sol

[android-developers] Re: Experimental Bluetooth Library

2009-07-23 Thread Stefano Sanna
On Fri, Jul 24, 2009 at 12:40 AM, Hazam wrote: > > Amazing work. > You simply can't close doors to programmers in an open source > environment > keep up! > > -Emanuele You are totally right. And programmers know that sharing is much more funny than keeping undercover

[android-developers] Re: Experimental Bluetooth Library

2009-07-23 Thread Stefano Sanna
ore replying to you previous one! :-) > For the record I have a HTC Magic, Vodafone branded, > firmware 1.5, kernel 2.6.27-00393-g6607056, build CRC1. Thanks! > Stefano -- excellent work!! Thanks a lot! Ciao, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http

[android-developers] Re: Experimental Bluetooth Library

2009-07-23 Thread Stefano Sanna
(Arduino based, which I see you have in the works!) Yes, sure! That's the next step ;-) Thank you for feedback. Ciao, Stefano. -- Stefano Sanna gerda...@gmail.com (Skype: gerdavax) Personal blog: http://www.gerdavax.it Linkedin profile: http://www.linkedin.com/in/ge

[android-developers] Experimental Bluetooth Library

2009-07-21 Thread Stefano Sanna (gerdavax)
google.com/p/android-bluetooth/ and a sample application (called "Bluetooth Samples") has been published on the Android Market. I expect to improve the library in the next weeks: comments and contributions are welcome. Have fun with Android

[android-developers] Error on SharedPreferences for AppWidget

2009-07-10 Thread Stefano Sanna (gerdavax)
quot; to the path of application's data). It seems that, when restarted on keyboard open, the configuration Activity looses ownership of its sharedpreferences. Any idea? Thank you. Ciao, Stefano. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-04-16 Thread Stefano Cannata
Actually not, sorry bye On Thu, Apr 16, 2009 at 4:09 PM, Tom M. wrote: > > Any workaround for this? > > On Feb 20, 10:23 am, whitemice wrote: > > Added as a bug report here: > http://code.google.com/p/android/issues/detail?id=2044&can=1&q=html&c... > > > --~--~-~--~~---

[android-developers] Re: IMPROPER RENDERING OF A HTML OBJECT

2009-02-17 Thread Stefano Cannata
I forgot to say..I am using GWT 1.5.3. thanks On Tue, Feb 17, 2009 at 2:11 PM, Stefano wrote: > Hi, > > I would like to run a chat web application on my Android 1.0 emulator, > which I have developed with the Google Web Toolkit. > > My problem is that a HTML object is noy re

[android-developers] IMPROPER RENDERING OF A HTML OBJECT

2009-02-17 Thread Stefano
Hi, I would like to run a chat web application on my Android 1.0 emulator, which I have developed with the Google Web Toolkit. My problem is that a HTML object is noy rendered properly on the Android 1.0 emulator: in fact no scrolling bar appears when the text extension goes over the overflow li

[android-developers] Re: jchat4android 1.3 released!

2009-01-16 Thread Semeria Stefano
nning on a public machine. Please refer to the Android jChat User Guide for a description about how to start a Jade Main Container. So, what do you think? Could you share your view on this? My best regards, Stefano -Original Message- From: android-developers@googlegroup

[android-developers] Re: jchat4android 1.3 released!

2009-01-16 Thread Semeria Stefano
downloading the file? If so, can you please provide some more feedback? Please, let me know if you solved your issue. Regards, Stefano -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Al Sutton Sent: 13 January 2009 15:14 To

[android-developers] GWT 1.5.1 application on Android 1.0 emulator

2008-10-24 Thread Stefano
correctly. For instance the listboxes on Android 1.0 can't be filled dynamically by a standard GWT remote procedure call. I can send you a sample zip project file showing this problem if you want. Can anybody help me, explaining why? Thank you in advance, St

[android-developers] jchat4android 1.2 released!

2008-10-21 Thread Semeria Stefano
jchat4android* Stefano Semeria Marco Ughetti Danilo Gotta --~--~-~--~~~---~--~~ 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@googlegro

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-09 Thread Stefano
> System.arrayCopy(list,0, vector, 0, blah.vector); > > or > > String[] vector = (String[]) list.clone(); > > also, using names "list" or "vector" is not appropriate for array variables. > > > > On Wed, Oct 8, 2008 at 1:40 PM, Stefano <[EMAIL P

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-08 Thread Stefano
("100%"); mainPanel.add(textSendBox); mainPanel.add(button); } Thank you in advance, Stefano On 8 Ott, 19:01, Stefano <[EMAIL PROTECTED]> wrote: > I have worked all this afternoon on test applications, trying to

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-08 Thread Stefano
list.length; i++) { actList.addItem(list[i]); } } } } On 8 Ott, 00:17, Mark Murphy <[EMAIL PROTECTED]> wrote: > Stefano Cannata wrote: > > Actually I haven't published yet my webapp on a url, > > Hopefully, somebody on this

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-07 Thread Stefano Cannata
wipe-data of Android - no scrolling bar appears on the textboxes Thank you so much for your help and sorry for bad English Steve On Tue, Oct 7, 2008 at 2:46 PM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Stefano Cannata wrote: > > Mark, I have tried with Safari, Chrome, F

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-07 Thread Stefano Cannata
Mark, willing to reply better to your question, I am using the biult-in browser of the Android (version beta) emulator Thanks for help, Steve On Tue, Oct 7, 2008 at 4:01 PM, Stefano Cannata <[EMAIL PROTECTED]>wrote: > Actually I haven't published yet my webapp on a url, but what I

[android-developers] Re: compatibility between Android (beta version) and GWT 1.5.1

2008-10-07 Thread Stefano Cannata
Mark, I have tried with Safari, Chrome, Firefox, IE and Opera, and on none of these I had any problem.. Thank you for your answer, Steve On Tue, Oct 7, 2008 at 2:32 PM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Stefano wrote: > > since few months I am developing a chat web a

[android-developers] compatibility between Android (beta version) and GWT 1.5.1

2008-10-07 Thread Stefano
either click on them. On the contrary, with the alpha version of that emulator, I have no problem like that. Can anybody help me, explaining why? Thank you in advance, Stefano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Questions about using GTalk for P2P communication

2008-06-11 Thread Semeria Stefano
hanks a lot anyway. My best regards, Stefano -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Reto Sent: mercoledì 11 giugno 2008 12.00 To: Android Developers Subject: [android-developers] Re: Questions about using GTalk for P2P communic

[android-developers] Questions about using GTalk for P2P communication

2008-06-09 Thread Semeria Stefano
test with GTalk API without contacting the google server? I mean, is there a way I could install a gTalk server in my LAN and override the default GTalk API behavior to use it instead of Google's? That's pretty all, Thanks a lot for your answers! My be

[android-developers] Receiving broadcast null in application shutdown

2008-05-13 Thread Semeria Stefano
le after the LocationManager.removeUpdates() call returns. If this is the right behavior, I guess that I should wait before deregistering the intent receiver... Is that right? Please help, this bug seems really nasty! Thanks a lot Regards, Stefano --~--~-~--~~~---~--~~ You r

[android-developers] Adding icon in activity titlebar

2008-05-13 Thread Semeria Stefano
(R.layout.main); } But I am not able to see any icon. By the way, my icon is a 32x32 png. Does anybody have any suggestion? Thanks for your help. Regards, Stefano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to customize notification layout

2008-04-30 Thread Semeria Stefano
t when the notification is clicked) Is that right? If so, how can I implement the same behavior of the standard notification? I really need an intent to be fired on click! Thanks a lot My best regards, Stefano -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PRO

[android-developers] How to customize notification layout

2008-04-28 Thread Semeria Stefano
s for your help. Regards, Stefano --~--~-~--~~~---~--~~ 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] How to compute the size of a string in pixel

2008-04-24 Thread Semeria Stefano
. Regards, Stefano --~--~-~--~~~---~--~~ 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

[android-developers] Using notifications to switch between different already opened activities

2008-04-11 Thread Semeria Stefano
nversation activities (as using alt+tab on windows). It would be great if it was possible to do so in some way. What's wrong with my approach? Have you got any suggestion? Please help! Thanks a lot and best regards, Stefano --~--~-~--~~~---~--~~ Yo

[android-developers] Sending SMS

2008-04-07 Thread Semeria Stefano
Hello, can you confirm that at the moment there's no ready-made activity for handling SMS-sending? I would like to support SMS sending... Can you provide some references?? Thanks a lot Regards, Stefano --~--~-~--~~~---~--~~ You received

[android-developers] Is it possible to use multiple selection list?

2008-04-07 Thread Semeria Stefano
Hi all, I need a list view that can handle the selection of multiple items at the same time. Is that possible? Thanks a lot. Regards, Stefano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Resuming not visible activities using intents

2008-04-04 Thread Semeria Stefano
time (so I am not able to resume old conversations)... I guess services are not useful to solve my problem... Have you got any suggestion? Thanks a lot Stefano -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of xingye Sent: venerdì 4 a

[android-developers] Resuming not visible activities using intents

2008-04-04 Thread Semeria Stefano
Hi all, Is it possible to resume a background activity using an intent? When I register a notification in the status bar and clicked on it an Activity is fired, but it's always a new one... I would need a way to reuse one in background already on the stack. Please help. Thanks a lot. --~

[android-developers] Re: Finish Activity(Urgent)

2008-04-03 Thread Semeria Stefano
need. Let me know if you solved your issue. Regards, Stefano -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Sent: giovedì 3 aprile 2008 11.23 To: Android Developers Subject: [android-developers] Finish Activity(Urgent) I have

[android-developers] Choosing the right activity from a notification

2008-04-03 Thread Semeria Stefano
activity is performed 2. I have only one activity that is used for all session and it is fully redrawn any time (i.e. the intent is bound to the data and not to the activity) Could give me any suggestion? Thanks a lot Stefano

[android-developers] Re: Finding position of a screen point

2008-04-01 Thread Semeria Stefano
opers Subject: [android-developers] Re: Finding position of a screen point In that case, I think it's easier to calculate the midpoint using to lat/lng of every point so the result of the calculation will be a lat/ lng coordinate. On Apr 1, 4:41 pm, "Semeria Stefano" <[EMAIL

[android-developers] Re: Finding position of a screen point

2008-04-01 Thread Semeria Stefano
creen coordinate into a Lat/long pair on the map. Thanks for your help anyway. Regards, Stefano -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: martedì 1 aprile 2008 16.24 To: Android Developers Subject: [android-devel

[android-developers] Finding position of a screen point

2008-04-01 Thread Semeria Stefano
Regards Stefano --~--~-~--~~~---~--~~ 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,