[android-developers] Using X509 certificate in android application

2012-08-29 Thread android_newbie
I am developing an android application that uses a public key certificate to sign messages sent to the server. When the user logs in to the app, he receives a x509 certificate from the server. Now, when he wants to send messages to the server, he has to sign the message using the certificate

[android-developers] Running applications on target hardware

2009-12-24 Thread android_newbie
Hi, Our's is PXA255 based embedded system. I can able to bring up Android console. How to run my own applications? I created .apk file and copied to my target, so how to invoke it from command line? Thanks -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: cannot get a spinner to bind to a cursor

2008-04-04 Thread android_newbie
Hi, I'm trying to display items from a database in a Spinner. I've read the other posts on this but my items still aren't showing up and none of the posts show a complete solution. To help debug the error, I added a ListView and the items from the same db call display without any problem in the

[android-developers] Re: Possible to set default highlight color?

2008-03-31 Thread android_newbie
No problem. I look on the other blogs/groups. AN On Mar 28, 5:12 pm, hackbod <[EMAIL PROTECTED]> wrote: > Sorry, this is now very far outside of the scope of what I can > answer. I am just an engineer. :) > > On Mar 28, 2:15 pm, android_newbie <[EMAIL PROTECTED]> wro

[android-developers] Re: Possible to set default highlight color?

2008-03-28 Thread android_newbie
, AN On Mar 28, 2:36 pm, hackbod <[EMAIL PROTECTED]> wrote: > No, no application will be penalized for using the standard buttons. > In fact you're more likely to get penalized for putting in custom > buttons that don't work on a touch screen. :} > > On Mar 28, 6:13 a

[android-developers] Re: Possible to set default highlight color?

2008-03-28 Thread android_newbie
Thank you for clarifying. We were going to create custom button images for all of the buttons but it seems like you're recommending that we don't do that? We just want to make sure that an application won't be penalized for using the standard button widgets with the orange background? Thank you,

[android-developers] Re: Possible to set default highlight color?

2008-03-27 Thread android_newbie
Will someone please give an example of setting the color of a button to a specific color such as yellow? Thanks, AN On Feb 21, 2:41 pm, "Romain Guy" <[EMAIL PROTECTED]> wrote: > Hi, > > All the widgets graphics are loaded as Drawable. As it turns out, a Drawable > expose a method called setColor