Hello Folks, i'm a newbie (in Android app developing i mean...i have a C,C# background over 10 years) !
I'm beginning to develop apps from....today
basic4app is an excellent resource, thank you to all community.
Let's go to hard!
I'm looking for ScrollView control because i'm developing an app to allow an user to connect to my web online community (remote sql server) and see the other users. The target is to allow this app, to interacting in real time with the users on the web community by connecting through. Questions are 2 (for now):
1) I suppose the app should be based to a model which make remote sql queries to get result to shoot on the display. What should be the better way to make a remote query on my sql server and get a list of users or any result ?
2) Is it possible to get a paging model in scrollview being it could happen to get a lot of users to display (in ASP.NET i used the Pager control linked to ListView) ?
Thank you in advance to all!
I'm beginning to develop apps from....today
Let's go to hard!
I'm looking for ScrollView control because i'm developing an app to allow an user to connect to my web online community (remote sql server) and see the other users. The target is to allow this app, to interacting in real time with the users on the web community by connecting through. Questions are 2 (for now):
1) I suppose the app should be based to a model which make remote sql queries to get result to shoot on the display. What should be the better way to make a remote query on my sql server and get a list of users or any result ?
2) Is it possible to get a paging model in scrollview being it could happen to get a lot of users to display (in ASP.NET i used the Pager control linked to ListView) ?
Thank you in advance to all!
Last edited: