All Projects → noxo → chat-app

noxo / chat-app

Licence: other
Simple Android chat app with Node.js backend

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chat-app

Neteasecloudmusic
仿网易云音乐安卓客户端V6.0
Stars: ✭ 213 (+1021.05%)
Mutual labels:  butterknife
Android-Material-Design-Template
Android Material Design UI Template , with Google Design support , card view , butterknife , CoordinateLayout , CollapsingToolbar .
Stars: ✭ 56 (+194.74%)
Mutual labels:  butterknife
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (+26.32%)
Mutual labels:  butterknife
Android Dagger Butterknife Mvp
Simple application using Dagger Android (2.11-2.17), Butterknife (8.7-8.8), and Model-View-Presenter (MVP) with support for Singleton, Activity, Fragment, and child Fragment scopes written in Java and Kotlin
Stars: ✭ 219 (+1052.63%)
Mutual labels:  butterknife
AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
Stars: ✭ 27 (+42.11%)
Mutual labels:  butterknife
OLA Play Music App
Music Streaming App
Stars: ✭ 27 (+42.11%)
Mutual labels:  butterknife
Acgn Community
A community app for news,animation,music and novels developed material design style.
Stars: ✭ 193 (+915.79%)
Mutual labels:  butterknife
situp android proj
🚀一个基组件化、模块化、MVP + MVVM 计划 App,兼容安卓 10.0 9.0 8.0 等 🔥a app like keep, you can edit your plans here, and you can share your life to others by post, too.🔥
Stars: ✭ 15 (-21.05%)
Mutual labels:  butterknife
ContactsApp
Go-Jek Engineering Task Used MVP and Unit Testing Espresso, Mock Webserver and Activity Instrumentation Tests ,RxJava + RxAndroid + Retrofit 2 + OkHttp 3 + Dagger2 + ButterKnife+ Glide + Active Android ORM
Stars: ✭ 21 (+10.53%)
Mutual labels:  butterknife
SimpleDroidRx
An application that helps you learn and better understand ReactiveX
Stars: ✭ 61 (+221.05%)
Mutual labels:  butterknife
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (+1094.74%)
Mutual labels:  butterknife
FastWaiMai
仿写美团外卖电商项目
Stars: ✭ 123 (+547.37%)
Mutual labels:  butterknife
MVPHulk
Android MVP 快速集成方案 (支持AndroidX)
Stars: ✭ 19 (+0%)
Mutual labels:  butterknife
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+13189.47%)
Mutual labels:  butterknife
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (+26.32%)
Mutual labels:  butterknife
Daily Dozen Android
Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
Stars: ✭ 200 (+952.63%)
Mutual labels:  butterknife
Retrofit-with-EventBus
Retrofit With EventBus
Stars: ✭ 21 (+10.53%)
Mutual labels:  butterknife
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-21.05%)
Mutual labels:  butterknife
Moneycim
Spending Tracker Application
Stars: ✭ 48 (+152.63%)
Mutual labels:  butterknife
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+184.21%)
Mutual labels:  butterknife

chatti

Simple native android chat application with Node.js backend service, to test some modern frameworks :)

setting up server

  • clone repository
  • open folder "chatserver"
  • npm update
  • node index.js (server should be now running at TCP port 3000)

running mobile app

  • clone repository
  • open folder "chatapp" using Android Studio
  • compile and run in Android virtual device
  • login with "trump", password "password1", or "obama", password "password1"
  • by default app connect to 10.0.2.2:3000, which points to localhost:3000 in Android virtual device (this is where Node.js is running by default)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].