colorgold

Results 7 issues of colorgold

Gallery will not load images on API 11 phones; When I open the gallery, it just shows the progress bar.

I was wondering if there is an option to prevent the keyboard from showing up after the image is selected. Below is the code I am using: ``` imageStream =...

### Before you go - Fixes: ... (*#799*) - Tests: ... (*yes*) - Docs updated: ... (*yes*) ### Solution I added the option to save a video using a FileDescriptor...

I am unable to preview the design of my xml file on Android Studio. Here's how I have added it to my code: ``` ``` Here is the error that...

I am not able to continue playing when the app is swiped away. My service looks like this: ``` public class PlayerService extends MediaSessionService { private static final String TAG...

question
need more info

I created a new project referencing yours, but I get this error: ``` java.lang.UnsatisfiedLinkError: No implementation found for int com.example.caster.shout.ShoutOutputStream.jniInit(java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) (tried Java_com.example.caster_shout_ShoutOutputStream_jniInit and Java_com.example.caster_shout_ShoutOutputStream_jniInit__Ljava_lang_String_2ILjava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2) at com.example.caster.shout.ShoutOutputStream.jniInit(Native...