parse.com tag

2 questions


1 answers
97 views
0
How to upload mp4 images from Android devices to Parse.com

I don't know how to upload MP4 images from an Android device to Parse.com.File file=newFile(path); try{ byte[] data=FileUtils.readFileToByteArray(file); // Convert any file, image or video into byte ...

2 years ago

1 answers
76 views
0
I'm using Parse.com on Swift, but TableView update doesn't work.

I am creating a program to display textField characters in TableView using Parse, MBaaS on Swift, but the part that I pull TableView to update is not working.override func viewDidLoad(){ super.viewDid...

2 years ago

© 2024 OneMinuteCode. All rights reserved.