How to switch between views in android?
- by aurezza
I've tried several methods to switch between two views in my program. I've tried creating a new thread then have the view run for 5 seconds before creating intent to start my main activity. This is the code snippet from the said view class:
mHelpThread = new Thread(){
@Override
public void run(){
try {
…