Build an Android App with JavaScript for Generating QR Codes We are back with yet another Android app demo. This time, we take a different approach to building an Android app with JavaScript. Being the de-facto programming language for the web, JavaScript has enjoyed tremendous growth over the years, especially in frontend browser-based …
Android
How to Build a Multi-Screen Android App
With the rising user base of mobile phones, app developers have an ever-increasing reach. Android has the largest share of apps among all the mobile OSes so it is quite evident that app developers would want to target this ecosystem. Earlier we covered a tutorial on how to build a simple Android app with an API. It's time to add some complexity …
How to Build Your First Android App (Using an API)
Are you an aspiring Android developer and thinking of building an Android App? Thousands of developers across the world are launching new apps on the Google play store every day. These apps range across various categories, from business to productivity, to games and utility apps. With over 105 billion app downloads in 2019, your app idea has …
How to Build an Android App with Python (and the WordsAPI)
Introduction Mobile applications have become an integral part of the way we work. Today, we are going to create an Android mobile app for WordsAPI. This will be a powerful app that will cover the chosen API and extend it with some additional NLP features. As the main project instrument, we will use Python. We also have the opportunity …