Nwenar Ismail

Nwenar Ismail

  • NA
  • 83
  • 4.6k

how to use ssms database with xamarin.android as local server

Jul 30 2021 11:31 PM

I have an android app for Q&A so I have Designed a layout I need You Guys To Do Show Datas within my Layout from a local server SSMS Like sqlCommand cmd = new sqlCommand("Select * From Mytable"); textview1.text = First Column is data; And How Can I make my app to generate My Layout as the data's number like for(int i = 0;i = Data Row Num; i++){ Generate A layout }