Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Android
  4. regarding andriod app development

regarding andriod app development

Scheduled Pinned Locked Moved Android
databasesql-serversysadminquestion
4 Posts 4 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 10740645
    wrote on last edited by
    #1

    how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach

    T U 2 Replies Last reply
    0
    • U User 10740645

      how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach

      T Offline
      T Offline
      thatraja
      wrote on last edited by
      #2

      Did you search Google for this? Using SQLite Database with Android[^] How to connect and access SQL Database server from Android app[^]

      thatraja

      Code converters | Education Needed | Improve EverythingNew

      O 1 Reply Last reply
      0
      • T thatraja

        Did you search Google for this? Using SQLite Database with Android[^] How to connect and access SQL Database server from Android app[^]

        thatraja

        Code converters | Education Needed | Improve EverythingNew

        O Offline
        O Offline
        Oluwafikayo Ajayi
        wrote on last edited by
        #3

        You can create an ASP.NET WEB API which returns data in JSON format which is a data format that is friendly with Mobile platforms and then consume the Web API from your android application check the official asp.net site for tutorials on getting started with ASP.NET WEB API. http://www.asp.net/web-api[^] Hope this helps.

        1 Reply Last reply
        0
        • U User 10740645

          how can make connect andriod app to central database like sql server,my sql using jdbc? please suggest me coding part if it is not possible,please suggest me any approach

          U Offline
          U Offline
          User 10333297
          wrote on last edited by
          #4

          My answer may help you to get this doubt clarified. We can not connect to SQL Server or My SQL database from Android app. We need to have a middleware client to get this done. This is called "Web Service". Basic flows of web service are (From mobile app perspective); 1. Generally Mobile application (In your case Android app) requests some data to web service. 2. Web service fetches data from backend (SQL Server & My SQL etc..) and passes to Mobile application. 3. Mobile Application processes the data. So, My suggestion to you to connect to database from Android app is, You learn the basics of web service. Every mobile platform has got APIs to call web service. Thank You,

          Irudaya Raj, Mobile Application Developer (Android, iOS & Windows Platforms), Bosco Soft Technologies PVT limited, Thiruppattur.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups