Coder Social home page Coder Social logo

android-samples's People

Contributors

antony-jekov avatar deyanginev avatar guliashki avatar nikiatanasow avatar skarlatov avatar sophialazarova avatar tgpetrov avatar vladimiramiorkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-samples's Issues

Issues on slow internet or google sheet is busy.

The example codes in this repository works fine on normal internet speed but application crashes on slow internet or while trying to call downloadUrl() when the google sheet is still updating. Any help?
It is advised to check if the final JSONObject is null or not?
Thanks.

improve graph

Hello antony-jerkov

Thanks for response,

Actually i was refering telerik guides thats why i got that nullpointer error.

i need another help if you can..

chart-cartesian-sample-1

i need this type of bar chart with different colors.. i tried but get only one color..

another problem is, i want to remove below screen.. how can i.??

device-2014-07-02-110857

Thank you in advance.

Regards,
Sagar Maiyad
Android Developer

Nullpointerexception

when i am using RadCartenChartView, i got nullpointer error.

code:

  RadCartesianChartView chartView = new RadCartesianChartView(MainActivity.this);


    BarSeries barSeries = new BarSeries(this);
    barSeries.setCategoryBinding(new DataPointBinding() {
        @Override
        public Object getValue(Object o) {
            return ((MonthResult) o).getMonth();
        }
    });
    barSeries.setValueBinding(new DataPointBinding() {
        @Override
        public Object getValue(Object o) {
            return ((MonthResult) o).getResult();
        }
    });
    barSeries.setData(this.monthResults);
    chartView.getSeries().add(barSeries); --> nullpointer excpetion here..

Error compiling Xamarin Android sample

I just tried compiling this project using 2016.3.930.1 bits. I'm using Xamarin Android 7.0.1.2 with the SDK Tools Version: 25.2.2
SDK Platform Tools Version: 24.0.3
SDK Build Tools Version: 23.0.3

I get these 4 errors:

Error APT0000: Attribute "strokeColor" has already been defined (APT0000) (Samples)
Error APT0000: Attribute "strokeWidth" has already been defined (APT0000) (Samples)
Error APT0000: Attribute "fillColor" has already been defined (APT0000) (Samples)
Error APT0000: Dimension types not allowed (at 'strokeWidth' with value '2dp'). (APT0000) (Samples)

error compiling the demo project

Hi I have been trying to compile the sample project that comes with the telerik xamarin installer, and also the sample project from github and I always get the same error, here is a screenshot

http://screencast.com/t/Y3cvK79UqUuZ

I have try all version 4,5,6 of the android framework and still get the same error

RadPieChartView not working with ig decimal values data for android

I am passing data like ๐Ÿ‘
monthResults = new ArrayList();
monthResults.add(new MonthResult("Jan", new BigDecimal(3208.07)));
monthResults.add(new MonthResult("Feb", new BigDecimal(0)));
monthResults.add(new MonthResult("Mar", new BigDecimal(556)));
monthResults.add(new MonthResult("Apr", new BigDecimal(88830)));
monthResults.add(new MonthResult("May", new BigDecimal(25907204)));
monthResults.add(new MonthResult("June", new BigDecimal(0)));
monthResults.add(new MonthResult("July", new BigDecimal(14740)));

lines not showing correctly. its coming out of the pie circle

Error on Xamarin.Android Sample Project

I am having an error compiling the Xamanin.Android sample.

Error CS0426 The type name 'IIsExpandedChangedListener' does not exist in the type 'ExpandableEditorGroup' Samples E:\Projects\Active\Android Master\Android-samples-master\Samples-Xamarin\Fragments\Dataform\DataFormExpandableGroupsFragment.cs on Line 42

&&

Error CS1061 'ExpandableEditorGroup' does not contain a definition for 'AddIsExpandedChangedListener' and no extension method 'AddIsExpandedChangedListener' accepting a first argument of type 'ExpandableEditorGroup' could be found (are you missing a using directive or an assembly reference?) Samples E:\Projects\Active\Android Master\Android-samples-master\Samples-Xamarin\Fragments\Dataform\DataFormExpandableGroupsFragment.cs on Line 33

Here is a screenshot

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.