Need help on making a "Viber" like app

innocsente13

New Member
im new to android programming but i know something on vb programming .. i need to make or remake "Viber" like program .. a program that will call android phones through wifi .. i badly needed someone or anybody to help me on this .. this is for my thesis .. i will not graduate if i didnt make this work .. please help me .. im willing to do any suggestions you will give .. thank you in advance
 

flyingbag

Member
Licensed User
Longtime User
im new to android programming but i know something on vb programming .. i need to make or remake "Viber" like program .. a program that will call android phones through wifi .. i badly needed someone or anybody to help me on this .. this is for my thesis .. i will not graduate if i didnt make this work .. please help me .. im willing to do any suggestions you will give .. thank you in advance
Hello,
Look at the samples posted in my question:
http://www.b4x.com/forum/basic4android-updates-questions/20398-problem-sockets-asyncstreams.html

Just change the port number in client to match that of the port number in the server code

The app is a simple proof of concept : Send text from server app to client app

You can possibly expand the idea and create a viber like application
 
Upvote 0

innocsente13

New Member
thank you so much for this .. i hope you or someone can help me continue how to do this app .. should i use same ip for client and server?
 
Last edited:
Upvote 0
Top