Git Product home page Git Product logo

Comments (27)

Tibolte avatar Tibolte commented on June 16, 2024

I invite you to try the sample app for now. I need to finalize some details.

I'll make it available to import via Gradle.

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

I couldn't able to get the sample to working.. its showing error.

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

I see the manifests are missing, my mistake, probably that. I'll fix it today and reply here.

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Thank you.. If its not a trouble.. if actually looking to something similar to http://stackoverflow.com/questions/27852947/source-code-for-new-android-lollipop-calendar-app
this. So will this library render this kind of view?

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

that's the idea :)

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Awesome 👍

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

you can try again!

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

ok. will do

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Great work man .. thanks 👍

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Hi,
I am not able to use this library in the other project. Is there anything that i am missing ?

Thanks.

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

what do you mean by "the other project"?

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

i mean if have to use this lib in my project.

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

I added this library a dependency to my project.
some of the libraries like StickyListHeadersListView are not recognised in the lib.

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

ok like so: compile project(':agendacalendarview')?

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

yeah

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

screen shot 2015-10-27 at 8 18 42 pm

screen shot 2015-10-27 at 8 19 09 pm

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

The libraries that agendacalendarview using is not imported.. Even though they are in the gradle

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

that's super weird, not even after a gradle sync?

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

yeah.. i did sync lot of times.. May be a clean will help! . will try that

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

I don't have access to your project but from what you tell me, everything seems fine. I'm seeing a couple of problems on StackOverflow similar to that one... Out of curiosity, does your project run?

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

No. after importing this lib .. Its not running.

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Hi,
If its not a trouble . Can you tell me for what these libs you are using ?
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'pl.charmas.android:android-reactive-location:0.6@aar'
compile 'io.reactivex:rxjava:1.0.+'
compile 'io.reactivex:rxandroid:0.25.0'
compile 'com.google.collections:google-collections:1.0-rc2'

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

About:

compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'pl.charmas.android:android-reactive-location:0.6@aar'
'com.google.collections:google-collections:1.0-rc2'

I'm thinking about removing those, they are used for fetching weather data. If you don't need that you can remove the weather related code and those imports.

compile 'io.reactivex:rxjava:1.0.+'
compile 'io.reactivex:rxandroid:0.25.0'

are necessary. (Event handling)

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

ok.. Thank you so much.
By (Event handling) you mean Event Bus?

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

yeah, that thing :) I'll tell you when it's available on gradle that should solve everything, I'll remove this weather feature, not really necessary.

from agendacalendarview.

mithrann avatar mithrann commented on June 16, 2024

Ok sure :) . Thanks. I asked that since i am already using compile 'de.greenrobot:eventbus:2.4.0' in my project.

from agendacalendarview.

Tibolte avatar Tibolte commented on June 16, 2024

now available with:

dependencies {
compile 'com.github.tibolte:agendacalendarview:1.0.0'
}

more versions to come :)

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.