How to develop software using templates for mobile applications

I need to develop a mobile application on Android that will be used only by a few office people and below:

  • Usually in office rooms or meeting rooms we have a WAP to access the Internet, which is connected to the router and then to the Internet server.
  • Now the application should be able to contact WAP, Router in order to get their status.
  • The application should be for mobile devices.
  • Only registered users can use this application.
  • only one application on each mobile device
  • First install the application and register with the appropriate company before using it.
  • At the moment, the application is designed for the Android platform, but in the future you may need the same application for iOS mobile phones.

I need a suggestion / guide on using application design before running the code. At the moment, I can think of using 2 design patterns, i.e. Singleton and Factory Pattern (for user registration). Also, I'm not sure what language I need to develop a communication library so that it can also be used cross-platform.

Do we need to follow any client-server architecture for the application above?

Please throw a little light above.

Thank,

+4
source share
1 answer

Here is a good article on iOS design templates :

http://www.raywenderlich.com/46988/ios-design-patterns

0

All Articles