018: Graph from Firebase Database : Android Graph View tutorial

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 32

  • @taherbavariano8474
    @taherbavariano8474 2 роки тому +1

    can you please do the same project without the button .. the data comes directly from realtime database ?

  • @sheerazhussain9129
    @sheerazhussain9129 3 роки тому +2

    brother, how can we just use the firebase data for plotting graph without entering the data in App?

  • @huwainafarizal6230
    @huwainafarizal6230 4 роки тому +2

    hi, how do i use this for bar chart?

  • @seangallagher8246
    @seangallagher8246 6 років тому +3

    great video but how can I retrieve data from google firestore and place into this graph

  • @dayalnigam5162
    @dayalnigam5162 4 роки тому +1

    Sir i have performed the same steps but unable to connect with the firebase it shows an error in pojo class sir what shoud i do

  • @nation3d524
    @nation3d524 5 років тому +2

    have you tutorial auto ploting realtime data monitoring without button?

    • @zaynkhan464
      @zaynkhan464 4 роки тому

      write this code inside in void onStart() function

    • @ShirshakShrestha
      @ShirshakShrestha 4 роки тому +3

      @@zaynkhan464 Can you explain with the code? I have the same problem.

  • @calerok1
    @calerok1 5 років тому

    Excelente video 👌

  • @ishaqfarid2987
    @ishaqfarid2987 3 роки тому

    Sir very very thanks 😊

  • @medicalpump9275
    @medicalpump9275 4 роки тому +3

    You need to update these videos for newer version. They all useless now gradle, library, dependencies issues are tough to solve

  • @hugoteixeira6898
    @hugoteixeira6898 4 роки тому +1

    I have a doubt in your line 37, can you help me??

    • @SarthiTechnology
      @SarthiTechnology  4 роки тому +1

      drive.google.com/file/d/0B_11Hdk_fgezZ3J5ZmdvLXNxTW8/view?usp=drivesdk

    • @hugoteixeira6898
      @hugoteixeira6898 4 роки тому

      @@SarthiTechnology what you sent is for SQLite right? But here we are working with Firebase Database

    • @SarthiTechnology
      @SarthiTechnology  4 роки тому

      Oh. I think, I missed that source code. Sorry for that.

  • @frantisekvesely4237
    @frantisekvesely4237 5 років тому

    Hello,
    I have problem with build an app. You're doing it at 22:47. I have this error and I really don't know what I can do. Gradle sync failed: Could not find method apply() for arguments [com.google.firebase:firebase-core] on project ':app' of type org.gradle.api.Project. Please, can You help me?

    • @yuvansankark2306
      @yuvansankark2306 4 роки тому

      Bro add public static double getxValue(){
      Return getxValue();
      In pointValue.java

  • @johnchewyy
    @johnchewyy 6 років тому +1

    Hi Sathi,
    I have a problem here. I input 105 for Y-axis, the graph will only show '05' at Y-axis. How can I solve this problem?
    Thank you

  • @zayn_joyful
    @zayn_joyful 6 років тому +1

    its so cool for this tutorial, thank you
    and i want to ask you i have an error this java.lang.IllegalArgumentException: The order of the values is not correct. X-Values have to be ordered ASC. First the lowest x value and at least the highest x value.

    • @SarthiTechnology
      @SarthiTechnology  6 років тому

      Dear Aji,
      It is a general rule that X-axis values of Graph View should be in ascending order.

  • @shaundavidjerome1796
    @shaundavidjerome1796 6 років тому

    Hi
    Is there a way to directly get x and y value from firebase, instead of putting the x and y value from the app into firebase and so on.
    If so pls help me

    • @SarthiTechnology
      @SarthiTechnology  6 років тому

      Please watch video no. 18 carefully, in this video we are doing two thing.
      1. Saving data in Firebase.
      2. Retrieving data from Firebase and showing in the graph.
      Use only second part to achieve desire result.

  • @fahmihaouala6761
    @fahmihaouala6761 5 років тому +1

    Can you provide source code please? Great tutorial.

  • @darvzchannel
    @darvzchannel 5 років тому

    whats the implementation?

  • @faizanmhate9436
    @faizanmhate9436 5 років тому

    "The order of the values is not correct. X-Values have to be ordered ASC. First the lowest x value and at least the highest x value."
    i am getting this error please help me

    • @playwithaltop
      @playwithaltop 5 років тому +1

      yes. value of X must increase in graph

  • @soonfeidon815
    @soonfeidon815 6 років тому

    Failed to resolve: firebase-database-15.0.0
    Hi Sir, If I get the error above after added realtime database step, what is the alternative way to connect the realtime database into app?

    • @faizanmhate9436
      @faizanmhate9436 5 років тому

      implementation 'com.google.firebase:firebase-database:16.1.0'

  • @carlosalbertosuiterdeaquin7412
    @carlosalbertosuiterdeaquin7412 5 років тому

    Congratulations! Good job.
    an you provide the source code please?

    • @SarthiTechnology
      @SarthiTechnology  5 років тому

      Sorry sir, I missed that source code. Unfortunately not available at this time.