Git Product home page Git Product logo

Comments (6)

arkangelx avatar arkangelx commented on June 21, 2024

https://www.dropbox.com/sh/omddbhnx9baliwo/AACLa2DOojJaYCWdEbCuJmzJa?dl=0

from agendacalendarview.

Tibolte avatar Tibolte commented on June 21, 2024

@arkangelx It's really hard to tell, but first thing I'd do when I see your event loading task in EventsFragment, place:
Calendar startTime = Calendar.getInstance();
Calendar endTime = Calendar.getInstance();
In the loop just below.
I remember having some problem when using one calendar instance for different event instances, I'd recommend creating a new Calendar instance for each event.
That might not solve it but I'd start there.

from agendacalendarview.

arkangelx avatar arkangelx commented on June 21, 2024

Tried that...it didn't work then but will try again tho be sure
thanks....ps it loads past events...right?
On 5 Dec 2015 18:13, "Thibault Guégan" [email protected] wrote:

@arkangelx https://github.com/arkangelx It's really hard to tell, but
first thing I'd do when I see your event loading task, place:
Calendar startTime = Calendar.getInstance();
Calendar endTime = Calendar.getInstance();
In the loop just below.
I remember having some problem when using same calendar instances for
different instances, I'd recommend creating a new Calendar instance for
each event.
That might not solve it but I'd start there.


Reply to this email directly or view it on GitHub
#11 (comment)
.

from agendacalendarview.

arkangelx avatar arkangelx commented on June 21, 2024

Strangely , it worked!!!! Thibault..i owe you a beer ...that's if you
drink!!!!! Wow thank you. The logic is simple and the only reason i can
think of is that because its a single initialized once (before loop),
changing its state somehow doesn't get retained in the list.. THANK
YOU!!!! I thought if i have 1000 events in a year would i want to create
so many references in memory, even though its a singleton. Thank you again

On Sat, Dec 5, 2015 at 6:16 PM, Samson Akisanya [email protected]
wrote:

Tried that...it didn't work then but will try again tho be sure
thanks....ps it loads past events...right?
On 5 Dec 2015 18:13, "Thibault Guégan" [email protected] wrote:

@arkangelx https://github.com/arkangelx It's really hard to tell, but
first thing I'd do when I see your event loading task, place:
Calendar startTime = Calendar.getInstance();
Calendar endTime = Calendar.getInstance();
In the loop just below.
I remember having some problem when using same calendar instances for
different instances, I'd recommend creating a new Calendar instance for
each event.
That might not solve it but I'd start there.


Reply to this email directly or view it on GitHub
#11 (comment)
.

Innovate & Prevail

from agendacalendarview.

Tibolte avatar Tibolte commented on June 21, 2024

That's good news!! I've been into this situation, happy to help. Thanks for the beer!!
p.s: If you think that's solved for you, I'm inviting you to close that issue.

from agendacalendarview.

arkangelx avatar arkangelx commented on June 21, 2024

yeah..done

On 6 Dec 2015, at 00:16, Thibault Guégan [email protected] wrote:

That's good news!! I've been into this situation, happy to help. Thanks for the beer!!
p.s: If you think that's solved for you, I'm inviting you to close that issue.


Reply to this email directly or view it on GitHub #11 (comment).

from agendacalendarview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.