android - Retrieve Images from database on the basis of json data -
currently developing application displays cricket scores api. api returns json data of list of live matches, has unique id of every match. passing unique id of match in url, entire scorecard of match. but, doesn't return photos of players playing. want display them in imageview along playername, runs, balls, boundaries,etc.
something this.. what's best way? firebase or else?
you need use libraries glide loading images link.
and links of images can maintain static array of url's of images or may write dynamic code links of profile images extracted json id's (by requesting on generic url using id's) have need not maintain static array.
Comments
Post a Comment