Giter Site home page Giter Site logo

androidim's Introduction

AndroidIM

##Android Instant Messaging Application

###VIL - Very Important Link's

V-City
Demo-App PlayStore
Installation-Tutorial

###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 make it run:

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 ([email protected])

androidim's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.