Coder Social home page Coder Social logo

yadview's People

Contributors

cgwpope avatar

Watchers

James Cloos avatar

yadview's Issues

Question

Hey,

i know this is not the right way ask you, but i dont know how to get the 
clicked event? 

Could you please explain me?

Best regards
Alex

Original issue reported on code.google.com by [email protected] on 9 May 2014 at 2:53

Cannot fire event.When i click on new event,nothing is displayed

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Cannot fire event.When i click on new event,nothing is displayed

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.
I want to create events which is not working.App goes in pause mode.It is not 
destroying or crashing.

Original issue reported on code.google.com by [email protected] on 28 Jul 2014 at 6:40

Maven and Gradle Support

Request:

It will be perfect to see your library in central Maven repository in the 
formats aar and apklib for Gradle and Maven respectively.

This would ease integration into other projects

Original issue reported on code.google.com by [email protected] on 14 Dec 2013 at 7:23

NullPointerException in DefaultDayViewFactory

If you are using DefaultDayViewFactory for your calendar there is a 
NullPointerException.
It can be fixed by changing line 73 from
DayView dv = new DayView(mContext, mViewSwitcher, 1, mEventLoader, mResources, 
null);
to
DayView dv = new DayView(mContext, mViewSwitcher, 1, mEventLoader, mResources, 
this);

Original issue reported on code.google.com by [email protected] on 10 Dec 2013 at 1:57

I can't run yadview

java.lang.NoClassDefFoundError: com.google.code.yadview.R$string
            at com.google.code.yadview.impl.DefaultDayViewResources.<init>(DefaultDayViewResources.java:182)
            at mjim79.es.viewviewertest.AlternateEventRenderer$AlternateRendererDayViewResources.<init>(AlternateEventRenderer.java:114)
            at mjim79.es.viewviewertest.YadviewHarnessDayViewFactory.<init>(YadviewHarnessDayViewFactory.java:49)
            at mjim79.es.viewviewertest.MainActivity.onCreate(MainActivity.java:47)

Could you help me, please?

Original issue reported on code.google.com by [email protected] on 26 Jul 2014 at 8:46

How to show create event dialog

What steps will reproduce the problem?
1. I press a cell and the New Item rectangle appears
2. It fires the handleCreateEventEvent method
3.

What is the expected output? What do you see instead?
I would like to see the create new event dialogs (I assume it exists).
Instead, nothing happens.

What version of the product are you using? On what operating system?
Latest from Git.

Please provide any additional information below.
The code is very hard to read, and there is no tutorial of how to create, edit, 
delete the calendar events. Can you provide any?

Original issue reported on code.google.com by [email protected] on 8 Jun 2014 at 11:15

Negative days / not correct days

Hi!

First of all, thank you for the great work. I'm a developer of our University's 
Android app and we were looking for a working day view.

It works very good in general, but there is a big bug:
Sometimes, when I scroll forward and backward, the day numbers are not correct. 
In some cases day numbers are also negative.

The bug seems to be in DayView.drawDayHeaderLoop(...)

Original issue reported on code.google.com by [email protected] on 10 Nov 2013 at 12:43

Attachments:

How to load calendar event resources

What steps will reproduce the problem?
1.in MainActivity i tried to load,calendar event resources instead of 
MockEventResources
2.
3.

What is the expected output? What do you see instead?
alendar event resources instead of MockEventResources


What version of the product are you using? On what operating system?
Latest


Please provide any additional information below.

mEventResource = new DefaultEventResource(this, new 
DefaultUtilFactory("yadview_harness.prefs")); throwing error.
Which resource event should i use for calendar events

Original issue reported on code.google.com by [email protected] on 18 Apr 2014 at 11:28

No Scrolling on initial view

What steps will reproduce the problem?
1. Starting Yadview

What is the expected output? What do you see instead?

Instead of scrolling vertically smoothly there is no scrolling until views are 
switched. The initial view has no scrolling.


What version of the product are you using? On what operating system?

Occurs on all platforms.


Original issue reported on code.google.com by [email protected] on 20 Feb 2015 at 11:13

Dates jump

When scrolling between dates, occasionally and usually if I swipe fast, days 
are "jumped" over, so that perhaps the current date is say 11, but swiping left 
fast it will show 10,9,5,4,3... etc.

Event integrity is OK still.

It seems the viewswitcher doesn't cache the correct next/previous day?

If it helps this is being shown in a Fragment combined with a ListView.




Original issue reported on code.google.com by [email protected] on 19 Feb 2015 at 4:14

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.