Skip to content

saligerdo/AndroidIM

Repository files navigation

Question (01/2022)

Should this project be maintained and developed again?

Let me know your opinion with a mail to pirngruber@datahub.at. I would also be happy if you write me how you got in touch with the project "Pirngruber/AndroidIM".

OUTDATED

This Project will not be maintained or get Updates anymore!

Support

There is no support given anymore for this project.

AndroidIM

##Android Instant Messaging Application

###Features

User registration
User authentication
Adding a new friend by username
Approving a friend
Messaging with a friend in list
Shows online and offline users
Runs a background service in order to get messages even when the application is closed.
Uses notification area when a new message is received.
Quiting the application(kills the background service) 

###How to:

WebAPI:
    There is a folder whose name is "android-im_WEBAPI", copy all files under "android-im" folder to a folder in            
    your web server directory, 
    for instance android-im that can be accessed by http://192.168.7.5/android-im/ (192.168.7.5 is the IP address of 
    computer which runs apache and mysql, 
    use local network IP address instead of using localhost or 127.0.0.1).
    Open the index.php and enter database connectivity parameters such as host, username, password etc. write 
    error_reporting(0) in top of index.php
    Create the tables in mysql database with the included android_im.sql
    
Android APP:
    set AUTHENTICATION_SERVER_ADDRESS in socketOperator, it must be the address where server folder are located,
    for our example it is http://192.168.7.5/android-im/ (don't use localhost)
    
Then run your application in Eclipse with ADT plugin.
it can be learned how to install Android SDK and ADT plugin.

###Support:

Support now is given by Pirngruber Dominik (d.pirngruber@gmail.com)

WTFPL

About

Android Instant Messaging Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published