We’ve developed a demo Android chat room application using AppWarp which is our realtime multiplayer network cloud engine. This chat room application also illustrates the use of our match-making apis which we introduced in our last release. Specifically it highlights the benefits in terms of ease of use and time saving for developers by delegating the work of searching for the desired room to our cloud server.
私達はデモAndroidチャットルームアプリを、私達のリアルタイムマルチプレイヤーネットワーククラウドエンジンであるAppWarpを使用して開発してきました。このチャットルームアプリはまた、以前リリースで紹介したマッチメイキングAPIの使用法も説明しています。特にルーム検索を私達のクラウドサーバーに委託することで、開発者にとっての使いやすさと時間節約の観点からそのメリットを強調しています。
Hemos desarrollado una aplicación tipo demo de sala de chat usando AppWarp la cual es nuestro motor en la nube de red multijugador en tiempo real. Esta aplicación de sala de chat también ilustra el uso de nuestra match-making apis, el cual presentamos en nuestro último lanzamiento. Especificamente esto destaca los beneficios en terminos de la facilidad de su uso y el tiempo ahorrado por los desarrolladores delegandole el trabajo de busqueda de la sala deseada a nuestro servidor en la nube.
Since AppWarp is cross-platform, one can easily build similar applications for iPhone, Windows Phone, J2ME based phones and make them interact with each other in realtime.
Click To Tweet
Watch our video tutorial on how to download, build and get it running.
If you are modifying the topics of the room, then you need to modify the contents of the strings.xml file as well accordingly. Edit the following code snippet in this file as required.
sports
entertainment
education
books
science
AppWarpはクロスプラットフォームなので、iPhoneやWindows Phone、J2ME Phoneのために同様のアプリを作り、リアルタイムで相互に関連させることが容易に可能です。
ダウンロードや作成方法、運用の仕方についてのビデオチュートリアルを見てください。
もしルームのトピックを修正するならば、strings.xmlファイルのコンテンツも一緒に修正する必要があります。このファイルで指示通りに次のコードスニペットを編集しましょう。
sports
entertainment
education
books
science
Desde AppWarp es una multiplataforma, permite hacer facilmente aplicaciones similares para iPhone, teléfonos Windows, teléfonos J2ME y permite que interactuen entre ellos en tiempo real.
Click To Tweet
Mire el video tutorial de como descargar, hacer y poner a funcionar
Si esta modificando los temas de la sala, entonces debe modificar los contenidos de los archivos strings.xml en consecuencia. Edite el siguiente segmento de código en este archivo como sea requerido.
sports
entertainment
education
books
science
Leave A Reply