I have an activity that already extended with An Activity But now I want App Compat Activity in my App. Actually I want my menu from left side. How can I Do this ?
public class MainContentActivity extends DraggableNowPlayingSheetActivity {
//code here
}