Software Archive
Read-only legacy content

project whit data base and intel xdk

nicolas_r_
Beginner
572 Views

I need to build an APK for the local hospital of my city that alert people to donate blood when hospital need the idea is when hospital need people to donate they add what they need to a data base that alert on the apk of the phone whit the info, is posible to do that with intel xdk? thank for any info and suggest.

0 Kudos
9 Replies
Amrita_C_Intel
Employee
572 Views

Hello Nicolas,

Yes it is possible with Intel XDK. You can use various featured, core and third party plugin to get these feature.

0 Kudos
Amrita_C_Intel
Employee
572 Views

Moreover, there are lots of samples available for reference.

0 Kudos
nicolas_r_
Beginner
572 Views

u can name one or suggest and idea pls, is for a good cause :P

0 Kudos
Amrita_C_Intel
Employee
572 Views

https://github.com/apache/cordova-plugin-dialogs

This is a notification plugin which you might use.

0 Kudos
Luigi_Cama
Beginner
572 Views

Hi Nicolas,

if you create a list of donors to alert (if I understand correctly), you will need to create a database on external servers, with control panel on such site with restricted area, from which to send notifications to donors according to blood type to donate . I'm already building similar systems and it works very well, but you have to use some technical devices. With XDK can be done, but unfortunately there are limits to get around, serve other external knowledge and tools to be attached to the App. I hope you have understood your needs.

See you soon.

0 Kudos
nicolas_r_
Beginner
572 Views

thanks for the info Luigi, witch data base you used for your project? what you refear whit "technical devices"? any other suggest to do my project i will aprisiate a lot. have a nice day

0 Kudos
Luigi_Cama
Beginner
572 Views

To build your App you need:

1. Server Linux
2. Database MySQL
3. Knowledge of language PHP
4. Javascript Knowledge
5. Knowledge Angular
6. Framework IONIC + Bower and Cordova
7. A web site (not mandatory, but it can serve to give access to users from a computer.
8. Knowledge of graphics and CSS.

Personally I prefer to work without App Designer with XDK. Only code and emulator. We must also assess certain requirements valid for Android that does not apply to iOS and Windows.

This is the base from which, according to my method.
I've probably forgotten something, but the base is this.

Bye.

0 Kudos
nicolas_r_
Beginner
572 Views

luigi u have a link or code tath i can follow to to tath?

0 Kudos
Luigi_Cama
Beginner
572 Views

Dear Nicolas,

I have all the codes that are used to implement your project, even if you have to customize them. Do not just paste a code here (we are talking of a complete project, not a problem to be solved of code already written). The info can be found anywhere on the internet, but I understand that you have never made a thing. Can I ask you what are your knowledge about web programming and app? Need all the knowledge (I had forgotten jquery, ajax, gcm for push notification). First of all you have to outline the features. It 'a job that can take one or two months. It starts with an idea and then you realize you miss this or that ...

Do I still mention some links:

http://ionicframework.com/docs/components/#icons
https://github.com/phonegap/phonegap-plugin-push
https://docs.angularjs.org/api
http://qnimate.com/post-series/intel-xdk-complete-training/
https://support.google.com/googleplay/android-developer/answer/6112435

If you need a hand to realize the project contact me in private and we'll talk (I live in Italy). If you know how to move, I wish you good work. :)

0 Kudos
Reply