HTTP Proxy for android and IOS [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 13 days ago.
Improve this question
Is it possible to build a connect http proxy server in Android or IOS App?
Can we bundle a proxy binary ( generated by cross compiling go-lang ) with a mobile app and run that binary as a process in Android or IOS?
A simple http proxy server in android or IOS app.

Related

Socket programming between linux client and linux/windows server and android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to send data from a Linux client to a Linux/Windows server (maybe a shared host) and finally to an android application like this figure :
The data can be a text or stream video or audio.
What are the best technologies and languages for this scenario ? What is your suggestion ?
You can set up communication between same platform or cross platform clients/server. If you're sticking to *nix platform, you can try out with unix sockets. Since cross platform being a better option, you can implement the same thing using node.js and sockets. For better insight upon socket.io,please go through http://socket.io/

Ejabberd implemention for android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I set up my ejabberd server but I don't know anything about how to do implement that for andorid also I want to use push notifications.I heard smack library for android I will try it but I am still confused about push notifications.
How can I use gcm in ejabberd ?
Do I need write code in server side ?
I need a roadmap.

Android: Transfer files/apps from android device to pc [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am developing an android application that enables user to transfer files from an android device to PC.
How can i transfer selected files/apps to a connected PC?
You can just use a socket connection. your pc would be your server and the android app would be your client. This way you can send data from your mobile device to your pc.
for example you can refer below link
http://www.javaworld.com/article/2077322/core-java/sockets-programming-in-java-a-tutorial.html
this is basically written in java but similarly you can write it in android.

Support ASP.Net Forms authentication in native mobile app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Years ago, I built a web forms site that uses ASP.Net Forms Authentication. Now, we need to build a native mobile app (IOS/Android) that authenticates users with the same credentials they set on on the web.
Is this possible?
Sure but you most likely will want to build a RestFul service to do it. On iOS I would also recommend using AFNetworking or RestKit.

WebRTC Native API for Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to develop Android Native video chat app using WebRTC(Not browser).
Main feature is Android user can able to call Desktop web browser.
Any way?(please without third party API)
It's possible using javascript (intel xdk) hybrid app
link:https://crosswalk-project.org/

Categories

Resources