Re: [android-developers] NFC Concerns

2011-02-11 Thread allandt bik-elliott (thefieldcomic.com)
at the moment nfc chips on the nexus 1 is only enabled to read a link and display it for you to act upon (much like a qr code). I'm sure this will expand to payments down the line but nobody outside of japan is ready for that and Google knows it a On 9 February 2011 23:00, Leon Moreyn-Android

[android-developers] Live Wallpaper canvas gradient banding

2011-02-11 Thread allandt bik-elliott (thefieldcomic.com)
Hey guys First time i'm posting. I was hoping that one of you might have had some experience with this. I am painting to the canvas on every Runnable.run call with a changing colour and i'm hoping to put a gradient over the top but the gradient i'm creating is banding horribly. After Googling

Re: [android-developers] Re: Live Wallpaper canvas gradient banding

2011-02-22 Thread allandt bik-elliott (thefieldcomic.com)
the problem afaik is that the bitmap used in the canvas is argb_ which has quite a shallow pool of colours to choose from and to get a decent gradient you need argb_ or a decent amount of dithering - neither of which i'm achieving best a On 14 February 2011 23:13, Mark

Re: [android-developers] help me pleaseeeeee

2011-03-22 Thread allandt bik-elliott (thefieldcomic.com)
vote +1 for worst title ever... at least the question makes sense ah dermarage is not a word sorry dude - try again a On 19 March 2011 00:33, jaafar zbeiba jaafarinformati...@gmail.com wrote: hello I just created a code to input area password c is to say in dermarage of the

Re: [android-developers] HOW TO GET THE TRASACTION NOTIFICATION WHILE NETWORK GOES.

2011-04-11 Thread allandt bik-elliott (thefieldcomic.com)
/caps /ignore On 11 April 2011 08:57, bins bins1...@gmail.com wrote: hi, while the transaction is in process and my application crashes.So how will get the information about that transaction.As I am just waiting for the confirm notification.How can I test this scenario with the Static