MaterialUp icon indicating copy to clipboard operation
MaterialUp copied to clipboard

news not loading

Open boomsya opened this issue 9 years ago • 0 comments

app try to get url: https://material.uplabs.com/posts/c/resources?page=2

but site return full HTML page can you fix this for demo? or tell me please answer format

and app crash for this you need to write: private void getRandomCover(List<Item> items) { if (items.size() >0) { Item item = items.get(new Random().nextInt(items.size())); UpRequests.getItemImage(item.getId(), this); } }

boomsya avatar Jan 25 '17 16:01 boomsya