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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What mobile app framework do I choose for my hobby project?

2 点作者 elgfare超过 4 年前
I haven't made an app before, except for dabbling with a native Android app approx 8 years ago. I want to create a sort of tracking app, so I want calendar views, various input forms, and a storage/database of sorts, no animation. This is a hobby project. I just read a few "top 10 app frameworks for 2020" style articles and I really cannot tell any of them apart. Any recommendations?

1 comment

OneFunFellow超过 4 年前
Take a look at the Ionic framework + Capacitor.<p>In essence it&#x27;s a UI library with a HTML-like syntax. You write your application in Angular, React, or Vue and you don&#x27;t have to mess with recreating UI elements. Here is a list of the pre-made Ionic components that you can glue together to create your app [1]. Here is a site where you can play with the components and see them in action. [2] You can also purchase &quot;starter apps&quot; that have boilerplate such as Facebook login, geolocation, and more built in [3]. You can also use Capacitor JS to access native platform features (camera, clipboard, localstorage) without knowing any native code. [4].<p>I too am new to this and to me it makes much more sense to use Ionic rather than learn the deep and ever-shifting platform specific-code.<p>[1] - <a href="https:&#x2F;&#x2F;ionicframework.com&#x2F;docs&#x2F;components&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ionicframework.com&#x2F;docs&#x2F;components&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;ionicsvelte.firebaseapp.com" rel="nofollow">https:&#x2F;&#x2F;ionicsvelte.firebaseapp.com</a><p>[3] - <a href="https:&#x2F;&#x2F;ionicthemes.com&#x2F;product&#x2F;ionic5-full-starter-app-pro-version" rel="nofollow">https:&#x2F;&#x2F;ionicthemes.com&#x2F;product&#x2F;ionic5-full-starter-app-pro-...</a><p>[4] - <a href="https:&#x2F;&#x2F;capacitorjs.com&#x2F;docs&#x2F;plugins" rel="nofollow">https:&#x2F;&#x2F;capacitorjs.com&#x2F;docs&#x2F;plugins</a>