← Back to team overview

dhis2-devs team mailing list archive

Re: Data Storage on the Mobile Phone

 

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@xxxxxxxxx>
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@xxxxxxxxx> wrote:
>
>> Alright, thanks.
>>
>>
>> Kind regards,
>> Marriette Katarahweire
>>
>> On Thu, Mar 3, 2016 at 12:22 PM, Erling Fjeldstad <erling@xxxxxxxxx>
>> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>

References