Data Storage on the Mobile Phone

Dear all,

I am studying the TrackerCapture app in Android and would like to know how the data captured is stored on the mobile phone.

Thank you

···

Kind regards,
Marriette Katarahweire

Hi Marriette,

In the Android Tracker Capture we’re using a SQLite database utilizing DbFlow ORM

Regards,

Erling - DHIS2 Android Team

···

On Thu, Mar 3, 2016 at 9:33 AM, Marriette Katarahweire kmarriette@gmail.com wrote:

Dear all,

I am studying the TrackerCapture app in Android and would like to know how the data captured is stored on the mobile phone.

Thank you

Kind regards,
Marriette Katarahweire


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Alright, thanks.

···

On Thu, Mar 3, 2016 at 12:22 PM, Erling Fjeldstad erling@dhis2.org wrote:

Hi Marriette,

In the Android Tracker Capture we’re using a SQLite database utilizing DbFlow ORM

Regards,

Erling - DHIS2 Android Team

Kind regards,
Marriette Katarahweire

On Thu, Mar 3, 2016 at 9:33 AM, Marriette Katarahweire kmarriette@gmail.com wrote:

Dear all,

I am studying the TrackerCapture app in Android and would like to know how the data captured is stored on the mobile phone.

Thank you

Kind regards,
Marriette Katarahweire


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Hi marriette,

As Erling said you can use Sqlite Database.

If you want to retrieve data you can use cursor implementation.

···

On Thu, Mar 3, 2016 at 2:55 PM, Marriette Katarahweire kmarriette@gmail.com wrote:

Alright, thanks.


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Kind regards,
Marriette Katarahweire

On Thu, Mar 3, 2016 at 12:22 PM, Erling Fjeldstad erling@dhis2.org wrote:

Hi Marriette,

In the Android Tracker Capture we’re using a SQLite database utilizing DbFlow ORM

Regards,

Erling - DHIS2 Android Team

On Thu, Mar 3, 2016 at 9:33 AM, Marriette Katarahweire kmarriette@gmail.com wrote:

Dear all,

I am studying the TrackerCapture app in Android and would like to know how the data captured is stored on the mobile phone.

Thank you

Kind regards,
Marriette Katarahweire


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

If you’re planning to retrieve data from the SQLite Database in the Android Tracker Capture application, use our DbFlow ORM implementation. Do not create your own cursor implementation

Erling - DHIS2 Android Team

···

On Thu, Mar 3, 2016 at 12:45 PM, MAYANK JINDAL mayank.jindal5@gmail.com wrote:

Hi marriette,

As Erling said you can use Sqlite Database.

If you want to retrieve data you can use cursor implementation.

On Thu, Mar 3, 2016 at 2:55 PM, Marriette Katarahweire kmarriette@gmail.com wrote:

Alright, thanks.


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Kind regards,
Marriette Katarahweire

On Thu, Mar 3, 2016 at 12:22 PM, Erling Fjeldstad erling@dhis2.org wrote:

Hi Marriette,

In the Android Tracker Capture we’re using a SQLite database utilizing DbFlow ORM

Regards,

Erling - DHIS2 Android Team

On Thu, Mar 3, 2016 at 9:33 AM, Marriette Katarahweire kmarriette@gmail.com wrote:

Dear all,

I am studying the TrackerCapture app in Android and would like to know how the data captured is stored on the mobile phone.

Thank you

Kind regards,
Marriette Katarahweire


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp