Tutorials How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS Feb 26, 2022By Zoran Comments: 0 Views: 754
Tutorials Few JavaScript tricks to help you write better React code React is built on top of pure jаvascript, except for a few quirks. This article brings together a few core jаvascript concepts that you will Feb 23, 2022By Zoran Comments: 0 Views: 550
Tutorials Online radio for Android: step by step guide In this tutorial, I'll walk you through building your own Android radio app. I'll start right away with the essence, so let's define the Feb 22, 2022By Zoran Comments: 0 Views: 787
Tutorials Why Reactive Programming in Swift? Improving code readability Everyone knows about the nightmarish closures in Swift. Due to the nature of mobile development, asynchronous Feb 20, 2022By Zoran Comments: 0 Views: 708
Tutorials Creating drag-and-drop elements with React In this tutorial, we'll look at creating drag-and-drop elements in React using Atlassian library . The article is intended for people Feb 18, 2022By Zoran Comments: 0 Views: 595
Tutorials Common mistakes of juniors using React This article highlights some of the mistakes React developers make early in their careers. Direct DOM manipulation This kind of error is Feb 14, 2022By Zoran Comments: 0 Views: 493
Tutorials How to Implement Complex Navigation in iOS Apps for iPhone Every app, unless it's a single-page app, must have navigation that allows users to move between screens, enter information, and respond to Feb 14, 2022By Zoran Comments: 0 Views: 512
Tutorials Ensuring security in Android applications Security is undoubtedly an important part of any mobile application. Unfortunately, providing real security is not an easy task. Google Feb 10, 2022By Zoran Comments: 0 Views: 565
Tutorials Changing Android SVG graphic color programmatically You can use vector graphics on Android and change the graphic color with code. In this way, it is not necessary to use different graphics for Feb 4, 2022By Zoran Comments: 0 Views: 737
Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch Feb 3, 2022By Zoran Comments: 0 Views: 605