Help converting C# code
I am trying to convert a C# game to Android and need some help withe the graphics stuff. Can anyone show me how to convert this to Java? using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace MyGame { public partial class MyButton : Button
Informacja: 2010-03-13
Czytaj: Help converting C# code
MediaPlayer and HTTP authentication?
Does anyone know if there's a way to tell MediaPlayer to authenticate with an HTTP source (login/pass)? Setting an Authenticator in the code doesn't seem to do it.
Informacja: 2010-03-13
Czytaj: MediaPlayer and HTTP authentication?
Re: easy way to embed a button in a mapview?
Just an outside chance, if you have any trouble... I have no experience with MapView. This may be really dumb, but.. You may be able to put the MapView in a RelativeLayout , layout the MapView first in the Relative Layout and have it FillParent for height and width. Then put the Button next in your xml, in the same
Informacja: 2010-03-13
Czytaj: Re: easy way to embed a button in a mapview?
Re: [android-beginners] Re: easy way to embed a button in a mapview?
Far from dumb -- this is a fine upstanding technique. RelativeLayout supports Z-axis ordering just for this sort of purpose.
Informacja: 2010-03-13
Czytaj: Re: [android-beginners] Re: easy way to embed a button in a mapview?