Gamester is a mobile only social-network for gamers.
Project goal
Solutions
1. Handling lots of users instant message, i follow the queue process where every time message comes i used android os handler to process those ui messages using handler message queue which actually solve the problem of hang and crash.
2. Recycler view i have used to prevent memory leak and same handler message quque followed to process ui tasks in queue.
3. Fire base used for Push notification as long as user minimize the application or closes the app.

0 Comments