How can I use the API to make an Android app??

Avatar image for ashirogimuto
AshirogiMuto

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I want to design an app for android which uses the data of Comic Vine to display comic and manga information.

Avatar image for awjones
awjones

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4  Edited By awjones

I'm pretty sure the api terms are no commercial use..
none the less, you'd probably want to use Cordova to build the app, so you can take advantage of web technologies such as ajax. Ajax will allow you to send a request asynchronously then loop over the items in the response.

Avatar image for knightbot
Knightbot

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I am currently working on a personal Android project consuming the ComicVine API. My problem is I want to use pagination but I can't set the limit for results of one page, changing the limit value only changes the total results I receive.
Anyone found a way to do this?

Avatar image for missbeckman
missbeckman

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Were you able to do it actually?