Hi there,
I'm working on an Android app, and i want to download a JSON data online and parse it into a CustomListView.
I did all the work, but i just want to know what is the best plan to store my JSON file online and get the data from it..
I think Firebase Storage is a good choice, but the...
Hello all,
What I'd like to accomplish is to simply upload a file (zip) to a bucket that I've already created on Google Cloud Storage.
REST API URI is given as:
https://www.googleapis.com/upload/storage/v1/b/[BUCKET_NAME]/o?uploadType=media&name=[OBJECT_NAME]
I do understand that I need...
Hello, i am trying to get the total cellphone storage size.
i found this code in JAVA
public static boolean externalMemoryAvailable() {
return android.os.Environment.getExternalStorageState().equals(
android.os.Environment.MEDIA_MOUNTED);
}
public static String...
Hello,
i want to use Google Cloud Storage for my image backend, my B4J Service would be handle the auth.
I have create a service account and have set the permissions to this account, to access the bucket.
How can i authenticate the B4J service to access the images?
I have a .json file with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.