Author Topic: Questions about apps and app-development  (Read 1130 times)

0 Members and 1 Guest are viewing this topic.

Offline StevenChilton

  • Major
  • *
  • Posts: 1882
    • View Profile
  • Side: Confederacy
Questions about apps and app-development
« on: August 29, 2018, 01:59:31 am »
Alright, here goes...

The law firm I work for is developing an app. I'm one of the younger people at the firm and they've automatically assumed I'm good with tech. They've put me in some kind of 'technical discussion group' or something to discuss ideas/requirements and then approach app-developers with proposals.

I have no clue about apps. So instead of embarrassing myself in front of the group I thought I'd ask some questions here. With your comments I should be able to bluff it or maybe even make a worthwhile contribution.

The basic idea is for an app that updates users on how their case is progressing, pulls in data from third party sources and displays it (e.g. how busy courts are based on number of court cases per month, price comparison etc), allows clients to book in appointments with lawyers, take payments, order services, automatic reminders, SMS alerts, upload documents and so on. It's trying to get service provision as automated as possible, thereby saving time and money on bureaucracy. Anyway, my questions:

1. Does an app work on like a laptop/desktop, or is it just for smartphones/tablets?
2. Can there be interaction between Android and iOS etc? E.g. can an iPhone user communicate via the app with someone who has it on a Windows desktop or whatever. Or is it literally just two different versions of the same app working separately on each platform?
3. Very rough idea re: cost to build and maintain something like that
4. Any further comments you might have

Thanks.




Offline McPero

  • Lieutenant Colonel
  • *
  • Posts: 2871
  • 17e 5-4 92nd
    • View Profile
  • Side: Neutral
Re: Questions about apps and app-development
« Reply #1 on: August 29, 2018, 08:48:22 am »
4. Why don't you ask that on a forum that specialises in such things? Does anyone in the 'technical discussion group have any idea about apps?
1. I think you need multiple versions so for Windows, Android, iPhone...
2. Yes. Example you can communicate with Steam app on andriod with someone on PC Steam if that is what you mean.
3. Probably worth the investment.
« Last Edit: August 29, 2018, 08:50:32 am by McPero »

Offline Vincenzo

  • Flying Squirrel Dev
  • FSE Developer
  • ****
  • Posts: 2352
  • Dutchman living in Allenstein, Ostpreußen.
    • View Profile
    • Flying Squirrel Entertainment
  • Nick: FSE_Vincenzo
  • Side: Union
Re: Questions about apps and app-development
« Reply #2 on: August 29, 2018, 10:15:03 am »
Alright, here goes...

The law firm I work for is developing an app. I'm one of the younger people at the firm and they've automatically assumed I'm good with tech. They've put me in some kind of 'technical discussion group' or something to discuss ideas/requirements and then approach app-developers with proposals.

I have no clue about apps. So instead of embarrassing myself in front of the group I thought I'd ask some questions here. With your comments I should be able to bluff it or maybe even make a worthwhile contribution.

The basic idea is for an app that updates users on how their case is progressing, pulls in data from third party sources and displays it (e.g. how busy courts are based on number of court cases per month, price comparison etc), allows clients to book in appointments with lawyers, take payments, order services, automatic reminders, SMS alerts, upload documents and so on. It's trying to get service provision as automated as possible, thereby saving time and money on bureaucracy. Anyway, my questions:

1. Does an app work on like a laptop/desktop, or is it just for smartphones/tablets?
2. Can there be interaction between Android and iOS etc? E.g. can an iPhone user communicate via the app with someone who has it on a Windows desktop or whatever. Or is it literally just two different versions of the same app working separately on each platform?
3. Very rough idea re: cost to build and maintain something like that
4. Any further comments you might have

Thanks.

1. Depends on what you mean with apps, if you build an app for one platform then you need to build it for every platform, isen't it much more logical to create a webapp though? that just works through a website, so it works on anything?
2. if you create a bunch of apps, with a server backend, which you would probably need then yes the communication will happen towards this central database and the data is shared. though once again isen't it more easy to build a web app?
3. Depends how big scale the project is, the features you mention are already quite extensive and depending on what company you hire and what features you really really need it could cost 100.000 euro to millions and millions of euro. or up really. You will probably get in a mess of wanting more features and things not working as you hoped they would and having to develop more.
4. If you don't know anything about automation, don't get involved in any decision process about it. thanks, yours, an experienced developer.


The main point is that you guys should first absolutely exactly define what you want to have in this "app";
- What features EXACTLY DEFINED, and how important are those features. So not, simple descriptions, absolutely defined.
- On what devices it should work (android? Ios? windows? mac? )
- Support level needed.
- Uptime requirements.
- etc etcetc....

« Last Edit: August 29, 2018, 10:20:48 am by Vincenzo »

Offline Duuring

  • Duuring
  • ***
  • Posts: 12357
  • Free at last
    • View Profile
  • Side: Neutral
Re: Questions about apps and app-development
« Reply #3 on: August 29, 2018, 11:55:38 am »
FSE Forums to the rescue.

Offline McPero

  • Lieutenant Colonel
  • *
  • Posts: 2871
  • 17e 5-4 92nd
    • View Profile
  • Side: Neutral
Re: Questions about apps and app-development
« Reply #4 on: August 29, 2018, 12:48:20 pm »
If you create website app than you can create android/iphone apps. It would be kinda like discord that you can use on any platform online or you get a android app, or like facebook and android app for facebook and messenger.

Offline Toffee

  • King in the North
  • Donator
  • *
  • Posts: 5365
  • Ex 77y Pfc, 93rd Private and 18e Grenadier
    • View Profile
  • Side: Union
Re: Questions about apps and app-development
« Reply #5 on: August 29, 2018, 02:00:43 pm »
Now Vince is gonna be after part of your paycheck

Offline StevenChilton

  • Major
  • *
  • Posts: 1882
    • View Profile
  • Side: Confederacy
Re: Questions about apps and app-development
« Reply #6 on: August 31, 2018, 02:36:59 am »
Cheers guys, I have the first meeting on Monday. McPero you're really overreacting, they got us together because we're young and more likely to use it. They just want some input as to what people want or how they might use it before they go away and design it. I think they're also inviting us to test out the app at various stages during development.

Just one quick question: what's the difference between an app and a web app? Is the former one that does stuff involving the phone (camera, fingerprint scanner etc) whilst a web app is more suitable for the things we'd need (data feeds, updates, communication, news etc)?