Creating a Android app
-
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
-
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
Learning how to ask questions correctly, will go a long way. Many if not most of the time, management doesnt give you the best solution. You need to go out and find the best solution. They just give you an idea of what they want as the end result. You must go and find the best possible way to implement, and achieve the required results.
-
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
The app is to make the people to understand the daily news,Government exam updates and then Job portal according to the location the people located in India
-
@lakshmana said in Creating a Android app:
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
The app is to make the people to understand the daily news,Government exam updates and then Job portal according to the location the people located in India
Where will it pull that information from? From random news sources? Why do you want the user to log in if not to a central server?
-
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
The app is to make the people to understand the daily news,Government exam updates and then Job portal according to the location the people located in India
Where will it pull that information from? From random news sources? Why do you want the user to log in if not to a central server?
Because I am maintaining one page in Facebook that users needs to be moved to that App first then other people who is in Internet can be use that app
However need one Server to host the site !!!
-
@lakshmana said in Creating a Android app:
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
@scottalanmiller said in Creating a Android app:
@lakshmana said in Creating a Android app:
It can be done by Andoroid App or only through Web hosting ?
It would be insanely silly to do only with an Android app, but can you? You aren't asking good questions. And you list a lot of requirements, but those are essentially boilerplate and don't mean much. I'm not clear what the app is.
The app is to make the people to understand the daily news,Government exam updates and then Job portal according to the location the people located in India
Where will it pull that information from? From random news sources? Why do you want the user to log in if not to a central server?
Because I am maintaining one page in Facebook that users needs to be moved to that App first then other people who is in Internet can be use that app
However need one Server to host the site !!!
If you need a server to host the site, what is the purpose of the Android app?
-
@scottalanmiller As from the IRJ update he mentioned that he said that Android App is just a Wrapper from a Website
-
@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.