This tutorial aims at introducing mobile developers to developing a cross-platform e-reader app solely using Swift and SCADE. The user interface of...
An essential component of developing a new mobile app is creating the user onboarding flow, which includes the landing page, login and registration...
Vapor is an open-source Swift web framework built for developers interested in creating web apps and Restful APIs just to mention a few. Vapor's...
The Textbox control's fundamental concept is to accept user input. By default, it writes on its textfield the word "Enter" and also takes a single...
Slider control, commonly known as Carousel Slider on iOS and Android, is one of the most often used image sliders in most mobile apps such as...
Autocomplete is a workspace feature normally used to suggest code snippets as developers type in their IDEs and Code Editors. Software developers no...