TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How can a college student quickly launch a mobile startup?

3 点作者 lacero超过 11 年前
I'm looking for guidance from the community on building the backend for an android app. Do you know of any thorough books/tutorials that include code examples of how to build a Web Service that would be used as the back-end of an Android app? I would be particularly interested code advice about security and crud functionality.

2 条评论

throw471474超过 11 年前
You have a few options.<p>1. Phonegap.<p>2. UIWebView for iOS and android.webkit.WebView for Android.<p>3. Sencha. etc...<p>It shouldn&#x27;t take that long to do this.
评论 #6735179 未加载
davidsmith8900超过 11 年前
- 1. <a href="http://programmers.stackexchange.com/questions/213658/two-or-one-git-repo-for-android-app-web-service-backend" rel="nofollow">http:&#x2F;&#x2F;programmers.stackexchange.com&#x2F;questions&#x2F;213658&#x2F;two-or...</a><p>2. <a href="http://android-developers.blogspot.com/2013/06/adding-backend-to-your-app-in-android.html" rel="nofollow">http:&#x2F;&#x2F;android-developers.blogspot.com&#x2F;2013&#x2F;06&#x2F;adding-backen...</a><p>3. <a href="http://stackoverflow.com/questions/8451868/adding-a-database-backend-to-android-applications" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;8451868&#x2F;adding-a-database...</a><p>4. <a href="http://jatin4rise.wordpress.com/2010/10/03/part-2-calling-a-webservice-from-android-application/" rel="nofollow">http:&#x2F;&#x2F;jatin4rise.wordpress.com&#x2F;2010&#x2F;10&#x2F;03&#x2F;part-2-calling-a-...</a><p>5. <a href="http://stackoverflow.com/questions/11396549/web-app-engine-google-plugin-creating-an-backend-for-your-android-app" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;11396549&#x2F;web-app-engine-g...</a>