1

Is it possible to store a applications content in a webpage and retrieve the same from there using another application in android.

RBS
  • 259
  • 3
  • 9
  • @RBS please make your question more clear , Whats your need and what you have tried ? – Renjith K N Sep 03 '12 at 10:27
  • 1
    @RenjithKN I need to write an application that stores its content in webpage(for example a simple text "hi") and another application should get that string "hi" from that webpage. – RBS Sep 03 '12 at 10:30
  • 2
    @RBS Its posible, which one you have tried web service or just a web page – Renjith K N Sep 03 '12 at 10:33
  • @RenjithKN Its actually a project given to me and i don't have any idea about how to do it. Give me some suggestions to do it so that i can start my project. – RBS Sep 03 '12 at 10:37

1 Answers1

2

I think web service is the right call for you
Please have a look on the following stack links they will give you some ideas,

  1. Web service
  2. Content from web page

Hopes this helps you :)

Community
  • 1
  • 1
Renjith K N
  • 2,613
  • 2
  • 31
  • 53