0

i had to develop a app in android for mobile blogging (to update a site by this app). How can i develop this app..pls any one give a overview..

Select0r
  • 12,234
  • 11
  • 45
  • 68
seraj
  • 1
  • 1

2 Answers2

3

http://developer.android.com/index.html

Install the SDK, read the tutorials, get started. Then come back with specific questions once they pop up.

Select0r
  • 12,234
  • 11
  • 45
  • 68
  • ya am having. i have designed user interface in mobile side...i want details how to communicate with website and how send a meg to website? – seraj Feb 03 '11 at 09:43
  • Show what you've done so far. Post some code you need help with. Explain what exactly you mean with "communicate with website". I guess you won't get better answers if you leave people guessing and/or expect them to post a whole solution for you out of the blue. – Select0r Feb 03 '11 at 10:45
0

If your website supports XML-RPC (like Wordpress) you can build your own too (or use an existing one)

http://codex.wordpress.org/Weblog_Client

Swaroop
  • 908
  • 1
  • 12
  • 25