java 如何在 android 中创建即时聊天应用程序,例如 whatsapp 并使用简单的 ui 进行徒步旅行

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25398146/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-02 07:56:50  来源:igfitidea点击:

How to Create Instant Chat App in android like whatsapp and hike with simple ui

javaandroidxmlchat

提问by sureshssk

Frnds I am newer to android trying to create android chat app like whatsapp and i dont know the way or starting point how to create and what to study. Please help me to learn and implement chat application for android. The app Must be based on google cloud messaging.

Frnds 我是 android 的新手,试图创建像 whatsapp 这样的 android 聊天应用程序,但我不知道如何创建和学习什么的方式或起点。请帮助我学习和实现适用于 android 的聊天应用程序。该应用程序必须基于谷歌云消息传递。

回答by Michael Kleimann

Learn Java first, how to write Server applications and how TCP/IP works. When you can look at the special aspects of Android.

首先学习 Java,如何编写服务器应用程序以及 TCP/IP 的工作原理。当您可以查看Android的特殊方面时。

There are many free programming related books for all topics on this Github page.

这个 Github 页面上有许多与所有主题相关的免费编程相关书籍。