Category: Android
-

Kotlin Multiplatform: Evaluating Advantages and Drawbacks for Cross-Platform Development
Kotlin multiplatform (KMP) is a technology that allows developers to write code in the Kotlin programming language that can be shared and used across multiple platforms, such as Android, iOS, web and desktop. This means that developers can write a single codebase in Kotlin and use it to build applications for different platforms, without the…
-

Preserving Cultural Heritage: Our Remarkable Journey with the European Affairs Fund of AP Vojvodina
We have a lot of stories waiting in the drawer to be told. This is just one of them, and it’s time to tell you about one of the most exciting adventures we’ve experienced, thanks to the fantastic team from the European Affairs Fund of AP of Vojvodina. They believed in us and our abilities…
-

Unleashing the Power of Jetpack Compose: A Journey into Modern Android Development
The Android development landscape is constantly evolving, and staying up-to-date with the latest trends and innovations is essential for any developer. In today’s fast-paced world, users demand seamless and engaging experiences, making it crucial for developers to leverage cutting-edge tools and technologies. Jetpack Compose is a breath of fresh air to all of those bug-riddled…
-

My Experience with Flutter: The Ups and Downs
As an Android developer, I was curious about Flutter and decided to give it a try. After spending some time with it, I’ve come to appreciate its fast development cycle, hot reload feature, and customizable widget library. However, I’ve also encountered some downsides that I think are worth mentioning. In this article, I’ll share my…
-

What’s new in the Android ecosystem? – Google I/O 2023
The Android ecosystem is constantly evolving, with new features and updates being released regularly. Google I/O 2023, the annual developer conference held by Google, showcased some of the latest advancements in the Android platform. From exciting new features to improvements in performance and security, there’s a lot to look forward to in the world of…
-

Troubleshooting Common Android Studio Bugs: Tips and Solutions
Here are a few common issues that users face when working with android studio, along with some potential solutions: 1. Gradle sync failed: This error often occurs when android studio is unable to download the required dependencies to build your project. To fix this, try the following steps: 2. Emulator not starting: If your emulator…
-

Custom bar chart for android – tutorial
In our Skenit app, used for gym management, we wanted to improve user experience by providing them with statistics that show monthly users per gym, the number of users per training type, financial reports for every month, etc. By doing this we would give our users more insight into the gyms they own, their employees,…
-

Mobile App vs. Website: What is best for your business
As a CEO or business owner, you have probably considered how to attract customers and what strategy to use, such as whether to develop a website or mobile application. There is no definitive answer because the alternative you pick will rely on your business plans, your resources, and any properties you might require. We would…
-

How to update fragments in the ViewPager?
Five indubitably easy steps
-

Photo manipulation using Kotlin
How to simplify it