• 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

Problem creating servlet for my android application in eclipse

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there!

I working out an android application that has a function of like VOIP and messaging type function between two different android phone. Each user register an account to the app to use the features. And I have a problem on creating a servlet in eclipse, when i right-click "New...Servlet" on my android project, i couldn't create it because it is an android project folder so I would like to ask for help on my problem on how to create the servlet in android project.

Best Regards!

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web app projects are completely different from Android projects; there isn't really any overlap, so it doesn't surprise me that the IDE doesn't let you mix them.
 
ebi leong
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh okay..
Erm so how do I create a servlet for my android project because i need to make a communication between the android and mySql database. And i search some tutorial on creating the servlet in android but i couldn't understand how to create an servlet for android in eclipse. So I'm trying to seek for help on this problem, as i heard it does similar coding as doing JSP servlet.

Best regards
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic