Detail

I am able to insert an item in android calendar, to avoid the duplicate
entries am saving the event id of item in shared prefrences as an array(A).

Problem
when i insert, new item in Android calendar, saved array(A) should also add
the new item event id of a new item.How to do the same?

Also,

1.is there any limit in shared prefernce to save the array ??
2.is there any other way to check duplicate entries before adding them in
android calendar, i don't want to use database.

Please suggest

Thanks
RK

On Mon, Aug 20, 2012 at 10:51 PM, Adel Nizamutdinov <[email protected]>wrote:

> use database
>
>
> On Monday, 20 August 2012 17:26:55 UTC+4, rahul kaushik wrote:
>>
>> i want to add dynamic array ion shared prefrence
>> please suggest
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to