0

I need to create a page for an android app that displays info about the app. App version, db version, php version, etc.

Is there a simple way of doing this or should I just write it all on a page with and XML ?

I was to use the default android libraries. Where do I find that?

Migrane0
  • 11
  • 1

1 Answers1

0

You can follow Android Style by using SharedPreferences

minhaz
  • 4,233
  • 3
  • 33
  • 49