I am developing a photo-sharing app in a flutter. I want to know is there any way to upload the photos, sync the photos with the cloud in the background when the user takes a new photo using the default camera app or other.
Assuming this is a question regarding flutter app, I came across few articles that explains step by step procedure to upload images
Code snipper
Uploading images on firebase
Github repo
Related
The Facebook app shows the recent photos that you've taken.
Because the NativeScript Api's are able to use the Filesystem api and the Camera, I'd guess it is possible to get the recent taken photos in NativeScript also.
Anyone that can point me to a good blog/documentation that makes me able to do this?
Pehaprs this plugin will help you out : nativescript-imagepicker
i was working on android home automation app , basic things to take care while doing this user based app like , i should sync data with server on i should keep data in local, please give me links of libraries if some one worked . help me to build this product .
Use firbase database provided by google its way easier to handle data syncronization and offline maintainance.doc link here
also a youtube link if you have no idea how firebase works video tutorial link
Question:
It is possible to upload photo from Android App to Instagram?
Some says its not possible because of this http://instagram.com/developer/endpoints/media/
I just want to clarify if it is possible or not. If not possible if there another way on how to upload photo to instagram?
No it is not really possible. The Instagram API only supports the retrieval of data (as you can see based on all of those GETs).
There really are no alternatives either since Instagram doesn't want to let other people have this type of functionality (otherwise we would see a ton of knockoff Instagram apps).
Requirement:
I have a PhoneGap application. I collect photos, text data and audio recordings through my app. Now I want to upload this data to the server.
How do I upload my data to servers even if the application is suspended or put to background.
If yes, any pointers would be really helpful. I am developing the app for Android and iOS.
Thanks a lot for all the pointers.
I found the following:
You can use following PhoneGap plugin to upload data in the background for iOS.
http://www.codefromjames.com/wordpress/?p=154
I start the upload process when the application is in use and continue upload in the background until 5 mins (you can choose the time, my upload should never take more than 5 minutes)
Now I am looking in how it can be done in Android and PhoneGap. I will update the post when I find anything for Android.
Thanks
Anup
I am new to instagram concept. Is there any sdk available for to integrating instagram to our application. I want to share images to instagram through my application as like what i share to facebook from my application.
you cannot post images to instagram from other applications.
Here’s some text from the very bottom of:
http://instagram.com/developer/endpoints/media/
At this time, uploading via the API is not possible. We made a conscious choice not to add this for the following reasons:
Instagram is about your life on the go – we hope to encourage photos from within the app. However, in the future we may give whitelist access to individual apps on a case by case basis.
We want to fight spam & low quality photos. Once we allow uploading from other sources, it's harder to control what comes into the Instagram ecosystem. All this being said, we're working on ways to ensure users have a consistent and high-quality experience on our platform.
There is no specific api to integrate instagram to Android application. But we can pass the intent in order to share the images if the device installed instagram.