Yair Kukielka
2 questions
1
votes
2
answer
890
views
Activity.onProvideAssistContent() example
Could anybody give mi an example of using Activity.onProvideAssistContent(), new in Android 6.0?
6
votes
2
answer
5.3k
views
Firebase storage FirebaseApiNotAvailableException repeatedly in the log when offline
I'm using:
compile 'com.google.firebase:firebase-core:9.0.1'
compile 'com.google.firebase:firebase-storage:9.0.1'
And this is the code that I execute this with the device offline (no internet):
StorageReference mStorageRef = FirebaseStorage.getInstance().getReferenceFromUrl([MY_URL]);
mStorageRef.ch...