managing multiple values in android -
i doing project on ecommerce app. in dashboard activity getting username value login activity , mobile number main activity. want check 2 values , set in text view according incoming values. how can achieve?
you either store them in sqlite database or similar, or store them in sharedpreferences.
you can more options here
Comments
Post a Comment