[android-beginners] Emulator: Internet access via Proxy

2010-06-03 Thread jonz
Hi Folks, I am trying to connect to internet using Proxy settings.. command used emulator -avd SD1 -http-proxy proxy:port -debug- proxy But still not able to connect. Please suggest some solutions.. Thanks, Jonz -- You received this message because you are subscribed to the Google Groups

[android-beginners] Re: Emulator: Internet access via Proxy

2010-06-03 Thread jonz
Logs: proxy_http_setup: creating HTTP Proxy Service Footer is (len=2): ' ' http_service_connect: trying to connect to 74.125.71.106:80 http_service_connect: using HTTP rewriter tcp:74.125.71.106:80(1268): cannot connect to proxy: unknown error http_service_connect: trying to connect to

[android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
I have an application in which on front screen there are 7 buttons.Through these seven buttons navigate to different screens. But on all screens these buttons will be appear in lower portion so how should I have to develop this application. My way 1:- I am creating an activity for starting

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread Sean Hodges
That is one valid way to develop an app, yes. Also, you could perform the web service retrieval/parsing in the background using a Handler or ASyncTask, and store the downloaded data in a database/file so that you don't need to re-download it every time the screen orientation changes.

Re: [android-beginners] Re: Emulator: Internet access via Proxy

2010-06-03 Thread eudokija
it was a bug in 2.0/2.1 - check this http://code.google.com/p/android/issues/detail?id=5508can=1q=emulator%20http-proxycolspec=ID%20Type%20Status%20Owner%20Summary%20Starsout. should be fixed in 2.2 2010/6/3 jonz jon...@gmail.com Logs: proxy_http_setup: creating HTTP Proxy Service Footer is

[android-beginners] Re: Calculating distance between GPS position and way_point

2010-06-03 Thread ckloch
But, then it would be great to get some help understanding the explanation. It says (see http://developer.android.com/reference/android/location/Location.html) The computed distance is stored in results[0]. If results has length 2 or greater, the initial bearing is stored in results[1]. If

[android-beginners] Re: LinkedIn Oauth authentication

2010-06-03 Thread jrichards1...@googlemail.com
Any? am i constructing the callback url correctly via the intentFilter example from the link i provided from the first post? On Jun 2, 9:47 am, jrichards1...@googlemail.com jrichards1...@googlemail.com wrote: Any suggestions? im trying to figure out how to construct a URI/URL that executes my

[android-beginners] Android Market

2010-06-03 Thread Mac
I am very new to this area, and curious about the information provided to developers on sales through Android Market. What is provided to developers after a sale? Thanks, Mac -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

[android-beginners] Regarding enter key on virtual keyboard

2010-06-03 Thread ameya dandekar
Hi, I am currently working on sdk 1.5, in which i want capture the Click event of Enter key on Virtual Keypad. My requirement is, for my Username/Password Login screen. Click on Username field. Cursor is displayed in Text entry box. Click on Enter key on Virtual Keypad. Cursor should be displayed

Re: [android-beginners] Android Market

2010-06-03 Thread TreKing
On Thu, Jun 3, 2010 at 7:51 AM, Mac gor...@phoenixconsultingsvcs.comwrote: What is provided to developers after a sale? A Google Checkout receipt. - TreKing - Chicago transit tracking app for

Re: [android-beginners] Re: Calculating distance between GPS position and way_point

2010-06-03 Thread TreKing
On Thu, Jun 3, 2010 at 4:13 AM, ckloch htc.kl...@hotmail.com wrote: But what does it mean by length 2 or greater? The length of the array you pass in. If you only care about distance, you pass an array of size 1. If you care about the initial bearing, you pass in an array of size 2. If you

[android-beginners] Android Framework. What is it?

2010-06-03 Thread Anxious
Hi, I've few questions on Android Framework. Can someone please answer them i) What does an Android Framework do? What is it's job? ii) What are these managers - Activity Manager, Location Manager etc? Are they APIs or libraries? iii) I heard that the definition of a framework is - a set of

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
Thanks Sean, for your cooperation i want to read design pattern can u tell me some books for that ? i hope i will not disturb u again but as i am new in android and i don't have any experience in mobile development On Thu, Jun 3, 2010 at 1:36 PM, Sean Hodges seanhodge...@googlemail.comwrote:

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread Sean Hodges
Well, if you want to read about design patterns, the one book you should make sure you read is: Design patterns : elements of reusable object-oriented software http://www.amazon.co.uk/Design-patterns-elements-reusable-object-oriented/dp/0201633612/ref=sr_1_1?ie=UTF8s=booksqid=1275578028sr=1-1 If

Re: [android-beginners] Re: LinkedIn Oauth authentication

2010-06-03 Thread TreKing
On Thu, Jun 3, 2010 at 4:27 AM, jrichards1...@googlemail.com jrichards1...@googlemail.com wrote: Any? Since you've bumped your post twice now and still haven't gotten a response, I'm guessing no. Try a forum that's specifically geared towards the LinkedIn API - I suspect the number of people

[android-beginners] Re: Way To develope the android application ?

2010-06-03 Thread Ira
mayank, you might want to look at a Tab Layout: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

Re: [android-beginners] Re: Calculating distance between GPS position and way_point

2010-06-03 Thread james pruett
compares lat, lon'shttp://www.google.com/codesearch/p?hl=en#Y_-5uvbfPDs/trunk/BackSeatDriverV-RadarLove/src/com/digitalagora/utilities/Converter.javaq=computeLatLongDistance%20package:http://speedlimit%5C.googlecode%5C.comsa=Ncd=2ct=rc bearing is 0-360 degrees. On Thu, Jun 3, 2010 at 10:03 AM,

[android-beginners] MediaController in MediaPlayer

2010-06-03 Thread Abhi
Hello, I am using MediaPlayer to build a Video player for playing local video files. However, I don't know how to enable MediaController for my player. I want the media control buttons that pop up when you touch the video surface. Can anyone help me out please? Thanks, Abhi -- You received

[android-beginners] new to android SDK and android development

2010-06-03 Thread ironmantis7x
Hey folks!! I am new to this so please forgive my lack of knowledge. I downloaded the SDK and eclipse for Java. I ran the HelloWorld tutorial and noticed this in the console of the Eclipse IDE: [2010-06-03 13:50:22 - HelloAndroid] ActivityManager: DDM dispatch reg wait timeout [2010-06-03

Re: [android-beginners] new to android SDK and android development

2010-06-03 Thread Xavier Ducrohet
Nothing. You can ignore those. In fact in a recent version of the VM, we removed the output of the messages because they were confusing people. Xav On Thu, Jun 3, 2010 at 1:20 PM, ironmantis7x ironmanti...@gmail.com wrote: Hey folks!!  I am new to this so please forgive my lack of knowledge. I

[android-beginners] soft keypad event

2010-06-03 Thread droid-stricken
Hi, How do i get notified when the soft keypad is pulled up or drawn down? Any code snippets or pointers would be highly useful. Thanks. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

Re: [android-beginners] new to android SDK and android development

2010-06-03 Thread Iron Mantis
Thanks for the input and the fast response!! ironmantis7x On Thu, Jun 3, 2010 at 2:28 PM, Xavier Ducrohet x...@android.com wrote: Nothing. You can ignore those. In fact in a recent version of the VM, we removed the output of the messages because they were confusing people. Xav On Thu,

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
Thanks Sean On Thu, Jun 3, 2010 at 8:53 PM, Sean Hodges seanhodge...@googlemail.comwrote: Well, if you want to read about design patterns, the one book you should make sure you read is: Design patterns : elements of reusable object-oriented software