Choosing Right Development Pattern

  • Replies:2
jklanka
  • Forum posts: 2

Mar 22, 2016, 9:00:10 AM via Website

I want to create an app and should choose a right development structure. app flow is

  1. Firth Authenticate with Server using login screen
  2. Periodically connect to Server and load REST Data ( each 3 minute )
  3. Based on Data need to update the UI Screen
  4. Also GPS Device Location Tracking Data ( Long, lat ) should be push to Server periodically, every 1 minute.

What is the best design pattern I will chooses for this. Are there any starter app for this.

Note : there are restrfit, rxJAva, androidkickstartr, etc

Please advice

Thanks

Reply
Martinelli Martinez
  • Forum posts: 3

Mar 23, 2016, 12:34:16 AM via Website

Why don't you just start coding and gather some experience? You will find out on your path what you did wrong, and eventually you will take a step back and correct your way

Reply
jklanka
  • Forum posts: 2

Mar 24, 2016, 7:02:53 AM via Website

But if there is a kckstart project, it will guid a proper structure in coding.

Reply