如何创建一个小应用程序

如何创建一个小应用程序

问题描述:

我想在手机上创建一个小型离线聊天应用程序..只能用短信进行交流。请你帮我处理一下。



删除了SHOUTING - OriginalGriff [/ edit]

I want to create a small offline chat application in mobile .. only to communicate in text messages.Could you please help me with the proceedure.

[edit]SHOUTING removed - OriginalGriff[/edit]

首先确定你想要做什么,以及它们如何一起工作。

然后决定你支持哪些框架,什么语言,什么操作系统。



然后你可以编写规范,设计应用程序,看看在开始实施。最后一点意味着找出发送和接收文本的 - 这将取决于框架,语言和操作系统。



当你完成这个批次之后,它将从任何一个早期阶段进行测试,测试,测试和重复,直到你有一个完整的,有效的应用程序。
Start by working out exactly what you want to do, and how it's all going to work together.
Then decide what framework, what languages, what operating systems you are goign to support.

Then you can write the specification, design the application, and look at starting implementation. The final bit is going to mean working out how to send and receive texts - and that's going to depend on the framework, the language, the OS.

When you have that lot done, it's test, test, test, and repeat from any of the earlier stages until you have a completed, working application.