Porting an iOS Application to Android (and Vice Versa): Why and How?

Porting an iOS Application to Android (and Vice Versa): Why and How?

It’s very common to start with just one app, usually, for iOS. Reasons differ—from testing new channels to not having enough resources to make two apps. But once the app is doing well on the market, it’s time to expand and adapt it to another platform. Which gives rise to some questions: What’s the point…

The 7 Hottest Trends in Android Development for 2020

With no doubt, Android app development is one of the fastest-growing sectors of web development. An array of smart technologies available open almost unlimited possibilities to both end-users and software developers. This, in turn, results in a high competition level in the industry. To survive in this highly competitive environment one needs to keep up…

How To Create Animations In Android Application
| |

How To Create Animations In Android Application

Did you know that there are more than 2.7 million apps on the Google Play Store as of 2019? The demand and need for mobile apps are so high, that Google reports releasing about 3000 plus apps every day on its Play Store! The app market seems to appeal to Millennials much more than any…

Which is the Best Language or Platform To Develop Android Apps and Why

Which is the Best Language or Platform To Develop Android Apps and Why

Coding an Android application is a challenging task. To begin with, it is important to choose the best programming language that will be apt to develop Android apps. The nature of iOS coding languages is limited but there are wide arrays of languages for Android apps. This, on one hand, offers flexibility to developers but…

6 Android Apps Harnessing The Power of Machine Learning

6 Android Apps Harnessing The Power of Machine Learning

When we look around us today and hear about things like the Internet of Things, Artificial Intelligence, Machine Learning etc, the first thought to cross our mind must be: ‘We have come a long way. The world around has progressed rapidly or we are on the Fastrack of a technological revolution. But, is that really…

Android Google Map Marker Clustering Tutorial
|

Android Google Map Marker Clustering Tutorial

Google Maps are a great way to show data. It might seem natural that the more geographical point Markers we add the better story it tells. But that’s not always the ideal case because once we’ve hundreds, even more, points the performance of Android application quickly begins to decrease. Let’s see an overloaded marker picture…

Testing Different Methods of Launching Android Activities In Kotlin
|

Testing Different Methods of Launching Android Activities In Kotlin

I learned the 😓 hard way: There should be better ways to launch the Kotlin Android activities. Passing extra’s data via intent for serialization, and de-serialization on target Activity. So, I have read a lot of articles and gather a couple of cool ways to launch Android activities. Launching activities in android app is a…

Android Cab Booking App Tutorial Part 3
| | | |

Android Cab Booking App Tutorial Part 3

This story is the third part of our Android Cab Booking App tutorial If you didn’t read the previous ones you can start here. Previously In Android Cab Booking App In the previous article, we discussed how to read the online-drivers from Firebase Realtime Database, create the data structure for Drivers and animate multiples markers on Google Maps….