Beacons with Mobile App

Beacon with mobile app

Hello there! In this blog, we will talk about insights to beacons and its integration with iOS & Android apps for precise location tracking. I’ll also highlight the different challenges that we faced while its integration and how we tackled them in the POC app. Let’s get started! What is a beacon? In simple terms, … Read more

Publishing your Android app to Play Store

How to Publish app to google play Have you seen new updates in Google Play Store for uploading your app? Nothing to worry! This blog gives insight on changes in the uploading process and publishing your Android app to the Play Store. I will be driving through the detailed steps that you would need for … Read more

Using FrameLayout for designing XML Layouts in Android.

In Android app development, there are many Layout Managers which help you arrange(layout) UI elements on the screen. This eases the development process of apps while keeping the layout and logic completely separate. For e.g., LinearLayout arranges elements side by side either horizontally or vertically. RelativeLayout helps you arrange your UI elements based on specific … Read more