Re: [android-beginners] Confusion with saving the application.

2010-01-26 Thread TreKing
. Why is that confusing? What don't you understand about that statement. Thanks in advance You're welcome in advance. - TreKing - Chicago transit tracking app for Android-powered devices http

Re: [android-beginners] Clicking ItemizedItem

2010-01-19 Thread TreKing
on one, that below - it immidiately comes up... So, Maps know that I'm clicking on pins... Yes, the default behavior is to set focus to the item you tap. Hope that helps. - TreKing - Chicago transit

Re: [android-beginners] Re: Starting Google Maps at pre-specified location

2010-01-18 Thread TreKing
from an XML file that hasn't been loaded, that's definitely not going to work. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You

Re: [android-beginners] Re: Starting Google Maps at pre-specified location

2010-01-17 Thread TreKing
Try using the Geocoder class to get an Address for London which should contain a lat and lon you can pass to the maps app. - TreKing - Chicago transit tracking app for Android-powered devices http

Re: [android-beginners] Need info on how to add the radio buttons dynamically

2010-01-14 Thread TreKing
Have you looked at RadioGroup in the documentation? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Jan 8, 2010 at 5:48

Re: [android-beginners] Draw Polygon on Maps

2010-01-13 Thread TreKing
Create a class derived from Overlay and override onDraw() to do your custom drawing. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps

Re: [android-beginners] Re: Draw Polygon on Maps

2010-01-13 Thread TreKing
} ... } And at some point you add this to the mapview's overlays: MyOverlay mo = new MyOverlay(); mapView.getOverlays().add(mo); The draw call gets called for you when the map gets drawn. - TreKing - Chicago

Re: [android-beginners] Re: alertdialog, under what circumstances will invoking .show directly cause problems?

2010-01-10 Thread TreKing
it do the work for you. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat, Jan 9, 2010 at 2:20 PM, Coco meli

Re: [android-beginners] Re: Problem with Custom Dialog

2010-01-08 Thread TreKing
) { AlertDialog ad = (AlertDialog) dialog; EditText valueText = (EditText) ad.findViewById(R.id.viewText); getvalue(valueText ); } }) - TreKing - Chicago transit tracking app for Android-powered devices

Re: [android-beginners] Re: onDestroy() caused application stopped unexpectedly

2010-01-08 Thread TreKing
() / onStop() / onDestroy() methods, depending on what functionality you need. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri

Re: [android-beginners] onDestroy() caused application stopped unexpectedly

2010-01-06 Thread TreKing
() and the system is throwing an exception because you've done so (I believe I've seen it also throw if you don't call super.onDestroy() in your overwritten method ... so *it knows* . - TreKing - Chicago

Re: [android-beginners] Re: how to place a landmark on a google map programmatically

2010-01-06 Thread TreKing
at a specific geo-location on the map. Hope that helps some. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Wed, Jan 6, 2010

Re: [android-beginners] Re: Problem with Custom Dialog

2010-01-05 Thread TreKing
in the same actitivty - Profit - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Jan 5, 2010 at 1:10 AM, Lenea danmo...@gmail.com

Re: [android-beginners] Making a simple navigation based app?

2010-01-05 Thread TreKing
? ... Like a listview with many items and clicking each item leads to seperate/new listviews. Look up ListActivity and read up on Activities in general. - TreKing - Chicago transit tracking app

Re: [android-beginners] Re: Unable to see Google Map - but eveything else seems to be working....

2009-12-31 Thread TreKing
if that works? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Dec 29, 2009 at 10:45 PM, ZhouSu zsmarga...@gmail.com wrote

Re: [android-beginners] Over Lay Problem

2009-12-31 Thread TreKing
? Based on the limited information you provided, that's the best I can offer right now. =P - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps

Re: [android-beginners] help regarding implementation of SAX parser in android

2009-12-31 Thread TreKing
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Jan 1, 2010 at 12:38 AM, Yousuf Faheem yousuf.syed@gmail.comwrote: Hi, Happy New Year to all. I am trying to implement a SAX parser in my android

[android-beginners] Re: Unable to see Google Map - but eveything else seems to be working....

2009-12-29 Thread TreKing
. Other than that, I don't know what else to tell you ... start over again and follow the instructions step by step? Maybe you missed something? - TreKing - Chicago transit tracking app for Android

Re: [android-beginners] Creating a standard prefs panel

2009-12-26 Thread TreKing
Look up PreferenceActivity in the documentation. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat, Dec 26, 2009 at 12:55

Re: [android-beginners] Android market developer fee - annual or forever?

2009-12-22 Thread TreKing
Annual as far as I know.. No. http://www.google.com/support/forum/p/Android+Market/thread?tid=3e7f83d355afa70ahl=en - TreKing - Chicago transit tracking app for Android-powered devices http

Re: [android-beginners] Re: Alertdialog with a custom view

2009-12-18 Thread TreKing
that. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Dec 18, 2009 at 8:51 AM, Smelly Eddie ollit...@gmail.com wrote: Thorsten: Create

Re: [android-beginners] dig code out of apk

2009-12-17 Thread TreKing
Um ... wouldn't it be easier to just undo whatever changes you made? I sincerely hope you're using revision control ... although I'm going to guess you're probably not. You should be. - TreKing

Re: [android-beginners] I can't update my app in the android market

2009-12-13 Thread TreKing
with the paid version. Then I would have been *screwed*. Good luck. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Dec 11, 2009

Re: [android-beginners] Geopoint not giving the correct location

2009-12-10 Thread TreKing
If the icon is missing how do you know it's pointing to Tulsa? Have you zoomed out all the way to see if you see the icon *somewhere* ? - TreKing - Chicago transit tracking app for Android-powered

Re: [android-beginners] problem using the android emulator

2009-12-10 Thread TreKing
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Dec 8, 2009 at 6:07 PM, René rene.bon...@bluewin.ch wrote: Hello, when I try to run the HelloWorld project,I get the following message emulator: ERROR: no search

Re: [android-beginners] Need follow-me map-example code

2009-12-10 Thread TreKing
? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Wed, Dec 9, 2009 at 6:56 PM, cellurl gpscru...@gmail.com wrote: Q: Are there any example map apps in the 2.0 SDK? I have the 1.5-SDK and all the jetboy

Re: [android-beginners] Re: Google Maps Api - No image displayed

2009-12-10 Thread TreKing
Also make sure you have the internet permission in your manifest, otherwise the maps can't download the image tiles. - TreKing - Chicago transit tracking app for Android-powered devices http

Re: [android-beginners] How do I create a View instance from an XML layout?

2009-12-07 Thread TreKing
LayoutInflaterhttp://developer.android.com/reference/android/view/LayoutInflater.html - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps

Re: [android-beginners] Re: How do I create a View instance from an XML layout?

2009-12-07 Thread TreKing
? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Mon, Dec 7, 2009 at 1:06 PM, Justin Anderson janderson@gmail.comwrote: I don't remember the exact name of the class but I think

Re: [android-beginners] Home Button

2009-12-07 Thread TreKing
Well, you can replace the Home *application*, though I don't think you can override the functionality of pressing the Home *button*. - TreKing - Chicago transit tracking app for Android-powered devices

Re: [android-beginners] Re: Did you know you can do this?

2009-12-07 Thread TreKing
of it when my reply does eventually get through. Shouldn't replies be at least queued up and processed in the correct order? Why do some get delayed and not others? - TreKing - Chicago transit tracking

Re: [android-beginners] Tree structure

2009-12-06 Thread TreKing
areas that can be clicked. In any case, this is probably your best option: http://developer.android.com/intl/fr/reference/android/widget/ExpandableListView.html - TreKing - Chicago transit tracking app

Re: [android-beginners] a 2.0 simple project revert to 1.5

2009-12-06 Thread TreKing
Just set your minSDK value to 3 in the manifest. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat, Dec 5, 2009 at 5:02 AM

Re: [android-beginners] creating dynamic view, multiple a view X times

2009-12-02 Thread TreKing
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Dec 1, 2009 at 12:20 PM, Marton Kodok pentiu...@gmail.com wrote: I have

Re: [android-beginners] creating dynamic view, multiple a view X times

2009-12-02 Thread TreKing
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Dec 1, 2009 at 9:35 PM, Lee $$$ leegi...@gmail.com wrote: I'm a beginner as well on Android but most of the time

Re: [android-beginners] Description for app update

2009-11-18 Thread TreKing
It replaces it. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Nov 13, 2009 at 9:21 PM, Twin Primes amberar

Re: [android-beginners] how to start in SDK

2009-11-18 Thread TreKing
http://developer.android.com/intl/fr/guide/tutorials/hello-world.html - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat

Re: [android-beginners] Fetching Android system software version

2009-11-18 Thread TreKing
Have a look around the android.os package. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat, Nov 14, 2009 at 2:50 PM

Re: [android-beginners] Re: sdk doesn't contain images of ui things?

2009-11-18 Thread TreKing
. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Mon, Nov 16, 2009 at 2:32 AM, Dori dorian.cus...@googlemail.com wrote: You can check out most of the UI stuff if you install the APIDemos on to your

Re: [android-beginners] Error when trying HelloTimePicker Android Tutoral

2009-11-18 Thread TreKing
Am I missing something? Yes, you're missing telling us what the actual error is. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking

Re: [android-beginners] layout for half screen

2009-11-18 Thread TreKing
completely broken ... but hey, it's your app ... - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sat, Nov 14, 2009 at 5:06 AM

Re: [android-beginners] Re: Google Maps Api - No image displayed

2009-11-12 Thread TreKing
?hl=en -- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

[android-beginners] Re: getApplicationContext() AlertDialog.Builder

2009-11-11 Thread TreKing
Not sure why my last post did not go through ... let's try again... I had this happen as well. Googling around I found this thread: http://groups.google.com/group/android-developers/browse_thread/thread/7a648edddccf6f7d# In particular, this note from Dianne: One cause of this error may be

Re: [android-beginners] Re: getApplicationContext() AlertDialog.Builder

2009-11-11 Thread TreKing
at http://groups.google.com/group/android-beginners?hl=en -- TreKing - Chiago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: getApplicationContext() AlertDialog.Builder

2009-11-11 Thread TreKing
I ran into this before. Are you seeing token null is not for an application in the log cat? Might be related to this thread: http://groups.google.com/group/android-developers/browse_thread/thread/7a648edddccf6f7d Specifically, this quote from Dianne: One cause of this error may be trying to

Re: [android-beginners] Buttons within custom dialog?

2009-11-11 Thread TreKing
As the error suggests, you're using the wrong type for setOnClickListener. Try *View*.OnClickListener instead of *DialogInterface*.OnClickListener. On Wed, Nov 11, 2009 at 1:48 AM, Jeffrey jeffisagen...@gmail.com wrote: I am trying to get a custom dialog to have buttons that manipulate the

<    1   2   3