Android

5 thoughts
last posted Feb. 27, 2016, 12:54 p.m.

1 earlier thought

0

The Internet

Turns out if you use Picasso to load images from URLs into your views it might silently not load them if you don't have internet permissions:

<uses-permission android:name="android.permission.INTERNET"/>

3 later thoughts