h...@nnes wrote: > One simple thing, I did not find out so far: How do I address the > ImageView of the layout file, so I can call something like > ImageView.setVisibility(View.VISIBLE);
Just give it its own android:id value, and use findViewById(), just like you are doing with the WebView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

