Coder Social home page Coder Social logo

simplechat's Introduction

🔥 Simple Chat

The best room chat system for Android. Real-time, IRC Style using firebase as database

Sadly, I don't have time to maintain this. If you'd like to be a maintainer, drop me a message in an issue

Android Arsenal

We bring you a super simple room style chat that you can use in your apps and let the users communicate between themselves and/or with you.

alt text

❤️ Features:

  • REALTIME!
  • Very easy to integrate in your project
  • Anonymous users or with their own username
  • Anti-flood protection
  • Profanity filter
  • Change nickname notifications
  • Helper methods for customizations

⭐ Installation Guide:

Step 1

You should get familiar with Firebase (at least a little) before. https://firebase.google.com/docs/android/setup

Step 2

Because you'll want to modify this to something custom (colors, logic, your auth system etc) there's no point in making a gradle library for this.

Create a new firebase project https://firebase.google.com/console/ and keep your google-service.json file somewhere safe.

Clone, fork or download a zip and check the files. There's no magic inside and I've tried to keep everything as simple as possible. Star this repository :)

Step 3 (Optional)

👮 You might want to implement your auth system, using firebase or your own.

Step 4

???

Step 5

Profit

💬 Release History

  • 0.0.1
    • HELLO WORLD! 🔥

👽 TODO List

Waiting for your suggestions/bug reports

👍 License

Copyright 2016 - present AndroidAdvance.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

simplechat's People

Contributors

andreid avatar subhrajyotisen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

simplechat's Issues

When I hit send button it takes more then a 10 sec to appear from Textview to chat list

What happens is when I hit send button, it takes more then a 10 sec to disapper from textview and appear on chat list.

How can I solve this?

and is there any way I can make another list of parents list and add your activity as child list for invidual parent list. For example I'll have A , B and C parents and If i want to chat inside group A , I will click A and inside it I could be able to chat with others

I'd love to maintain this

Firstly..Thanks a lot..using your code i was able to develop a chat app with complete rooms and all
i would love to improve this app..

i have try and got errorE/ActivityThread: Failed to find provider info for com.google.android.gms.chimera

this is my error i have search on the google but not found it

E/ActivityThread: Failed to find provider info for com.google.android.gms.chimera
E/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sanfinance.sisca/com.sanfinance.sisca.activity.MainActivityChat}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.sanfinance.sisca.activity.MainActivityChat.onCreate(MainActivityChat.java:68)
at android.app.Activity.performCreate(Activity.java:5133)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) 
at android.app.ActivityThread.access$600(ActivityThread.java:141) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) 
at android.os.Handler.dispatchMessage(Handler.java:99) 
at android.os.Looper.loop(Looper.java:137) 
at android.app.ActivityThread.main(ActivityThread.java:5103) 
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:525) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 
at dalvik.system.NativeStart.main(Native Method) 

Nothing happens as loader always loading on screen

12-07 10:23:52.307 6675-7031/com.androidadvance.simplechat W/SyncTree: Listen at /users/75a77100fac8d357 failed: DatabaseError: Permission denied
12-07 10:23:52.330 6675-7031/com.androidadvance.simplechat W/SyncTree: Listen at /the_messages failed: DatabaseError: Permission denied
12-07 10:23:52.361 6675-6675/com.androidadvance.simplechat W/!!!: username:onCancelled
com.google.firebase.database.DatabaseException: Firebase Database error: Permission denied
at com.google.firebase.database.DatabaseError.toException(Unknown Source)
at com.androidadvance.simplechat.MainActivity$4.onCancelled(MainActivity.java:157)
at com.google.firebase.database.zzp.onCancelled(Unknown Source)
at com.google.android.gms.internal.yk.zza(Unknown Source)
at com.google.android.gms.internal.aad.zzIo(Unknown Source)
at com.google.android.gms.internal.aal.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6692)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)

Crash on clicking on user

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version:

  • Autonity Client Version [1.0.0]
  • Asset Token Version [e.g. 22]
  • Parameters [e.g. name, symbol, delegates]

Additional context
Add any other context about the problem here.

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.