Tuesday 2 October 2012

Database Types


Database


Android provides several options for you to save persistent application data. The solution you choose depends on your specific needs, such as whether the data should be private to your application or accessible to other applications (and the user) and how much space your data requires.


          1.    Shared Prefernces
          2.    Internal Storage
          3.    External Storage
          4.    SQLite Database
          5.    Network Connection
          6.    Cloud Server

No comments:

Post a Comment