[android-beginners] PendingIntent ProximityAlert problem

2009-07-20 Thread Stefan
= intent.getBooleanExtra(key, false); if (entering) arrayindex++; entering = false; //lm.removeProximityAlert(proximityIntent); } } I hope that I discribe my problem well enough. I'm german, so apologize some mistakes with the english syntax. Greets, Stefan

[android-beginners] Re: PendingIntent ProximityAlert problem

2009-07-21 Thread Stefan
Hello again, one more information: i test my app with this gps data: lat, lon 3 3 lat, lon 10 10 I use the geo fix command as follows: 1. geo fix 3 3: fires one time == entering true... OK 2. geo fix 5 5: enters the ProximityIntentReceiver class - but not my if clause == entering is false! OK 3.

[android-beginners] TableLayout problem

2009-08-09 Thread Stefan
android:layout_width=60sp android:layout_height=50sp android:text=Rechts / /TableRow /TableLayout I hope somebody can help me. Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
Hi, thanks for the fast answer. I try to create a UI with DroidDraw, but its very difficult to get the right position of the widgets. I think I will try it now with the RelativeLayout. Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
Hi, i take a look in your, Mark M., book (Busy coders guide to android development 2nd version) and I try to change your RelativeLayout example in my own xml layout file. But all widgets (Buttons, TextView, EditText) are in one row and they lie on top of each other. I have not much experience

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
I will continue work with this tool to correct the mistakes. Thanks, Stefan --~--~-~--~~~---~--~~ 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: TableLayout problem

2009-08-09 Thread Stefan
I will continue work with this tool to correct the mistakes. Thanks, Stefan --~--~-~--~~~---~--~~ 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: TableLayout problem

2009-08-09 Thread Stefan
few other modifications and a run in the emulator, all looks fine now. Thanks again, Stefan --~--~-~--~~~---~--~~ 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] TabHost problem with designing Tabs

2009-08-16 Thread Stefan
/ /RelativeLayout /FrameLayout /TabHost I only see the TextView, if i switch TextView with MapView (MapView below TextView). How can I solve this problem?? Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-16 Thread Stefan
=true android:clickable=true android:apiKey=.. / /LinearLayout /RelativeLayout /FrameLayout Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-17 Thread Stefan
- and ImageView is wrap_content!?! And if i try to change the LinearLayout (ID: unten) in a RelativeLayout, i don't see the MapView. What can i done?? Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-18 Thread Stefan
, Stefan --~--~-~--~~~---~--~~ 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 android-beginners

[android-beginners] Re: embedding listview inside a tabhost

2009-08-22 Thread Stefan
. Regargds, Stefan --~--~-~--~~~---~--~~ 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 android

[android-beginners] Efficiency of requestLocationUpdates() and how to save these gps data

2009-09-02 Thread Stefan
save a specific point during the minTime and minDist (for example if there is a landmark)? Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
at a specific point unperiodic (minDist = 100m and the user wants to save the point only 50m away from the last point for example) Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
What will be, if you have only the last location and you stop the app and return to it later and than you want to start a tracking; the error can be get great. Therefore, I have found a source code (not tested yet, but it looks fine). Sorry, i forgot the link:

[android-beginners] Re: Layout one horizontal line with two TextViews

2009-10-01 Thread Stefan
?xml version=1.0 encoding=utf-8? without the xml tag of course.. and change the id/name of the relativeLayout tag ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,

[android-beginners] Re: Layout one horizontal line with two TextViews

2009-10-01 Thread Stefan
Hi, try this instead of your second LinearLayout: ?xml version=1.0 encoding=utf-8? RelativeLayout android:id=@+id/LinearLayout02 android:layout_width=fill_parent android:layout_height=wrap_content TextView android:text=check2 android:id=@+id/

[android-beginners] make seekbar (un)clickable depending on RadioButton

2009-10-21 Thread Stefan
and than make the seekbar (un)clickable?! Thanks, Stefan PS: if the radiobutton is checked, i want to see the seekbar, but it shouldnt be active. perhaps the color of the seekbar should become gray to show the user, that this seekbar isnt available now

[android-beginners] Can't download Paid Apps from Market

2009-10-22 Thread Stefan
. Now all paid apps won't download anymore. Although in Google Checkout i've got the confirmation of the payment. Any ideas how this can be solved? Best regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Problem running my Projects on Ubuntu 9.10

2009-12-22 Thread Stefan
I have setup the ADT environment? thanks, Stefan -- 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 http://stackoverflow.com/questions/tagged/android To unsubscribe from this group

[android-beginners] Re: Searching for Hardware that runs Android

2009-12-22 Thread Stefan
I'm not sure the Archos is the best developer device for Android. AFAIK it still uses Android 1.5 and doesn't have the official market. I would suggest you the Motorola Droid/Milestone depending where you live. And there are still the rumours about the google phone from HTC that has been handed

[android-beginners] Re: SAX, XML, and odd results

2009-12-30 Thread Stefan
On Dec 30, 7:50 pm, Lovedumplingx lovedumpli...@gmail.com wrote: So I'm trying to add a list of files to a listview by parsing their names out of an XML file using the SAX parser. For some reason though I'm getting a blank data element inserted before my file name's are processed and I

[android-beginners] how to fully delete/finish an activity

2010-02-27 Thread Stefan
the third activity: intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) but it does not work for me or i dont use it correctly. Thanks, Stefan -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

[android-beginners] Opening Image in Gallery

2010-03-02 Thread Stefan
Hi. I would like to be able to open an image in the gallery with the zoom controls. Kinda like the facebook app when you click on a picture. I have looked through at the content providers but I can not find one that will allow me to do this. Can anyone point me in the right direction? Thanks. --

[android-beginners] Changing the background color of a list row

2010-03-25 Thread Stefan
Hi. I have an app that displays a list with a custom background. I bind the list view rows with a custom adapter because some of the rows background needs to be assigned a color. public void bindView(View view, Context context, Cursor cursor){ super.bindView(view, context, cursor);

[android-beginners] Re: Changing the background color of a list row

2010-03-26 Thread Stefan
in java) that I can default is transparent. view.setBackgroundColor() does't seem to work. Thanks in advance! On Mar 25, 8:57 pm, Mark Murphy mmur...@commonsware.com wrote: Stefan wrote: Hi. I have an app that displays a list with a custom background. I bind the list view rows

[android-beginners] Re: Problem with global variables

2009-02-23 Thread Stefan Mijatov
I have to apologize for this, I managed to make it work. Again I did not wanted to spam !!! My apologies! On Mon, Feb 23, 2009 at 11:03 AM, SteleFreak mijatovste...@gmail.comwrote: So I am creating a simple RSS reader. I managed to implement ListActivity and to fill it with desired data(rss

[android-beginners] Re: JetBoy Sample Question

2009-08-06 Thread Stefan Novak
hamed.sa...@gmail.com wrote: I found the answer. it is being done in manifest: android:screenOrientation=[unspecified | user | behind | landscape | portrait | sensor | nonsensor] -- Stefan Novak