Calling the ASP.Net Logged in Page from Android App - Android General

Hello,
I am new to Android Development. I want to know how do I call the logged in ASP.Net website page (.aspx) from Android App. The current solution provided by developer is to send the user id and password from android mobile app through query string of the login web page of the .Net website, do the login process and then access the web page. I think this is not a secure solution. What can be the alternative solution.
Thanks
Anoop

Related

[Q] Communication with web via Visual Basic or Visual C# script in Windows Phone App

Dear developers,
is possible communicate with web page via Visual Basic or Visual C# script in Windows Phone App?
For example:
I have app and in this app some Menu like Login / Forum / Profiles etc...
And if I click on Login button, I send request to web page for login details and web page send me back to app content with login form.
It's similar like Facebook app, but without API caller from facebook.

[Q] Sync database of android app with web server database

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?

[Q] Sync database of android app with web server database

I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
AnilSRawat said:
I am a noob in android development, I developed an android application using sqlite database. I have same application on web server in php using mysql database. I want to sync the changes of whole database(including all six tables) on web server with my android app database. How do I do it? I need to know how do i check if there is some updation in web server database and if there is some updation then how do i get those updations to my android database automatically.
Is there a way to do it without GCM and SyncAdapter?
Click to expand...
Click to collapse
hello there, I'm not sure if this is what you are looking for but it seems to reference what you are questioning.
hope it helps. it has videos and code examples. sorry for external link.
http://programmerguru.com/android-tutorial/how-to-sync-remote-mysql-db-to-sqlite-on-android/

[Q] Any RD Web client for Android to access published app not hosted on Azure cloud?

I have been searching endlessly for the past days for an app that would allow me to access the RD Web published app we are currently setting up.
To go into details, this is like a RDP client but instead of loading the whole windows environment, it loads only the requested app. The app is selected from a page accessed by the mobile device browser.
So far, I have found some apps (like xtralogic) that would allow me to import the .rdp file. Unfortunately this is not practical. The Microsoft RD Client work but it requires the published app to be hosted on the Azure cloud. Unfortunately this will not be an option for at least two years for us.
Is there any application free or paid that will allow such thing outside the Azure cloud?

How to connect android chat application with web chat application?

I am developing a chat application in web as well as in android. All the things have completed on web portal, I used nodejs and redis server for that. Now on android side I have very little experience, but some how managed to create a simple chat application using XMPP and openfire and also connected my Openfire with MYsql database. I can see Openfire users and tables in my Mysql database. But what I want is to connect both web and android apps, like facebook messanger app.. But I don't know how to connect both. I don't want to create user ID's in openfire as those are already in user table.
Or m I doing this in wrong way, should I use common protocol on both web and android?
Please guide me, if someone have done this before.
IRC?

Categories

Resources