Issue: Passing large data to second Activity

前端 未结 7 1536
别那么骄傲
别那么骄傲 2020-11-30 01:53

I\'ve got an strange issue. I was looking around the web but didn\'t find an answer. I\'m still a beginner in android programming. So let\'s go:

All I want to do is

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 02:28

    If you pass a Large Information from one to other Activity then may be it make App Slower

    but use Global Class to store variables with using that you can Easily Get or Set Any values

    that declared in Global file

    see this link :

    http://androidresearch.wordpress.com/2012/03/22/defining-global-variables-in-android/

提交回复
热议问题