Trying to convert simple midlet application to Android application but running into problems.
- by chobo2
Hi
I am trying to do some threading in Android so I took an old threading assignment I had done fora midlet and took out the midlet code and replaced it with android code(such as textview).
package com.assignment1;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class Threading extends Activity
{
…