
Mobile Application Development
19 Sep 2019Best practices in Android Development
Android is currently the most used OS across the world. The popularity of Android applications is at a pick. As a developer, our duty is to provide applications with the best performance and innovative features. To achieve this, the developer must follow certain standards in the application development process. In this article, you will find […]
Read More
Mobile Application Development
13 Sep 2019Dependency Injection in Android using Dagger2
Dependency Injection needs a better understanding so let’s break the term Dependency Injection in two parts Dependency and Injection. What is Dependency? Consider the following Java class. public class User { private Database mDatabase; public User() { mDatabase = new Database(); } } In the above class, we are creating the object of class Database […]
Read More
Mobile Application Development
19 Jun 2019Auto Renewable Subscriptions in iOS and Android
Auto renewable subscriptions allow customers access to content, services, or premium features in your app by subscribing to it. After completion of each subscription period, the subscription automatically renews until a user manually cancels it. Developers can offer subscriptions along with other in-app purchase products within the app. Applications: Premium content Episodic content Software as a […]
Read More
Mobile Application Development
15 May 2019Unit testing in Android
For any software development testing is an important phase where one has to check the stability and reliability of the software. Testing can be done in two different ways: Manual testing: Time consuming and tedious: Since test cases are executed by human, it is very slow and tedious. Huge resources required: More testers are required […]
Read More
Mobile Application Development
11 Mar 2019Introduction to Reactive Programming RxJava and RxAndroid
RxJava is out for quite some time and people are hearing about its greater capabilities, but a lot of them haven’t started yet. If you are one of them, you are late, but that’s ok. Few developers say there is no proper guide/document available or they fear to start something new. In this blog, I […]
Read More
Mobile Application Development
1 Mar 2019Overview of React JS
Introduction: React JS will be used within the development of single-page applications and mobile applications. It aims primarily to supply speed, simplicity, and measurability. As a programme library, react is usually used in conjunction with different libraries like Redux. It will be used with a mixture of other JavaScript libraries or frameworks, like Angular JS […]
Read More
Mobile Application Development
20 Apr 2018Image Processing in iOS – A Detailed Insight
It is an extraordinary feeling when you take the best selfie, but what if you can make it even more spectacular by making some instant changes? Well, here comes the major entry of Image processing in iOS. Image processing in iOS is all about a method to perform some operations on an image, to get […]
Read More
Mobile Application Development
28 Dec 2017Kotlin vs Java. What to choose?
Where Kotlin takes off is tackling more inherent issues with Java. Kotlin has more than a few Pros that improve Android Development and App Performance 1. It’s Android-Focused: Kotlin was written by the same folks who created popular integrated design environments (IDEs), so its background comes from mobile industry pros who were looking to solve […]
Read More
Mobile Application Development
28 Dec 2017Kotlin | An Emerging language to power Android Application Development
Now that Google has embraced Kotlin-making it an official language on Android-cross-platform development has become a lot simpler. Let us understand what Kotlin is and its features. Brief Overview of Kotlin Kotlin is an OSS statically typed programming language that targets the JVM, Android, JavaScript and Native. It is developed by JetBrains. The project started […]
Read More