Posts

Showing posts with the label Mobile App Development

Create a Mobile app using Angular and Cordova

Image
This will be a step by step guide for converting an angular project to an android application by using Cordova (The process will be quiet similar for creating IOS apps). Before we start converting our application we need to install Cordova, Java SDK, Apache Ant, Gradle, and Android SDK for running our android application. If you have already done all the required setup you can skip this section. Note:  You don’t need to enter ‘$’ in front of every command, it indicates that you have to enter the command in your terminal. Installing Cordova: You will need NPM(Node Package Manager) to install Cordova Package. $ sudo apt-get update $ sudo apt-get install curl $ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - $ sudo apt-get install nodejs $ nodejs -v $ sudo apt-get install npm $ npm -v 2. You also need GIT, as it is used by Cordova behind the scenes. $ sudo apt-get install git $ git --version 3. Installing Cordova $ sudo npm instal...

5 Best Services Used to Create Android Apps without Coding

Image
Android is one of the most welcome mobile platforms in the world of mobile apps. This is because Android provides free, open-source operating environment where it is possible for developers to easily build apps with customized features. Earlier, Android app development was the business of only  most learned programmer . However, with the rise of hybrid application development, non-mobile developers felt powerful enough to create Android apps using HTML, CSS, and JavaScript. So if you have no considerable prior experience in programming or creating Android apps, this post will take you through best available resources online that help create Android apps without coding. Here is the list of top 5 best online services that make it possible for inexperienced developers to create Android apps without much complex coding: 1. Appy Pie Appy Pie  is the best Do-it-yourself, easy-to-use online app creation tool that makes creating mobile apps simple, fast and unique...

Popular posts from this blog

How to download a file using command prompt (cmd) Windows?

The future of Artificial Intelligence: 6 ways it will impact everyday life

Angular 9 - User Registration and Login Example & Tutorial