#app_devlopment
Explore tagged Tumblr posts
isoftincteam-blog · 9 years ago
Text
Project Management System Using Mobile Application
Projects encourages students to develop a balanced, diverse approach to solving real-world problems, both on their own and in a team. Project based learning prepares students for success in the real world like no other teaching style can. Projects can help students develop a host of skills that are increasingly important in the professional world like teamwork, management and communication skill etc. "Learn by doing" that is connecting academic situations to the real world problems is one of the largest benefits of project based learning.
I have worked on in-numerous number of project, some of them are mentioned below.
SLEEPING BARBERS PROBLEM:-
I have handled a project on “SLEEPING BARBER PROBLEM” during while pursing course in java programming language. Through this project we will depict and implement the “Sleeping Barber Problem”   though Java programming language and also create a GUI for the same. The sleeping barber problem is a classic inter-process  communication and synchronization problem between multiple operating system processes. The problem is analogous to that of keeping a barber working when there are customers, resting when there are none, and doing so in an orderly manner. One Barber provides service to customers - one customer at a time. The Barber completes the service before starting the next customer. The Barber starts but goes to sleep if there are no customers waiting. The first arriving customer wakes up the barber and receives service. After being serviced, a customer exits. The Barber goes back to sleep if there are no additional customers waiting to be serviced. If a customer arrives and the Barber is busy with another customer, the arriving customer must wait. No more than a fixed number of customers (say n) can be waiting. If n customers already are waiting, the next arriving customer exits. A count is maintained to record no. of customers serviced and no. of customers left. Our program used threads to simulate the barbers and customers. There will be 3 Barbers and n Customer threads. The activities of the Barber and Customer threads must be synchronized to simulate the conditions of the problem. In addition, the threads must avoid race conditions. In addition, our program will also provide output that convinces someone that it solves the Sleeping Barber Problem. Input to our program is adding customers. Our program will display no. of customers serviced and left. And we have also provided GUI  (Graphical user Interface) for the above mentioned problem using APPLET in java.
BLOOD CONNECT:-
Currently I am working on a ANDROID APPLICATION “BLOOD CONNECT”. Reason for selecting this very topic was that the number of deaths due to medical negligence and unavailability of necessary blood units has become very high and hence our android application will help in connecting willing blood donors to people who are in need. "The gift of blood is the gift of life" Blood donation is one of the most significant contribution one can make towards the society. Human blood is the most essential element of human life with no substitute. Every year our country requires about 4 crore units of blood out of which only a meagre 40 lakh units of blood is seemingly available. Blood transfusion has been responsible for saving millions of lives each year. This application caters to thousands of recipients by connecting them to healthy available donors. It reaches out to the developers, project managers, users, and marketing staff. Along with them, It primarily focuses on the officials at hospitals and different NGO's. Government bodies, blood donation campaigns, elderly people as well as the youth also come under their target audience. One should never fall short of Blood in case of need. This application ensures the same. Technologies used are JAVA, ANDROID ECLIPSE, SQLITE(for database) With the help of this app a user can easily find willing donors in a particular area and can easily register himself.
1 note · View note