-2

first let me say I am newbe.

I´m trying to make a android app for my work.

I have many info I need to send to a mysql (I know how to send to a mysql) but I have som many info, I need to spred it out on 5-6 pages, but how do I get the info from all the edittext info from page 1 to page 7 ( I use swipe)?

I hope you understand my quiestin.

A link to a site would be nice

Thanks Dennis

user3272367
  • 69
  • 1
  • 7

1 Answers1

1

You are probably simply trying to share data across Activities (or Fragments). There are several ways to do this. Here is one good reference:

What's the best way to share data between activities?

Community
  • 1
  • 1
Jim
  • 10,172
  • 1
  • 27
  • 36