- My Forums
- Tiger Rant
- LSU Recruiting
- SEC Rant
- Saints Talk
- Pelicans Talk
- More Sports Board
- Fantasy Sports
- Golf Board
- Soccer Board
- O-T Lounge
- Tech Board
- Home/Garden Board
- Outdoor Board
- Health/Fitness Board
- Movie/TV Board
- Book Board
- Music Board
- Political Talk
- Money Talk
- Fark Board
- Gaming Board
- Travel Board
- Food/Drink Board
- Ticket Exchange
- TD Help Board
Customize My Forums- View All Forums
- Show Left Links
- Topic Sort Options
- Trending Topics
- Recent Topics
- Active Topics
Started By
Message
Not tech savvy but want to start an app and website
Posted on 12/2/20 at 11:40 pm
Posted on 12/2/20 at 11:40 pm
What’s the best way to go about accomplishing these two things the will talk and mirror each other?
What would be the cost to have some develop both but all me in the end to basically control the content delivered through the app and website?
What would be the cost to have some develop both but all me in the end to basically control the content delivered through the app and website?
Posted on 12/3/20 at 12:01 am to Lickitty Split
(no message)
This post was edited on 12/13/20 at 1:52 am
Posted on 12/3/20 at 12:15 am to bigblake
Who do I go to to provide me these services? I’m thinking it could be as basic as a Drudge Report website and maybe an app that correlates to something that basic. I’m not wanting tons of graphics or ads all over this thing. The more minimal the better.
This post was edited on 12/3/20 at 12:16 am
Posted on 12/3/20 at 12:17 am to Lickitty Split
quote:The best way or the cheapest way?
What’s the best way to go about accomplishing these two things the will talk and mirror each other?
quote:The cost can vary so much it's not even worth throwing out a number. Some of the variables will be what type of features you need, the type of content you'll be serving, whether you need authentication, how big you expect to grow, and on and on. You'll need to really hash out the details if you want anything resembling an accurate figure, and even after doing that with a few shops you might get quotes that vary by a factor of 10 or more.
What would be the cost to have some develop both but all me in the end to basically control the content delivered through the app and website?
I do a little web and app development, so I'll try to give you an idea of some of the options for doing what you want given that you need an app and a website.
First you need to decide whether you want the experience to be best on the web, the app, or both. If you want both a top-notch web and app experience, it may come close to doubling the cost (and maybe more again if you want android and iphone). This would be if the entire app were coded "native" for each platform, and sometimes this is the best way to achieve the desired result.
There are several ways to substantially reduce the amount of work involved in developing for multiple platforms (by sharing most or all of the code), but you lose a little bit on one or the other depending on the route you take. You can build web-first and roll it up into an app, or you can build app-first and compile it for the web. Each way comes with its own trade-offs, but for most basic apps there isn't really much difference. Almost all web apps these days are built to be "responsive", which just means it responds and adapts to various screen sizes (like TD does), so they're pretty much an app when viewed on a phone anyway. This is how some of the web-to-app methods work actually, it's just a stripped down web browser app that installs on the device, and it only loads your website.
The app-first method that compiles to web is still a bit rough, but it's improving. I mostly use something called Flutter, and with it you can produce some really great and snappy mobile apps. It will build for the web, but this works best if there aren't many special features required.
I hope I didn't overload you too much, but I just wanted to give you an idea of what to look out for so you don't end up with something you weren't expecting.
Posted on 12/3/20 at 12:25 am to Lickitty Split
quote:In that case you can probably get a wordpress site going with a few clicks. Pick a theme and start writing content. There are lots of options for "converting" a wordpress site into an app.
I’m thinking it could be as basic as a Drudge Report website and maybe an app that correlates to something that basic. I’m not wanting tons of graphics or ads all over this thing. The more minimal the better.
Posted on 12/3/20 at 12:28 am to Korkstand
What about linking to other pages like you can on here? Is that something difficult to do?
I appreciate your help btw.
I appreciate your help btw.
This post was edited on 12/3/20 at 12:30 am
Posted on 12/3/20 at 12:44 am to Lickitty Split
Very simple with wordpress or any other tool built for the web.
Posted on 12/3/20 at 1:47 am to Korkstand
(no message)
This post was edited on 12/13/20 at 1:52 am
Posted on 12/3/20 at 7:57 am to bigblake
I think the website first then app is the route for me to go. It seems like the path of least resistance.
I know some people prefer apps rather than websites even though they can be practically the same thing. I want to cover both bases but not really do anything special on either. It would be a bare bones type thing.
I know some people prefer apps rather than websites even though they can be practically the same thing. I want to cover both bases but not really do anything special on either. It would be a bare bones type thing.
Posted on 12/3/20 at 8:27 am to bigblake
quote:There are numerous ways to abstract away the database layer behind an API to decouple it from the front end. Or really pretty much any tools you use to build a website or app will have libraries available to talk directly to the database. The database doesn't care about the front end, it just delivers the data. As long as you know how the data is modeled, the complexity is pretty much the same in my experience.
Kork, I don't know how it would work with both an app/website as you would need to share the same database, adding a lot of complexity. To me, it would be easier to start with a website, unless you really needed an app for the core part of the business idea.
But yes it's definitely easier/cheaper to start with a website if you want one regardless. That way it's available on all platforms right away, and you can worry about adding to the experience with an app later.
Popular
Back to top
