简体   繁体   English

我们如何将aspx页面内容解析到Android应用程序?

[英]How can we parse a aspx page content to an Android app?

I want to login to a web application from an Android App. 我想从Android应用程序登录到Web应用程序。 How can i parse ASPX control to my Android app? 如何将ASPX控件解析为我的Android应用程序? Actually i want to make an android app for my university website.i want user to signin to their university account and see timetable. 实际上,我想为我的大学网站制作一个Android应用。我希望用户登录其大学帐户并查看时间表。

You can download the HTML from accessing the page. 您可以通过访问页面下载HTML。 From a client perspective, a page with .aspx is just a traditional web page. 从客户端的角度来看,带有.aspx的页面只是传统的网页。

However, you'll find that's an exceedingly bad way to go about things. 但是,您会发现这是处理事情的极其糟糕的方法。 If the design of the website changes, it will break your app. 如果网站的设计发生变化,它将破坏您的应用程序。

If you really want to build an app, get permission from your university and get direct access to their data and build a proper app. 如果您真的想构建一个应用程序,请征得您大学的许可并直接访问他们的数据并构建一个合适的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM