What tools (Apis, libraries, frameworks) are needed to create graphs and reports?

Asked

Viewed 1,383 times

0

I’m wanting to take data for example from a database and develop charts of this type, follows the figure below:

Gráfico

If possible in various formats in pizza, in bars etc. And then generate a report of this type that can be saved, for example in the format . pdf or . doc:

Relatório

  • Pedro, you can use any of the open-source graphics libraries, you have a diverse list on this site: https://android-arsenal.com/tag/40. For the report in table format you can use a TableLayout or a ListView.

  • @Wakim will take a look.. in java desktop applications I used ireport to have custom reports... and possible to use on android?

  • As far as I know is not possible, are different platforms, I do not know if Jasper Ports would run on Android, is worth a search...

  • 1

    Pedro, I ended up researching and saw that there is a SDK of Jasper Report. It is just a client of a Jasper server. Take a look at http://community.jaspersoft.com/project/mobile-sdk-android

  • Hello there, Pedro. Generally speaking, your question is not bad, but for the format of Sopt has two problems; One is that it is a little wide, as it will depend a lot on individual use and like each one, because Android is a very comprehensive platform. The other problem is that these things change a lot, and even if someone asks a very complete question, it will be out of date in a very short time. Do not see closing vote as critical, it is just a form of organization and adequacy. And in other respects, your questions are getting better, with experience you get the hang of it!.

  • @Bacco wryel answered me what I wanted...

  • @Pedrorangel I had already seen the answer, usually I do not vote running precisely to give someone time to solve the immediate problem for the author. But there is a high probability that the answer given will become outdated over time, as I commented.

  • @Bacco de boas..

Show 3 more comments

1 answer

2


  • +1 for your reply.. Thank you

Browser other questions tagged

You are not signed in. Login or sign up in order to post.