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 robertrex13
RobertRex13

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I am also an App Developer, I have a question about your Comic Vine 's Dat how it's Application Program Interface ( API) can help in developing a outclass mobile app for comic lovers for Google and App store as well.

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 jamespoo2
jamespoo2

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6  Edited By jamespoo2

As website designer Website Design and App Developer think its the best this you can do for yourself and your project.

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?