Tutorial by Topics: ui

Way to show how Node.Js can communicate with Arduino Uno.
Hope you are familiar with the basics of cordova. Let's try to build a cordova ios build, ios build is bit different as that of android build, we need mac machine to perform this task. No can also prepare the ios build online, but to test and debug your application on a mac simulator you have to ha...
This documentation focuses on explaining the uses and of the require() statement that NodeJS includes in their language. Require is an import of certain files or packages used with NodeJS's modules. It is used to improve code structure and uses. require() is used on files that are installed locally...
NUI : A natural user interface (NUI) is a system for human-computer interaction that the user operates through intuitive actions related to natural, everyday human behavior. Kivy is a Python library for development of multi-touch enabled media rich applications which can be installed on different d...
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. Using TypeScript with RequireJS requires conf...
Learn how to use the built in server to develop and test your application without the need of other tools like xamp, wamp, etc. ColumnColumn-STell the php that we want a webserver<hostname>:<port>The host name and the por to be used-tPublic directory<filename>The routing scrip...
Get data directly into an R session. One of the nice features of R is the ease of data acquisition. There are several ways data dissemination using R packages.
This technique divides input data into data classes to reduce test cases amount to validate a rule. The idea is that given a set of possible equivalent values, using just one of those values will be enough to design a test case. An advantage of this approach is reduction in the time required for...
This is a class that will generate a UIImage of a person's initials. Harry Potter would generate an image of HP.
The current styled text that is displayed by the label. You can add HTML text in UILabel using attributedText property or customized single UILabel text with different property
UITableViewController controller object that manages a table view. For some certain scenario it will be recommended to use UITableViewController, for example if you have lot of cells and some have UITextfield.
Tips for Building a Popular iPhone App App development is a multi-billion dollar industry. According to statistics, the industry will be worth over $350 billion by 2027. And it’s easy to see why. Many businesses and even individuals use mobile apps–for entertainment, finances, health, education, art...
Developers Secure: Reasons Why VPN is Required If you are an avid web surfer and spending most of your time on online research then your IP address is being exposed to various hackers and cybercriminals. This is something that cannot be taken for granted and one must take necessary action to mask th...
Backing up and restoration are crucial to maintaining a healthy and thriving database. If anything goes wrong, database restoration can serve as a time machine that takes you back to the point when everything was still in order and helps you prevent the disaster. In this article, you will find an il...
If you are a developer looking to publish an iOS app, it must be signed with a valid certificate from Apple to ensure authenticity. This involves public and private keys, certificates, and digital signatures. Code Signing is an important process for developers to ensure the integrity and authenticit...
Link building has always been essential to search engine optimization (SEO). With the help of link building, you can direct quality traffic to your website and boost its search engine ranking. However, it is essential to note that not all link building strategies are created equal; some may produce ...
Demystifying APIs for Students: How to Build and Use Them Effectively APIs, or Application Programming Interfaces, are integral components of modern technology, powering everything from mobile apps to web services. However, for many students just starting out in the field of computer science or prog...

Page 13 of 13