Archives for: "January 2010, 24"
Create New Window in Android
You can jump to a new window by changing the content view. CodesetContentView(R.layout.second); But the type of Activity between two views must be same. In my case, I need to switch to a List view(Activity) from a normal window. I can't do by switching… more »