Android provides several ways to store user and app data. SQLite is one way of storing the application data, locally, on the device. SQLite supports all the relational database features common on the Oracle databases or Microsoft SQL Server. In order to access this database it must be used the API provided by Android which is available in the android.database.sqlite package.
Tag: Android
Native vs. Mobile web vs. Hybrid
Nowadays, at any corner people are using a smartphone. No doubt, over the past years these devices had a huge impact on our lives and still have. People enjoy using their smartphones because they can accomplish many things on the go such as reading e-mails, social networking, watching movies and plenty of other activities. If you are thinking of developing for the mobile application market, an important decision is to choose between developing a native application, an HTML5 one or a hybrid app. Mobile apps are no longer an option, they’re an imperative. You need a mobile app, but where do you start from? Which is the best way?
Continue reading “Native vs. Mobile web vs. Hybrid”
