Create a social network client - Android Software Development

Hi to everyone, I create a social network only for Android users...
How I can create a client?? or someone want to join in this project and create a client??
thanks

A client for Android devices? Learn Java and learn how to use the SDK...

Related

MSN Messenger Proxy Development (Help Required)

Hi,
I'm new to this forum and the world of XDA's, I was given one for Christmas and now I am looking at developing software to extend it, after finding out that MSN Messenger does not work with Pay-As-You-Go on O2 (and other providers) because of the limitation of other ports, I've decided to build a proxy for messenger so that it can connect over the HTTP protocol.
I have a lot of previous experience with Messenger at the protocol level, I have developed many pieces of software which connect to the servers as normal clients would, most importantly I have a good understanding of how the Proxy system works.
I have not developed in many system-level languages before, however. I am mainly a PHP coder and am learning VB .NET at college, however I plan on doing this project in either VB .NET or C++.
What I require help with is how to actually pick-up/hijack the commands sent to the server, before they are sent to the server. Is there any way of doing this without MSN supporting a proxy, I've seen it done on many pieces of software, but does anyone here have the knowledge to help me do that? Once I have the messenger interface the Proxy system will be a breeze to complete.
Would anyone be able to help me out with the above, in terms of a section of code, or a suggestion for a website to look at?
Many Thanks
Andy
P.S. Sorry my explanation is a bit vague but that is the best way to explain it, I could draw a picture of what I mean if anyone requires
I believe what you are trying to do is of great importance for many users..
I can't help in the proraming field.. since my info in this field are really limited..
However.. I would sugget another soulotion ..
why don't try creating an application that works as socks server for the msn messenger...
there many similar programs for the PC.. like www.hopster.com
if you can port it into PPC platform, it will be awesome
Happy holidays :wink:

VPN Client for Android

If I root my Magic will I be able to install a 'normal' Linux app on it, like Cisco VPN client? If I do that is it a trivial process to create an icon to launch my app, or am I in the realms of reading the SDK documentation?
Android is a very specialized Linux version so I doubt you can just install the Cisco VPN client without some heavy hacking. It is probably trivial to create an icon, I don't know.

[Q] VOIP develop in Android

Hello,
I have a project at the uni about VOIP development in Android. But I really don't know where to begin =((
What I have to work with is SRTP (secure real time protocol). The idea is that I have 2 users, each has a software running on Android (like Skype) and a VOIP server (actually I built Asterisk server already). THe software acts like a chat program, it means that User A send a message to User B. The message from A will be sent to Server and deliveried to User B with SRTP (mean that some encryption stuff will be done by the software)
My problem is that how to sent it with SRTP in Android? I have some experience in Android programming, in VOIP, in Asterisk server ... but I don't know how, or where to begin to make it work =(
Is there someone here can help me with an example, or a suggestion with open source for VOIP which can use on Android?
Thanks a lot for your help
Someone can have any suggestion please? =((

[Q] VPN GUI for Android

Good day guys..i just want to ask if someone develop an vpn gui apps for android. I've tried the hostizzle vpn IP and it works with gui client in pc. I want to use the ip directly to my openvpn and I need your help and comments. Thanks a lot..

[Q] need help ,developing group messaging over WLAN

I am supposed to develop a group messaging app (IM client) using WLAN ,its a term project.This app is supposed to list all the available users that are connected over the wlan and provide the user with the options ,to create a group ,send group messages or send messages individually over the wlan.I have had experience of developing android apps in the past but none of them have ever been network based.
I need to know :
1.what Internet protocols will be used .(sip? ,voip?) for DNS etc ,yeah i have below meager networking knowledge.
2.what areas do i need to research any links to resources will be quite helpfull .
3.any open source app that offers the same functionality
4.do i need to set up a server aswell ?
I would be really thankfull for your advice on this .
Take a look at XMPP which is an extendable and open source messaging protocol.
DNS is just used to convert names to numbers, so you'd give your server a name and create a DNS A record, then the clients would use that name to locate the server. XMPP works over TCP/IP which is useful as it's implemented in every operating system I'm aware of. There are also XMPP clients (which is a protocol that works on top of TCP/IP) for all platforms out there as well.
Check wikipedia for XMPP to give you background information, then look at something like openfire as a server implementation, it's pretty simple to setup and has a web based configuration.
Configure Microsoft Communicator

Categories

Resources