if I write the follow row:
public class CellActivity extends Activity implements onClickListener;
I receive an eclipse warning that the interface is unknown. When I work on the university computer, there in eclipse I receive suggestion for import package, but I don’t receive it on the home computer. How can I receive these suggestions on home computer? Thanks 🙂
Press Ctrl+Space next to class name for which you need suggestion. Or press ctrl+shift+O to organize imports. Also try Ctrl+1.