[android-beginners] Re: Android Books

2008-10-22 Thread luyen
There some good books here, you can start with them: http://androidcore.com/index.php/Android/Android-Books/ - Hello, Android: Introducing Google's Mobile Development Platform - Professional Android Application Development - Android - a programmers guide - ... On Oct 21, 10:10 am, Ankit Dass

[android-beginners] Re: : how to store a image in database

2008-10-22 Thread Sudha
I am using apcahe tomcat and loaded some images in the examples folder andI am taking that images only as inputstream thnaks for your suggesion --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: TabHost and TabWidget

2008-10-22 Thread Mark Murphy
atrus123 wrote: Small note: I got said book a week or so ago, and it is very good. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~-~--~~~---~--~~

[android-beginners] Re: TabHost and TabWidget

2008-10-22 Thread atrus123
Small note: I got said book a week or so ago, and it is very good. On Oct 21, 9:27 pm, Mark Murphy [EMAIL PROTECTED] wrote: Andrex wrote: Yeah I still can't get it. :( Can you give me another example, or source code? Well, the guy who wrote the blog post over on AndroidGuys also wrote a

[android-beginners] SpriteText Projector

2008-10-22 Thread Raven_coda
I am having trouble using the Projector class in the SpriteText example to get a 2D screen Point from a 3D Position. I understand I need to set the current view, pass it the current projection/modelview matrices, and then call project. What I am have trouble with is how do I prepare my x,y,z

[android-beginners] Re: first attempt - ERROR

2008-10-22 Thread [EMAIL PROTECTED]
在 2008-10-21二的 17:37 -0700,ayer22写道: Wow, impressive. I follow the instructions to add android to eclipse and I paste the URL the way the instructions say to and I get a message like NO repository found at this URL Great way to introduce a developer to your dev environ. Good job You

[android-beginners] G1

2008-10-22 Thread X
Hello i just got my G1 in on Monday i am thrilled about it Ive going threw the up's and downs and really like it. Heres a couple things that Aren't working to good. The AIM, when signed into AIM i noticed at first it was very slow after a while it would still be slow, kind of buggy then after

[android-beginners] Git and proxy HOW TO?

2008-10-22 Thread kapare
http://source.android.com/download I google to found git solution for proxy but did not found proper one do have suggestion? I'm using /etc/init.d/cntlmd thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Android Alarm Clock Source

2008-10-22 Thread Eric Mill
I haven't examined the source yet, but Google released the Android OS code to the public yesterday: http://source.android.com/ It could be in there. -- Eric On Oct 20, 8:30 pm, Serenikill [EMAIL PROTECTED] wrote: Is the source for the alarm clock that is installed on the Android Emulator

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
I try last post didnt work: because I dont' have /bin/socket. I will need to try this one: http://threebytesfull.com/2008/04/git-with-and-without-proxy.html FIRST TRY:::

[android-beginners] Re: first attempt - ERROR

2008-10-22 Thread Adrian Martinez
Lol I couldn't have said it better! On Oct 21, 2008 6:25 PM, ayer22 [EMAIL PROTECTED] wrote: Wow, impressive. I follow the instructions to add android to eclipse and I paste the URL the way the instructions say to and I get a message like NO repository found at this URL Great way to

[android-beginners] midp and cdlc

2008-10-22 Thread sheida
Hi all, I have a dumb questions. So in most phones you can write a java app which you can use specific JSRs on that phone having them run on a J2ME environment. can I run the same app on an android phone? Sheida. --~--~-~--~~~---~--~~ You received this message

[android-beginners] Hello everybody

2008-10-22 Thread Luis Maqueda Martos
I'm Luis, and i just joined to this list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this

[android-beginners] Re: question...

2008-10-22 Thread Curtis Vaughan
I have an N770. I know that no one has ported Android to it. But as I understand, someone has been able to get Android up and running on an N800. Do a Google search and check out the Mailing Groups at Maemo.org --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Android networking

2008-10-22 Thread Yellowriver
I have the same question. Anyone knows that? On 10月22日, 下午11时45分, cslinux [EMAIL PROTECTED] wrote: -First of all i'm asking if the android api uses a different networking packages than JAVA's packages on the device layer ? i.e any networking code 'll be easily deployed on an android device,

[android-beginners] Is the valid cert store available (or viewable)?

2008-10-22 Thread Ken Kennedy
Sorry if wrong group; I'm trying to track this issue down, and I'm not sure if it's a general Android issue, or a specific implementation (G1) one. I'm trying to connect to my personal IMAP SSL mailbox, and I keep getting a Cannot safely connect to server: (Not trusted server certificate)

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
http://groups.google.com/group/android-platform/browse_thread/thread/b1ccc808b8742f2a On Oct 22, 1:54 pm, kapare [EMAIL PROTECTED] wrote: http://threebytesfull.com/2008/04/git-with-and-without-proxy.html Question about that post? I'm not able to make it work :( I'm using

[android-beginners] Re: implementing apps on the G1

2008-10-22 Thread Skane
Hi Ryan, Google added some additional documentation that describes how to run an application on a real phone: http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware I hope that helps. On Oct 22, 8:52 am, RyanF [EMAIL PROTECTED] wrote: I've been searching

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Sheida
Megha, I was thinking about intercepting outgoing calls. like if they dial 411, or whatever... thanks.Sheida. On Sep 9, 10:41 am, Megha Joshi [EMAIL PROTECTED] wrote: In the previous post I mentioned PhoneStateIntentReceiver...which has been removed in the latest sdk. Sorry for the

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Megha Joshi
For intercepting outgoing calls, you can use register a receiver for ACTION_NEW_OUTGOING_CALL: http://code.google.com/android/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL 2008/10/22 Sheida [EMAIL PROTECTED] Megha, I was thinking about intercepting outgoing calls. like if

[android-beginners] obtaining an IPhone.Stub

2008-10-22 Thread dreamerBoy
Hi - I need to be able to place outgoing calls and interact with IPhone. This apparently, ~was~ the way to get it: private static IPhone getPhoneInterface() throws DeadObjectException { IServiceManager sm = ServiceManagerNative.getDefault(); IPhone phoneService =

[android-beginners] Re: Is the valid cert store available (or viewable)?

2008-10-22 Thread Jonathan Shapiro
Me too, please! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[android-beginners] Re: midp and cdlc

2008-10-22 Thread Dana Li
Sheida, You couldn't run J2ME apps directly to Android phone since it doesn't support JSR spec directly. However, you could try J2ME MIDP Runner developed by Netmite. download from: www.netmite.com/android It should run your J2ME applications without code change. If you have any questions,

[android-beginners] Re: J2ME apps for Android

2008-10-22 Thread simmel
On Oct 20, 6:01 am, drew [EMAIL PROTECTED] wrote: Hey All, Since Android is Java based, it would be great to be able to use all of the Java mobile apps written for Blackberrys and the like.  Is there any chance a JAD distributed application can be made to install on an Android device?  

[android-beginners] Re: Hello everybody

2008-10-22 Thread FERjon
Welcome Luis, Hope you'll enjoy your start in this group... :D On Oct 23, 1:41 am, Luis Maqueda Martos [EMAIL PROTECTED] wrote: I'm Luis, and i just joined to this list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google