Category: Android
Let me get to the point and see how we can add Facebook analytics in Buildbox exported ios game. Create new Facebook app from facebook developer console. Add iOS …
Facebook Account Kit is a reliable and easy way to quickly register or authenticate users in your app. Like Firebase Authentication, Account Kit provides phone number or email address …
In almost all of the applications there is a requirement to save or store data in database. In Android we can use SQLite database or database hosted remotely. Google …
Firebase is a backend service which provides various services like database, cloud functions, storage.Cloud Storage for Firebase allows secure cloud storage of files, user generated content like images, audio. Firebase …
This is a beginners guide to use Firebase Realtime Database in Android. Firebase is backend as a service which provides easy to use services like realtime database, storage, authentication …
Android provides AlarmManager to access its alarm services. In other words alarm manager is used to schedule your application to be run in future. For example if you want …
Services are used in Android to perform long running tasks like downloading files or images from the server, playing or streaming music. Services do not have any UI component …
Buildbox is one of the fastest growing game engine. With Buildbox creating games is simple and requires no programming skills. One of the drawback of such game engines is …
Google has switched to new Google Play Install Referrer API. Earlier Android had INSTALL_REFERRER broadcast receiver for receiving install information. the new api is simple and secure. Lets check …
In last post I explained how to reduce the size of bitmap. In this post I will explain how we can overlay two bitmaps. The use case of this …