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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -