• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best practice of createing mobile store client for Android

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to find any example or article about best practices of implementing android client (not web view and mobile version of page).

There are a lot of great clients for mobile like Ebay, Amazon, PayPal ....

So the amount of such application is increasing every day.

I am trying to develop my own client for online store. I am writting REST API.
There is no problems with getting public data, like list of products.
But it is time to implement such actions like making an order or canceling.

Such actions require authenification.

I have tried to look for any articles, examples of this, but haven't found anything about this topic.

Maybe I am wrong implementing REST API for online store, so please correct me.

I am not asking for code or complete client, I just want to figure out what are best practices and ways of implementing such kind of applications.

What should I use in this case Ouath,... Main principles of building such apps, or just what is the most common way of buildng robust apps.

The main question is authentification and how keep user login and other aspects.

I will be very grateful to everyone.
Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic