Open
Description
With this the circle does not turn fully, it turns half way and open the new activity. how would I solve the issue?
circleMenu.setOnMenuSelectedListener(new OnMenuSelectedListener() {
@Override
public void onMenuSelected(int index) {
switch (index) {
case 0:
Toast.makeText(Circle.this, "Home Button Clicked", Toast.LENGTH_SHORT).show();
break;
case 1:
startActivity(new Intent(Circle.this, track.class));
break;
Metadata
Metadata
Assignees
Labels
No labels