Jump to content

Accessing Data From Other Apps

Beginner here. What exactly goes on "behind the scenes" when an app or a game on mobile or any other platform accesses data from another app? Like if you want upload something from your gallery to facebook or twitter, what kind of code is executed when this occurs?

Link to comment
Share on other sites

Link to post
Share on other sites

If it's accessing data native to the OS (like a photo gallery) it's probably just an API call that can retrieve the data.

Pro Tip: don't use flash when taking pictures of your build; use a longer exposure instead. Prop up your camera with something (preferably a tripod) if necessary.

if you use retarded/autistic/etc to mean stupid please gtfo

Link to comment
Share on other sites

Link to post
Share on other sites

Apps can communicate using multiple ways.

For example by accessing the same files and write/read data from those files.

Or if you want more direct communication using a network loop: host a server for the current machine only, then let apps on that machine connect to it, then send data over that connection.

The ip address that this happens on is 127.0.0.1

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×