Science topic

Application Development - Science topic

Explore the latest questions and answers in Application Development, and find Application Development experts.
Questions related to Application Development
  • asked a question related to Application Development
Question
6 answers
Threads can replace Twitter?
Relevant answer
Answer
It is important to understand Twitter's users and its advertising base to answer this question. For an advertiser focused on Business-to-Business (B2B) or Business-to-Government (B2G), especially those focused in the tech industry, Twitter provided the marketing personas that we sought. Personas are the user type profiles sought, i.e., C-Level, Business decision maker, technical decision maker, and business influencer. and, Facebook and Instagram started as a great place to appeal to Business-to-Consumer (B2C) personas.
For Threads to capture Twitter's users and B2B/B2G personas, it must deliver a better experience and provide advertisers the confidence to jump to that platform to be successful. Threads' first steps have not been successful in doing so.
  • asked a question related to Application Development
Question
3 answers
Existing book Software Engineering Methodologies:
1. Waterfall Model
2. Prototyping Model
3. Automatic Programming
4. Reusable Model
5. Incremental Model
6. Spiral Model
7. Fountain Model
Existing most commercial Software Engineering Methodologies:
1. Agile Software Development Methodology
2. DevOps Methodology
3. Scrum Development Methodology
4. Waterfall Model
5. Prototype Methodology
6. Feature-Driven Development
7. Rapid Application Development (RAD)
8. Spiral Model
9. Dynamic Systems Development Model Methodology
10. Extreme Programming Methodology
11. Joint Application Development Methodology
12. Lean Development Methodology
We will address several questions about the above books and commercial methodologies later and provide a Unified and Stable Methodology to replace all these existing methodologies.
Existing Software Engineering Methodologies. Good, Bad, and ugliness, and please do not be fooled by several propagandas about https://en.wikipedia.org/wiki/Software_engineering and https://en.wikipedia.org/wiki/List_of_software_development_philosophies (Contain flawed information about software engineering) which include many named existing paradigms and models, such as UAP, XP, RAD, RUP, DSDM, MBSE, and other methodologies and Frameworks, Supporting Disciplines, Practices, Tools, Body of knowledge, and Glossaries. We will address all this propaganda and more in evidence and empirical studies.
Check the. Software engineering References – We will look at some references (bizarre). We will also provide critical looks at course notes and exciting books.
All the SWE Methodologies have the following phases Explicitly and Implicitly, with the amount of work allocated per each phase according to the
Software Engineering simplified Guidelines:
Requirements (Functional and Non-Functional) 35%
Design 25%
Coding or Programming & Code Testing 10%
Testing 30%
In Practice:
Requirements (Functional and Non-Functional) 0
Design 5%
Coding or Programming & Code Testing 95%
Testing 0
See Attachments
Major Problems:
[1] Sequential
[2] Testing in the wrong place in the lifecycle
{3] Requirements and Design (60% of the lifecycle) 60% of the lifecycle.
In reality, there needs to be a trace of the requirements and design.
[4] The professors, lecturers, teachers, gurus, Deans, and Chairs need to learn about Requirements, Design, and Testing, and they are poor coders.
[5] All SWE Books, leading authors, and SWE Gurus need to learn about Requirements (Functional and Non-Functional): a) Do not know how to do it and b) it needs to be addressed.
[6] Design / Architecture ---
a) The majority of the professors, lecturers, teachers, Guru, and authors are poor modelers
b) Most professors, lecturers, teachers, gurus, and authors have yet to learn what they are doing.
Software Lifecycle with no Testing Stage
A proposal for a software methodology includes Testing with 1) Functional & non-functional Requirements, 2) Design & Architecture, and 3) Coding instead of having the Testing at the end of the lifecycle.
The leading authors in Software Engineering and software testing indicated that Testing starts from or makes it part of the requirements (functional and non-functional), design, and coding.
Tkachenko indicated five primary and four secondary attributes of requirements for software testing:
+ Five primary attributes of requirements testing are Completeness, Clearness, Correctness, Consistency, and Testability.
+ Four secondary attributes of requirements testing are Necessity, Priority, Traceability, and Conciseness.
Evgeny Tkachenko, “5 key attributes of requirements testing: Know before you code.” TechBeacon, 2022
Major Problems
[1] There are no functional and non-functional not exist. How do we test if something is not existing?
[2] Indicating the attributes of requirements Testing without telling what to test and how to test each one of the attributes within the requirements, how to assess or measure such attributes, and others.
The reality did not change, and still, the design was 5% and coding 95%
See attachments.
Conclusions:
Each of the existing books and commercial software engineering methodologies has Good and Bad, but unfortunately, the Ugly (disastrous evil) of all the existing software engineering methodologies exceeds its Bad.
Relevant answer
Answer
Software engineering methodology is a tool of humans.There is a dark side to any human endeavor, if by dark side, you mean going against ethical or moral rules. (Leaving open the questions: what rules, whose rules, etc.) Per history and human experience, the problem is complex (an epic understatement), and there is no one solution that works for everyone, everywhere, under all conditions. Rules are static and human behavior is dynamic, sees (or ignores) the rules and then changes (or doubles-down) in reaction. Given that, asking questions is a good place to start. Are you looking for more ethical methods or more ethical outcomes? One does not necessarily produce the other.
  • asked a question related to Application Development
Question
3 answers
There is an increasing concern about non-communicable diseases. How can we (clinicians and researchers) bring change and facilitate people through digital applications and software? How can we conduct a research based on this specially in Low Middle Income countries?
Relevant answer
Answer
Through adoption of telehealth applications concerning chronic diseases in terms of control, prevention and management.
In IT area, to create one friendly use telehealth application that serve to improve health promotion regarding chronic diseases.
In research area, to assess the effectiveness and practicality of the telehealth applications. And to evaluate healthcare providers competencies related to telehealth approach.
In education, to integrate telehealth content in both education and practice courses.
In administration, to adopt, support and eliminate the potential barriers to these applications.
Sincerely yours.
  • asked a question related to Application Development
Question
6 answers
Hi everyone,
We'd like to open a huge topic by a literature systematic review. However, the topic is so broad, the initial search on Web of Science only provided us od over 25 000 papers which met our search criteria. (Sure this can be reduced, but only slightly.)
I'd like to explore computer asisted review's possibilities - there must be some software capable of performing an analysis of some sort. Is there anyone who has experience in this field?
Thank you for your thoughts.
Best regards,
Martin
Relevant answer
Answer
anyone can select papers of last 10 years from top journals for literature review or select related models and framework particular field for analysis
  • asked a question related to Application Development
Question
14 answers
The major applications, uses and purposes of civilian drones. How the world is transforming by the advancement of technology in mapping sector? How drone is aiding in mapping?
Relevant answer
Answer
demography or urban extensions
  • asked a question related to Application Development
Question
5 answers
Can someone tell me use cases that uses multiple combination of custom metrics to scale or combination of custom and system metrics?
when it comes to scaling in Kubernetes, we rely on metrics. By default, we use CPU and Memory metrics. Considering use cases where we need custom metrics (such as 'request count per second'), Kubernetes allows us to plug in custom metrics. For an application, there might be interrelated metrics that help in scaling. For example, combining "CPU" and "memory" metrics, we can use "CPU^2/memory" as the combined metric to scale. Can someone direct me towards real-world scenarios similar to this, but relating *custom metrics, where multiple *custom metrics are correlated in order to perform scaling? will this be a better approach?
Relevant answer
Answer
I think that are excluding the metrics about CPU and memory consuming when an application is running. I suppose that you refer to other type of metrics that the applications can generate internally. If are these latter, I can give as example one project where the web application produce metrics in order to improve the load balancing mechanism.
Another example is security. The log records are used to produce metrics to support security.
  • asked a question related to Application Development
Question
18 answers
I need an App to track the location of a group of individuals separately during the working hours.
With the capability of storing the info for each person, location and time.
Relevant answer
  • asked a question related to Application Development
Question
6 answers
Research can have many different kinds of effects and impact depending on the discipline and the research organisation. Society’s expectations of the impact of science are also different for different disciplines.
Researchers are encouraged to consider how their work is connected with wider issues, extending beyond academia. It is important to ensure that both policy-makers and the general public are aware of the effects and impact of research and the potential it carries.
Relevant answer
I work with decentralized biological wastewater treatment solutions that can be adopted not only by cities and industries but also in needy and isolated communities that do not have sewage collection and treatment services.
  • asked a question related to Application Development
Question
23 answers
Want to see the current interests of everyone
Relevant answer
Answer
Python is eating the world: How one developer's side project became the hottest programming language on the planet
Today enthusiasm for Python has spread far beyond that initial circle of developers, and some are predicting it will soon become the most popular programming language in the world, as it continues to add new users faster than any other language. Millions of people use Python each day, with the exponential growth in users showing little sign of tailing off...
  • asked a question related to Application Development
Question
8 answers
Good day colleagues,
I hoe that you provide me with a template or even a sample of how to provide a system analysis report for an android platform and a web application. What are the main elements that should be included in such reports and how to present the links of the user interface (UI)?
Thanks in advance
Relevant answer
Answer
Ahmed, I did a search on "system analysis report" and the first example is of a working system. I personally had never seen a report like this one, but I include it here for completeness. https://www.emerson.com/documents/automation/manuals-guides-guardian-sample-system-analysis-report-pss-en-67944.pdf
Then, I found something that might be used in any situation. It is a rather comprehensive and broad document template that at first glance looks fairly good. https://www.ogcio.gov.hk/en/our_work/infrastructure/methodology/system_development/doc/G61c_Effective_SAnD_Guide_Appendix_C_v1_1.pdf
I agree with others on this thread that requirements is where one normally starts when building a new system of any type. But it is more than that of course. What SDLC methodology you select for your project will influence the deliverables you and your team will need to prepare.
That said, focusing on what a system analysis report might include for an android project, this website has some templates that might be useful for you. https://clearbridgemobile.com/how-to-build-a-mobile-app-requirements-document/
Finally, I did come across a list of software development deliverable templates that I think would be useful for any project, especially those employing the waterfall approach. https://eas.rutgers.edu/?ht_kb=system-project-templates-sdlc
I will poke around a little more, and if I find anything else I will post it. Hope that helps somewhat.
  • asked a question related to Application Development
Question
5 answers
I am very much interested in point pattern analysis, and I can imagine many applications that are useful in science. However, I have no clue whether such spatial point pattern analyses are also applied in real workflows of forestry companies, and if not why not.
Would be great if anyone has an opinion to share.
Relevant answer
Answer
Depending on the type of data involved, you may be able to assess the extent of species mingling in mixed-species stands of trees.
  • asked a question related to Application Development
Question
9 answers
The Big Data database technology is finding new applications in business.
Multi-criteria processing of huge data sets collected in Big Data database systems allows preparing reports in a relatively short time according to given criteria.
The report development time depends mainly on the computing power of Big Data servers.
In processes of complex economic and financial analyzes, risk management, etc. for the purpose of determining the economic and financial situation of business entities, they are increasingly carried out in computerized analytical platforms of the Business Intelligence type.
Perhaps in the future, artificial intelligence will also be involved in this field of analytics.
In some countries, IT companies have been operating for several years, which develop Big Data database technology for commercial and business purposes.
Some technology companies produce Business Intelligence platforms for business entities.
Research centers of the largest technology companies on the Internet develop technologies of artificial intelligence.
It is only a matter of time to combine these various analytical and database technologies in computing cloud computing.
In view of the above, the current question is: Do Big Data companies use Business Intelligence to operate in your countries?
Please, answer, comments.
I invite you to the discussion.
Dear Colleagues and Friends from RG
The issues of the use of information contained in Big Data database systems for the purposes of conducting Business Intelligence analyzes are described in the publications:
I invite you to discussion and cooperation.
Best wishes
Relevant answer
Answer
Illustrative list of .....Big data companies in India, which deliver consulting and robust applications across multiple platforms over cloud.........
  • asked a question related to Application Development
Question
2 answers
As a end user / developer, what are the factors or components you consider for application performance 
Eg : CPU Ussage, Network Consumption, Responsse Time.
Would love to hear about the performancce components, the ones you care for the most and your ways to benchmark it.
Relevant answer
Answer
Specifically for Android, consider looking up Application Profiling.
This is done with all application development (profiling), not just Android applications. It is the most basic kind of performance testing.
After you collect data (create a profile), you can analyse it and compare it to other, similar applications, or just different versions or branches of the same application.
As for testing it on different hardware is concerned, this is of no use, because that way, you are actually testing that hardware's performance and not the application. Similar goes for performance measurement under different system loads (RAM, CPU etc). In this case, you are actually measuring your system's ability to properly multitask. Neither of those shows how your application is doing on its own. You need to measure *its* memory usage and see if it can be reduced. You can measure how much work the garbage collector is doing and if variable and object use can be optimised (resource reuse). You can see how your threads are performing, how many there are, are they evenly balanced in terms of work (load). These are the metrics you could use for study.
  • asked a question related to Application Development
Question
6 answers
I am searching any platforms which are suitable and easy to explore to develop simple apps and links to my web based for complaining system.
Relevant answer
Answer
In my view, and in the views of many developers and customers, OTRS is the best one.
  • asked a question related to Application Development
Question
2 answers
I'm looking for actual value of data generation rate that is generate by ECG sensor ( such as smartwatch ) and EEG sensor ( such as Muse ). Can anyone help me find a reference paper that refers to these values. Please help. 
Relevant answer
Answer
I am not sure if your interest is focused on the validity and accuracy (as some of the main characteristics in order for the data to have an actual value) of the generated data. If yes, I believe that you will find useful the following sources: 
  • asked a question related to Application Development
Question
1 answer
I am working on a project fusing multi-source data using Netica, and encounter a problem. More details will be attached if someone respond. Thank you. 
Relevant answer
  • asked a question related to Application Development
Question
3 answers
I was doing a project in indoor navigation application in android.
I want to pop up message when ever user enter into a0 shop.How to implement this.Any help is Appreciated
Relevant answer
Answer
Low power bluetooth beacons.   They are cheap, they can run on mains power or on a battery ( for years ) or be rigged to run of ambient light using photovoltaics.
The shop owner would place and register the beacon(s) with your web service.  The app would listen for beacons periodically.   When it sees a known beacon with a certain power level, you know they are in the store or close proximity.  Multiple beacons make the process more precise and can be used to triangulate the customer's location within the shop based on the power levels seen by the mobile device.  
A have played with these sorts of way-finding systems and they do work.  There are several commercial implementations which you can look at.
I have an Aruba beacon in my office which has been running for about 2 years on the same battery, its about 45x45x15mm.  So easily concealed in a cash wrap or wherever.  Its also an application where solar ( or ambient lighting ) power is possible.
To be clear I use the term "beacon" generically.   Alternatively your beacons could be ESSUD / BSSID of the shops WiFi network.  Similar to the bluetooth, the app would use WiFi SNR readings,   This can also be used for wayfinding when using a marge number of access points.   Some commercial wifi systems already include this capability.
So the essential aspects of the application would be:
  • An identity vault for shop keepers logins.
  • Database of shop keepers, their surrogates, locations, names and so on.
  • Database of the "beacons," their physical locations relative to each other, some baseline info for triangulation.  Maybe upload a 2D or 3D building diagram.  BTW your triangulation needs to be 3D.
  • App is provided with a small local database of beacons based on location.  This can be primed occasionally based on rough location.  App to probe for beacons, records power levels, accumulates telemetry, displays floor plan ( "you are here" ). possibly ads of various types or merely "you have arrived in the Kaki Shorts department"  And possibly relay this info back to the mother ship for analysis.
Then you have a fairly comprehensive and useful retail traffic analysis system.  Most of the commercial ones are expensive, and to be honest, rudimentary. 
Since this has the "spying on the customer" dimmension, security of the data is important. 
  • asked a question related to Application Development
Question
10 answers
Our lab has been looking for this answer for a few years now. Currently, we can collect heart rate data but it cannot be accessed until post-test. We are looking for suggestions on a method to obtain this data and be able to view it in real-time.
Relevant answer
Answer
Frank,
Are you able to access the raw data?
  • asked a question related to Application Development
Question
3 answers
I am considering a grant application to develop an online graduate course in dental anthropology, using virtual models and 3D-printable teeth and bones. I need to be able to gauge what sort of people would be interested in a) enrolling and completing the course and b) which professional tertiary education and research institutions would prefer to employ people who have completed such a qualification. 
Relevant answer
В России есть несколько сетей частных стоматологических клиник. Ряд из них занимается протезированием. Например Мастер Дент., отделение ОРТОДОНТИЯ: http://www.masterdent.ru/ .  Новадент: http://www.novadent.ru/uslugi/
Интересные наработки есть у профессора Гаврюшина Сергея Сергеевича - МГТУ им. Баумана: gss@bmstu.ru 
.
  • asked a question related to Application Development
Question
10 answers
Hello fellow researchers. I would like to know of any current study that has researched on the applied software development development processes  used by developers in mhealth application development and their short comings.
Thanks
Relevant answer
Answer
Hello
I am not actively working on development but  I came across to some studies mentioning needs and lacks in mhealth app developments, and they have suggestions. Maybe their references would help you. I attached the papers.
bests,
  • asked a question related to Application Development
Question
7 answers
I am setting up a new CompSci Software Engineering module where students learn to work with larger, third party software systems, and the challenges associated with this. They will have to refactor and extend existing code in a structured way.
My initial thought for the name of the new module was "Working with Legacy Code" but I was told that it sounds a bit old fashioned. Do you have any suggestions for a name that would spark the interest of students?
Relevant answer
Answer
Thanks guys, nice ideas!
We decided now to go for "Software Maintenance". I had the idea to call it "Wrestling with Code" :) but I was told that it does not sound serious enough :(.
  • asked a question related to Application Development
Question
3 answers
As many of you know, Microsoft released the new version of Kinect sensor, v2.0, that overcomes many of the limitations of the previous version. The problem is that the new sensor is not compatible with applications developed under the previous one. I'm wondering whether is it worth to change the code to adapt it to the new version or start all over again. Maybe someone has implemented a miraculous library to make compatible the 2 versions...
Relevant answer
Answer
same question but i would like to convert code
  • asked a question related to Application Development
Question
8 answers
For example if someone development some software project research for special purposes, how we measure parameters that software is capable to write and submitted to journal?
Relevant answer
Answer
Easiest way is to upload it under GPL on github and if it gets high views and download of people you may consider it more important. Next is, to publish a pre-article on RG so that if its current trend or something, people will search it more.
So basically, if you want to test if your research is publishable or not you may use  these tools. or you may take help from expert of the domain. 
I hope I am answering your question. 
  • asked a question related to Application Development
Question
4 answers
Do the various pregnancy apps from the App Store or Apple Store have research-based health information and can they be considered reliable educational tools for pregnant women? Has anyone actually reviewed these apps for reliability?
Relevant answer
Answer
Thanks for your response. I had read the Text4baby paper but  it didn't really identify if the information provided was actually evidence based, mediated by health professionals and  how pregnant women actually benefited.
There are so many people on the internet so willing to give advice to pregnant women, when this is precisely the time that women need to be extremely discerning in accepting the information they obtain.
  • asked a question related to Application Development
Question
7 answers
I would like to buy a GNSS board receiver for developing wearable applications in Southamerica. Therefore, in addition to high precision, cost matters.
Thank you in advance!
Relevant answer
Answer
The receiver model you choose depends on the specific application and accuracy as well as reliability requested.
  • asked a question related to Application Development
Question
2 answers
Can joint application development be used with the system development life cycle methodology?
Relevant answer
Answer
SDLC is not a methodology.  Waterfall, Agile and so on are methodologies. JAD is more of an approach and is a term not used so much these days. Have a look at Agile.
  • asked a question related to Application Development
Question
10 answers
Systems that aim at cost reduction strategies might lead to applications development the various areas of the company.
Relevant answer
Answer
This is a very broad question and depends a lot on the industry.
Maybe you want to consider implementing Business Process Management (as a management tool) in conjunction with process execution / workflow management systems (software e.g. activiti etc.) to lower administration cost.
Another approach is to migrate to free open source software. This could also help to develop customized software solutions which in turn support your differentiation strategy. Other benefits include openess, cost reduction, no vendor lockin...
  • asked a question related to Application Development
Question
4 answers
Which is the best way to develop a "water-demand" visualization app where a company can have real time data updates from a master meter into the systems in offices.
Relevant answer
Answer
Hi Wanjohi Kibui following link may be useful to you.
Thanks
  • asked a question related to Application Development
Question
8 answers
I want to implement SVM in MATLAB for application development.
Relevant answer
Answer
The Statistics Toolbox has an SVM implementation.  The Computer Vision System Toolbox has HOG.  
Here's an example of classifying digits using HOG-SVM:
  • asked a question related to Application Development
Question
2 answers
Is anybody interested, in doing a research project with the following topic?
Relevant answer
Answer
Hi Peter,
I have done some research on the use of Apps in Mathematics Education - might help you to frame your research questions - I didn't look at attitude though.
Regards, Kevin.
  • asked a question related to Application Development
Question
10 answers
There are tools to measure child hood cognitive development in developed world but the tool applicable for developing countries is still unclear.  
Relevant answer
Answer
We searched scale for childhood cognitive development from 2 months to 5 years but did not find wide enough. So we developed our scale for childhood cognitive development from 2 months to 7 years and use it in Russia, Ukrainian, Kazakhstan and some other countries. Anyway you have to standardize any scale to your country for it to be applicable so I may give you our scale (in English and German) for standardizing, use and distribute to your colleagues in your country for help them. If it would be interesting, I may send the description of the scale to you on your request.
  • asked a question related to Application Development
Question
11 answers
For buildings reconstruction/restoration projects.
  • asked a question related to Application Development
Question
9 answers
For Graphic design projects.
Relevant answer
Answer
  • asked a question related to Application Development
Question
5 answers
There are a number of smartphone applications that use the phone's accelerometer to monitor sleep patterns. The user simply places the phone on the bed beside him or her, and the phone records motion during sleep.
Is this accelerometer sensitive enough to detect the motion created by an infant's respiration? If so, it would be a simple matter to create an app that would alert the parents if the child ceased breathing. Perhaps the alert would arouse the child enough to cause him or her to resume breathing.
An alternative strategy would be to use the phone's camera to detect the breathing motion in the infant. The phone could be placed beside the infant with the camera facing the ceiling. A laser on the ceiling could provide a stable point of reference, so that any motion of the phone would be detected by its camera. This might be more sensitive than the phone's accelerometer. Once the motion is detected, the strategy is the same: produce an alert if the motion caused by the infant's respiration ceases.
What do you think? Is this viable?
Relevant answer
Answer
The case of infants is very sensitive and the accuracy can not be compromised. But the question also arises whether the signal alert by a very slight movement of the infant is desired. Then again signal from the infant is desired to be real time. In that case, the sensors in smartphone or a small external transceiver can to used to send out the signal to another smartphone or an alarm device via the router in local area network. 
  • asked a question related to Application Development
Question
4 answers
I've just read that aspect oriented programming (AOP) is fixing problems on object oriented programming (OOP) although its not as fast as OOP.
How do you decide between using AOP or OOP based on your experience?
Relevant answer
Answer
I would agree that AOP is best for cross-cutting concerns: functionality that touches multiple layers and/or multiple modules within those layers. Logging, of course, but also caching, authentication, exception handling, transaction management, etc. Are there any specific cases where you aren't sure where you'd want to use AOP or not?
@Arturo: Which AOP tool(s) are you using that are *pre*compilers? I've found that tools like PostSharp, Castle DynamicProxy, etc do their work as *post*compilers. By necessity, those tools combine concerns together, which fits a loose definition of "spaghetti", but it's not been so bad that it's unreadable (not that I have to read it that often, since it's post-compile).
  • asked a question related to Application Development
Question
11 answers
I've decided to do research on Mobile Apps Development, but I haven't found any appropriate topics.
Can anyone help me to choose an effective research topic for Mobile Apps Development.?
Relevant answer
Answer
What about focusing on low cost health applications that can improve personal health status? How can mobile health apps contribute to improve health and generate health promoting information for the user?
  • asked a question related to Application Development
Question
5 answers
Computer Vision is growing quickly with many new killer apps like augmented reality, intelligent transportation, 3-D scanners, and no doubt many more advanced interactive systems of the future ... so does it make more sense to define a new programming language for CV like Halide (http://halide-lang.org/) does, to use APIs (as has been done now for some time with OpenCV) or to define hardware co-processors? Or perhaps some mix of the 3 as has evolved for graphics (GL, OpenGL, GPUs, RenderMan, etc.). I'm just curious what researchers favor and see as advantage and disadvantages of each.
Relevant answer
Answer
I didn't know OpenCV (as apparently I am a little bit too old for this stuff). There was this very good library "Isight Toolkit" (ITK) for image processing and segmentation, back then (7, 8 years ago). But now I see OpenCV is a very good new library for computer vision. I too would prefer it and alike.
  • asked a question related to Application Development
Question
1 answer
Relevant answer
Answer
ARART is a markerless augmented reality. Markerless is AR that can tracking almost all the 2D or 3D images. So, the computer Vision algorithm(NFT) will detect the picture as a marker, tracking, and display some 3D object. ARART replace the Picture in the real world by using Video.
sory for my english btw :)
Technicaly, It is posibly created by using augmented reality SDK such as Vuforia SDK, Metaio SDK and ect. You can create your own AR app less than 1 hour using that SDK.
  • asked a question related to Application Development
Question
1 answer
I want to develop an application that can support multiple device (screen resolutions).
Relevant answer
Answer
With the help of android resources use 4 diff size images namely mdpi, hdpi, xhdpi and xxhdpi which represents medium, high, extra high and extra extra high standard screen resolutions provided by google and you are able to develop app.
  • asked a question related to Application Development
Question
1 answer
Can someone provide a simple explanation about Agile methodology, Software development life cycle, Rapid application development, Join application development , Systems Analysis & Design and design pattern
Relevant answer
Answer
Wikipedia is a good friend of mine. Let me (re?)introduce you to him.
  • asked a question related to Application Development
Question
7 answers
I want to know the most recent typical large-scale and low power wireless sensor networks systems. Self-organization, low power for the whole network, multi-hop routing and period data collecting (data cycle: thirty seconds to several minutes).
Relevant answer
Answer
You can build affordable large-scale, low power wireless sensor networks with Android devices, the Valarm app, and USB sensors: http://www.valarm.net . Here's an example for remote environmental monitoring: http://www.valarm.net/blog/remote-environmental-monitoring-to-assess-biodiversity-bees-nest-cell-construction/ . Here's one for air quality: http://www.valarm.net/blog/air-quality-study-with-valarm/ .
  • asked a question related to Application Development
Question
8 answers
I am scheduled to teach a set of students the use of cloud computing as a part of a class in Software Engineering. The students are supposed to do a project in the cloud. Does anyone have any words of wisdom for me on how to get access to a commercial cloud for academic use where the students can collaborate in the development of an application? I am thinking of approaching IBM, Microsoft, and Oracle but am not sure if they allow free access to their cloud for academic use. Any other pointers for this venture will be appreciated as well.
Relevant answer
Answer
IBM
IBM Smart Business Development and Test on the IBM Cloud, a service hosted on IBM’s data centers. The free tool supports Java, .NET and Open Source environments.
Door number two reveals IBM Rational Software Delivery Services for Cloud Computing. This bundle of tools and services targets facets of the development and testing process such as agility, efficiency and integration. Additionally, pre-configured integrations of some of the Rational Services are available based on the Jazz framework, which integrates and synchronizes people, processes and assets associated with software development.
Microsoft :
Microsoft has launched a new program offering startups access to free Cloud computing using Redmond's Windows Azure offering.
The BizSpark Plus program is being offered through selected incubators that partner with Microsoft in its BizSpark program. Incubators can then offer it to their start-ups. The program will let start-ups access up to $60,000 worth of Windows Azure service offering over a two year period. The program includes free access to Microsoft's Cloud for one year and a 50 per cent discount for the second year.
Oracle Sun:
Oracle Sun Cloud Computing Resource Kit that includes:
Cloud Computing Infrastructure and Architecture
A Guide to Getting Started with Cloud Computing
The VeriScale Architecture - Elasticity and Efficiency for Private Clouds
Optimizing Applications for Cloud Computing Environments
Building Customer Trust in Cloud Computing with Transparent Security
Click the "Download Now" button on the right to access your Resource Kit.