Web app or android app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Web app or android app?

I want to develop an e-learning application for studying a foreign language for a project at uni, but I am not sure what's better: a web application or an Android application? I'm new to both, so I want to decide early and start researching more about the one that could work better. Thank you in advance!

10th Oct 2020, 10:59 AM
Ana-Maria
Ana-Maria  - avatar
3 Answers
+ 3
I guess android app. Webapps are great if they are showing real-time data. But webapps will only work online, or u should use pwa Android apps are useful for users. They can install it and work while offline
10th Oct 2020, 11:07 AM
Steve Sajeev
Steve Sajeev - avatar
+ 1
Actually if you have the time, learn React Js. It's a fairly simple JS framework to build simple/complex apps like an e-learning app. When you get some experience you can try React Native, which is a way to build mobile apps with React. Before that, learn some advanced JavaScript to get in the right foot. Also if you plan to have data being stored for later use, like logins, learn Node.js so you can do a server app and Sql to create a database to store user info for example. A warning: What I recommended is really the very basic. You should really search how to use theses together. Good luck and hope you enjoy learning.
10th Oct 2020, 12:04 PM
Rafael Figueiredo
Rafael Figueiredo - avatar
+ 1
I use duolingo and memrise to study foreign languages. Both are apps. But doulingo also has a website. It doesn't really matter to me what it is, app or website, as long as i can use it with a phone.
10th Oct 2020, 12:35 PM
Paul
Paul - avatar