[android-developers] Re: webservice php

2011-06-09 Thread James Ots
There's a whole load of sample code on the Android developer website:

http://developer.android.com/resources/browser.html?tag=sample

I'd suggest learning a bit about android development by playing with some of 
the samples there and reading the documentation on the site. You might also 
want to buy this book - I've not read it, but I've heard good reviews of it:

http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470565527

James


-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: where to start to develope a app like gtalk?

2011-06-08 Thread James Ots
I'd suggest looking at 
http://developer.android.com/http://developer.android.com/index.html as 
a starting point.

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-08 Thread James Ots
Here are the fonts in the android source.

http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;h=b63895f0105adc2a62f648293b14aa89cc64e3f2;hb=HEAD

These are listed in the makefile

DroidSans.ttf   
DroidSans-Bold.ttf  
DroidSansArabic.ttf 
DroidSansHebrew.ttf 
DroidSansThai.ttf   
DroidSerif-Regular.ttf  
DroidSerif-Bold.ttf 
DroidSerif-Italic.ttf   
DroidSerif-BoldItalic.ttf   
DroidSansMono.ttf
Clockopia.ttf


Although I can't see any guarantee that these will be there, I think you can 
probably assume that any Compatible Android device will have these fonts 
available.

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: where to start to develope a app like gtalk?

2011-06-08 Thread James Ots
Here are a few links I found by using Google Search:

http://xmpp.org/xmpp-software/servers/
http://xmpp.org/rfcs/rfc6120.html
http://www.jabber.org/

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How can I know when the home button has been pressed?

2011-06-08 Thread James Ots
I've seen this done on Windows CE devices a long time ago, by encasing the 
device in something which covers the buttons you don't want to user to 
press. I'd suggest either doing that, or installing a customized Android 
build on the device.

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: webservice php

2011-06-08 Thread James Ots
Which part in particular are you having difficulty with?

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Log of my application

2011-06-08 Thread James Ots
http://developer.android.com/guide/developing/tools/adb.html

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: text color

2011-06-08 Thread James Ots
What part of colour setting are you having difficulty with?

James

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en