Why isn't my bundle getting passed?
- by NickTFried
I'm trying to pass a bundle of two values from a started class to my landnav app, but according to the debug nothing is getting passed, does anyone have any ideas why?
package edu.elon.cs.mobile;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import…