Creating a Android app
-
@lakshmana said in Creating a Android app:
@scottalanmiller As from the IRJ update he mentioned that he said that Android App is just a Wrapper from a Website
No, he did not. He said that instead of an Android app you should almost always just make a wrapper for the website.
-
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
@scottalanmiller As from the IRJ update he mentioned that he said that Android App is just a Wrapper from a Website
No, he did not. He said that instead of an Android app you should almost always just make a wrapper for the website.
Basically build the website first, and make sure that the website works well on mobile. Once the website works 100% on desktop and mobile, you would create an app (wrapper) that loads your mobile site.
-
@irj ok Will do that!!
-
Yes, always make the service first, any apps come last.