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

2010-03-26 Thread Stefan
rably 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 wrote: > Stefan wrote: > > Hi. I have an app that displays a list with a custom background. I > > bind the list view r

[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] 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] how to fully "delete"/finish an activity

2010-02-27 Thread Stefan
i set following line, before i open 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!

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

2009-12-30 Thread Stefan
On Dec 30, 7:50 pm, Lovedumplingx 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 can't figure out why. >

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

2009-12-22 Thread Stefan
when 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 unsubs

[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 out

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

2009-10-22 Thread Stefan
count. 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 th

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

2009-10-21 Thread Stefan
ethod 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 availabl

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

2009-10-01 Thread Stefan
Hi, try this instead of your second LinearLayout: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-begi

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

2009-10-01 Thread Stefan
> 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, send email to android-beginners@

[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: http://paste.pocoo.org/s

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
cation 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

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

2009-09-02 Thread Stefan
lk (5km/h)? And how can I 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. T

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

2009-08-22 Thread Stefan
argds, 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 an

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

2009-08-18 Thread Stefan
. Regards, 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

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

2009-08-17 Thread Stefan
I want, that the picture is on the lift side of the TextView, but the TextView is below the picture?? But the layout_width of the Text- and ImageView is "wrap_content"!?! And if i try to change the LinearLay

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

2009-08-16 Thread Stefan
http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id=&

[android-beginners] TabHost problem with designing Tabs

2009-08-16 Thread Stefan
android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/ll"> I only see the TextView, if i switch Text

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
rule set @id/ak to have its right edge on > the right edge of the screen. That was the biggest mistake. After few other modifications and a run in the emulator, all looks fine now. Thanks again, Stefan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
ith my xml file. Now 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 e

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
ith my xml file. Now 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 e

[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
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] TableLayout problem

2009-08-09 Thread Stefan
I hope somebody can help me. Regards, 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-begi

[android-beginners] Re: JetBoy Sample Question

2009-08-06 Thread Stefan Novak
ug 5, 12:27 pm, Hamed3d wrote: > > I found the answer. it is being done in manifest: > > > > android:screenOrientation=["unspecified" | "user" | "behind" | > > "landscape" | "po

[android-beginners] Re: Bluetooth Classes documentation???

2009-08-05 Thread Stefan Novak
n Bluetooth > > classes in Android 1.5. Need help around that!! > > There are no Bluetooth classes in the SDK at this time. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Android Development Wiki: http://wiki.andm

[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] PendingIntent ProximityAlert problem

2009-07-20 Thread Stefan
; entering = 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.

[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 wrote: > So I am creating a simple RSS reader. I managed to implement > ListActivity and to fill it with desired data(rss titles). However, > now