[Q] Tools/Framework to build App needed? - Other Tools & General Discussion

Good morning,
Apologies in advance - newbie here with some great ideas that I'd like to put to use in an app but a bit clueless whereto begin. I'm looking at creating an app that will let users create events at pre-defined locations (i.e nightclubs which will contain a bio/info) which will be displayed in a list as well as on a map (ideally google maps which everyone is familiar with). Users should also be able to RSVP to the event.
Any idea what kind of framework/tools i will require for this project?
Any help is appreciated
Kind regards,
Erik
AUS

Related

[Q] Noob needs help to create event calendar app

Hi all,
I'm a noob app developer trying to do it for the first time. I'm trying to create an event calendar app for company's internal purposes. So that everyone in the company (which uses a lot of android phones) can be updated on company events that are coming up.
My approach is to create a database with MySQL for events input, and to use PHP to connect the database which is in a server and to push it to the android devices that are used in the office as that's how I found it in a tutorial from HelloAndroid.
My questions are:
1. is this the best approach to create such app?
2. Can I use Android's default calendar to input these events? if not is there some kind of calendar template that I can use to display the information to the users.
Probably will have more questions as I progress, but please help if anyone is more experienced in these matters than I am.
Thank you very much, and really appreciate the inputs that I'm gonna get
A simple solution would be to use Google Calendar.
By using GC you can add/edit events either from a PC (work or home) or your Mobile anywhere in the World.
All that is required is for someone to first set up the calendar on Google and push it out to all those who you want to see it.
This way you are not isolating anyone who does not have an Android Phone.
that's a really good point. Especially in a closed environment like an office. I didn't think of that before. THank you very much.
However, if let's say I want to try to build an app for that for public use, not just confined to limited numbers of people in a company.
Would that be the best approach or if there's any better way to approach it. I may decide to build the app after all just to learn and gain experience in app development.
thanks again for the feedback, really appreciate it.
I can't really give you advice on developing an App sorry.
All I can say is the method I mention is the one which I use to keep all my Operational Team (Surgeons/Doctors/Nurses/Admin/etc) updated and advised.
There's nothing short in you developing your own Calendar App but you would have to ensure it would be available to all and that includes anyone anywhere regardless of the fact they are at work, home, holiday, with Android or not, have a Phone, PC, Mac, etc... etc...
For that there's already a stable tool by the name of Google Calendar.
If you do develop one I'd still be interested in seeing what ideas you could bring into practice that would have a benefit over GC.
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
racdyn said:
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
Click to expand...
Click to collapse
No problem.... I wish you well on your venture.
Do please let us all know how you get on.. You never know, if it becomes that good I may even use it myself over the stock calendar App or any of the other's that already link to GC.

[Q] Total NOOB needs some help :)

Hi all,
My name is Fabian, and I have a strong background in C. (Done a CS course in C).
I want to do an Android app for my final project(nothing too fancy or complicated but I have to at least have some interface ) and I'm a little stuck with how to proceed from here.
I watched the Java essential course on Lynda and I did understand a little the difference between C in Java, however I don't know how to proceed from here to actual Android development.
If anyone can recommend me finding a crash course, a book or any other resource that could get me up and running as soon as possible, I would really appreciate it.
I don't mind spending money on it.
Thanks in advance.
Fabian
fabiansc said:
Hi all,
My name is Fabian, and I have a strong background in C. (Done a CS course in C).
I want to do an Android app for my final project(nothing too fancy or complicated but I have to at least have some interface ) and I'm a little stuck with how to proceed from here.
I watched the Java essential course on Lynda and I did understand a little the difference between C in Java, however I don't know how to proceed from here to actual Android development.
If anyone can recommend me finding a crash course, a book or any other resource that could get me up and running as soon as possible, I would really appreciate it.
I don't mind spending money on it.
Thanks in advance.
Fabian
Click to expand...
Click to collapse
A great resource for Android development is the official Android training documentation from Google, as well as these tutorials. Let me know if you still have questions I'll be happy to help.
thanks little question regrading databases
shimp208 said:
A great resource for Android development is the official Android training documentation from Google, as well as these tutorials. Let me know if you still have questions I'll be happy to help.
Click to expand...
Click to collapse
Hi,
Thanks for your help I learned a lot and I'm already planning my app
I just have one question that could really help.
I want to make an app where people on different devices can interact and send each other tasks. I guess I need a kind of SQL server that supports Android, right? Is there a better or at least more economic way to do it if I will have around 1000 users where each one can add people to send tasks to?
Many thanks,
Fabian
And one more question
Is there any way to do a phone number authentication (like Whatsapp) instead of user name and password which I think is a little to tedious for my planned app ?
Thanks in advance
Hola, for the task sending. Would you like to make all task public? Or should you send it like a message?
But when i need access to a server, i use php scripts. But we can take that later, when you have answered my last question
For the phone number authentication, you have to have a online database, with all phone numbers. User inserts their phone number, the first time they starts the app. Then you can retrieve it from the database. But we can also take that later.
I´m glad if i helped.
(Sorry for my bad english.. )
Hola
Well I want it to be like a manager that gives a task to his employee. I want the task to be between them and only they can close it.
Likewise, it would be a problem if I make a simple phone number insertion if there's no validation. I was thinking about a number verification (like whatsapp) to prevent other people from accessing the tasks.
Do you think it's possible or should I go with username and password?
Thanks
fabiansc said:
Hi,
Thanks for your help I learned a lot and I'm already planning my app
I just have one question that could really help.
I want to make an app where people on different devices can interact and send each other tasks. I guess I need a kind of SQL server that supports Android, right? Is there a better or at least more economic way to do it if I will have around 1000 users where each one can add people to send tasks to?
Many thanks,
Fabian
Click to expand...
Click to collapse
I am using OpenShift - https://www.openshift.com/developers - which is a open source cloud architecture in that they offer packages like NodeJS and DB's. They allow you to have 'gears' which I guess is their name for services running on their cloud. The free account has 3 gears.
I currently only have a NodeJS server running to deliver files however (as far as I understand it) you can have MySQL and others as a backend. I would think that whatever devices you develop on would simply log into the DB and look up messages/tasks etc. I would also think that your app could insert those things. The best part is it is free until you reach Enterprise level or so. I would check it out since free is good. Offhand, I do not know what DB's Android supports via java but MySQL is probably one of them.
Just some info for you to examine.
Good luck
Hola, of course its possible! But maybe Username and Password is easiest.
You can use e-mail validation.
I actually worked on a application, there store products in databases. So i have tried it before. Ask if you are confused
And Sum1nil, sqlite is implemented in android, so for local database, use sqlite.
But for online database access, i use php

[Q] Data collection and implementation

Hello forumers,
I hope you will help me with this as I am creating my first ever app!
Right so, the major questions that I have are these: my application is map based. I need to gather big numbers (10+k) of data of specific locations and implement them into the map somehow.
What is the best way to collect data about specific locations?
What is the best way to implement that gathered data into the map?
Any advice would help a lot. Thank you!
Jonas

[Q] App for android/iOS, for my business

Hello everyone. I have a quick question...
I currently own and operate a valet parking company and I am looking to have an app created that will give our guests the ability to either scan, using QR scanner, or send a text to a dedicated device so that we can have their vehicle up front and ready for them, 15-20 minutes before they walk out the door.
That is the basics of it, and I know there are other apps in the playstore which do this sort of operation, but I want to create my own.
So my question is, and I have done some research on it within XDA, but wanted to seek the guidance of someone who has done this sort of work. What are my best options for creating and getting this app developed, running, and installed within android and iOS?
Hopefully I am asking this in the correct forum location, if not, please advise me where to post.
Thank You very much!
newman79 said:
Hello everyone. I have a quick question...
I currently own and operate a valet parking company and I am looking to have an app created that will give our guests the ability to either scan, using QR scanner, or send a text to a dedicated device so that we can have their vehicle up front and ready for them, 15-20 minutes before they walk out the door.
That is the basics of it, and I know there are other apps in the playstore which do this sort of operation, but I want to create my own.
So my question is, and I have done some research on it within XDA, but wanted to seek the guidance of someone who has done this sort of work. What are my best options for creating and getting this app developed, running, and installed within android and iOS?
Hopefully I am asking this in the correct forum location, if not, please advise me where to post.
Thank You very much!
Click to expand...
Click to collapse
You can post your requirement on freelancer dot com and set your price. many freelancers are available to do the work.
Once the app is developed, you can publish your app in google play.
theBlueRed said:
You can post your requirement on freelancer dot com and set your price. many freelancers are available to do the work.
Once the app is developed, you can publish your app in google play.
Click to expand...
Click to collapse
Great, thank you!

[Completed] Interactive map app build

Hello everyone,
I didn't ever code anything, but I feel now it's my time to do so. I have one idea, and it's based about interactive map app. My plan is to do map of my city, and to offer any company, object, etc. their location in that map. My city is largely visited by tourists around the world, and I think everyone who owns business would be interesed to find their spot on that map (I wouldn't ask them for big payment). So, as I am rookie in coding, can you recommend me how to start. What map should I use (I need one that I can change and adjust as I wish), how much time I'll need.
If anyone here had to deal with something like this, any suggestion, tip and help would be welcomed.
Regards,
Adin
XDA Visitor said:
Hello everyone,
I didn't ever code anything, but I feel now it's my time to do so. I have one idea, and it's based about interactive map app. My plan is to do map of my city, and to offer any company, object, etc. their location in that map. My city is largely visited by tourists around the world, and I think everyone who owns business would be interesed to find their spot on that map (I wouldn't ask them for big payment). So, as I am rookie in coding, can you recommend me how to start. What map should I use (I need one that I can change and adjust as I wish), how much time I'll need.
If anyone here had to deal with something like this, any suggestion, tip and help would be welcomed.
Regards,
Adin
Click to expand...
Click to collapse
Hi, thanks for using XDA assist!
First, please create an account so you can post in other forums.
Have a look through the forums here:
http://forum.xda-developers.com/app-development
Good luck!

Categories

Resources