Hi,
The line below works in Eclipse, but I'm having trouble converting it to C# Any help is appreciated and welcomed.
Intent i = new Intent(context, viewLoader.class);
The viewLoader class extends the Activity class.
Hi,
The line below works in Eclipse, but I'm having trouble converting it to C# Any help is appreciated and welcomed.
Intent i = new Intent(context, viewLoader.class);
The viewLoader class extends the Activity class.