issues
search
jamesmuskett
/
newWeather
my 1st go at an android app
0
stars
0
forks
source link
Create a 2nd activity
#2
Closed
vaughandroid
closed
10 years ago
vaughandroid
commented
10 years ago
Launch it using an Intent.
Pass some data to it via the Intent.
Do something with the data in the 2nd activity.
Q's:
How do Objects get passed?
What about large amounts of data?
vaughandroid
commented
10 years ago
Done in #4 :+1:
Q's: