DSCKGEC / Resumie

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!
MIT License
11 stars 13 forks source link

Pass data from the fragments of MainActivity to PDFActivity #1

Closed adrishyantee closed 3 years ago

adrishyantee commented 3 years ago

The edit textboxes in the fragments of MainActivity.java will take up some data from the user which needs to be passed to the PDFActivity.java for the generation of PDF. This can be done using interfaces. Refer here to know more A similar idea suggested communicating between a fragment and an activity.

Any other ideas will also be appreciated.