Is it possible to create an Android application where the server side run on Android Mobile?

elmodai

I am studying the feasibility of developing a mobile application for Android, for traders, where the client-side installs on a smartphone (A) and of course, through Google Play, and server-side installs itself in another smartphone (B) that installs via the Play also.

B through the merchant takes pictures of your items and upload adding a description (this article) for the application server side, in ways that the user A, which has the side application client can enjoy the products.

In short:

  1. Capturing data to the server must be made ​​through an Android phone that can take pictures of products and upload to the system and adding text to describe the product.
  2. Consultation of products will be made ​​by a mobile phone with Android as well.

Is it possible to do this? If not, I would appreciate to give me suggestions on how to do this. But I wanted to try not to make using computers (PC / Mac) or web app to load the data to the application. I want a system purely mobile. Maybe will use the computers to store the BD system only.

Ilya Kogan

When you say the server side is a phone app, you imply that the phone is always on, the app is always running, and you need no central storage whatsoever.

You also lose any ability to keep analytics for your service, which is a crucial part of any startup.

If you want your app to have the server available even 80% of the time, and you want to keep a central database of what's going on, you must have some server you can control.

There are a lot of very cheap and manageable cloud solutions, so you don't need to buy an actual server.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Server side language for native android application

From Dev

My client server application run in eclipse emulator but not in real android mobile phone

From Dev

how can i run an android mobile application with Genymotion from eclipse?

From Dev

Database for android mobile application

From Dev

What are the best practices on the server side for storing a token for an android application

From Dev

Android application using asp.net in server side

From Dev

Store image from Android application to a MongoDB instance on server side

From Dev

Android application with Parse - How to respond to events on the server side

From Dev

Where to run complex algorithms? Server side or Client side?

From Dev

Is it Possible to run both Server and Client android applications Locally?

From Dev

run android application at a time

From Dev

Mobile Application Development using Android

From Dev

Mobile Application Development using Android

From Dev

Android - Server communication with mobile apps

From Dev

Eclipse create android application

From Dev

Android create a service application

From Dev

Is it possible to run python libsvm in Android?

From Dev

Is it Possible to run JNLP files on android?

From Dev

Is it Possible to run JNLP files on android?

From Dev

is it possible to run external js script in a angularjs/ionic mobile application

From Dev

Sending alerts / notifications from server side to android application without internet access

From Dev

Is it possible to port an iOS application to Android?

From Dev

It is possible to watch the location in the background on Mobile (iOS / Android)?

From Dev

Is it possible to trigger Android service from mobile browser?

From Dev

Where to store attachments for the Android application?

From Dev

Android Studio - Run application with coverage

From Dev

Intellij "Run as Android application" missing

From Dev

How to run Android application on Windows?

From Dev

Is it possible to run chrome in mobile emulation mode with Selenium Server with InternJS

Related Related

  1. 1

    Server side language for native android application

  2. 2

    My client server application run in eclipse emulator but not in real android mobile phone

  3. 3

    how can i run an android mobile application with Genymotion from eclipse?

  4. 4

    Database for android mobile application

  5. 5

    What are the best practices on the server side for storing a token for an android application

  6. 6

    Android application using asp.net in server side

  7. 7

    Store image from Android application to a MongoDB instance on server side

  8. 8

    Android application with Parse - How to respond to events on the server side

  9. 9

    Where to run complex algorithms? Server side or Client side?

  10. 10

    Is it Possible to run both Server and Client android applications Locally?

  11. 11

    run android application at a time

  12. 12

    Mobile Application Development using Android

  13. 13

    Mobile Application Development using Android

  14. 14

    Android - Server communication with mobile apps

  15. 15

    Eclipse create android application

  16. 16

    Android create a service application

  17. 17

    Is it possible to run python libsvm in Android?

  18. 18

    Is it Possible to run JNLP files on android?

  19. 19

    Is it Possible to run JNLP files on android?

  20. 20

    is it possible to run external js script in a angularjs/ionic mobile application

  21. 21

    Sending alerts / notifications from server side to android application without internet access

  22. 22

    Is it possible to port an iOS application to Android?

  23. 23

    It is possible to watch the location in the background on Mobile (iOS / Android)?

  24. 24

    Is it possible to trigger Android service from mobile browser?

  25. 25

    Where to store attachments for the Android application?

  26. 26

    Android Studio - Run application with coverage

  27. 27

    Intellij "Run as Android application" missing

  28. 28

    How to run Android application on Windows?

  29. 29

    Is it possible to run chrome in mobile emulation mode with Selenium Server with InternJS

HotTag

Archive