Android

Exceljs in Angular 13 Example – How to use ExcelJS in Client-Side App

The ExcelJS library is known for creating the XLSX document with lots of features to format and apply dynamic formats. This library is mainly used for server-side generation of XLSX documents and is also created in the same sense. In this Angular tutorial, we will learn How to export JSON data into XLSX / Excel …

Exceljs in Angular 13 Example – How to use ExcelJS in Client-Side App Read More »

Android Material Datepicker and Timepicker by Wdullaer Tutorial by Example

Android is already packed with great Calender and Timepicker to add-in application. Which most of the time fulfill basic requirements needs of a project. But some times few challenges come on ways which call for more flexibilities in Calander date pickers. A few days back I was working on a project with Booking appointment module. …

Android Material Datepicker and Timepicker by Wdullaer Tutorial by Example Read More »

Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android Applications

Development in the Ionic framework is mostly handled through CMD Command prompt. We can open code, create APK packages, install plugins etc from CMD itself. But sometimes to test some of the Ionic Native plugins need a real device, for that we may create APK using $ ionic cordova build android and then we can transfer the generated …

Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android Applications Read More »

How to Get Fabric API Key and Fabric Api Secret?

Fabric.io is a platform that provides many services for building better apps, to grow performance and look into the insight of user and business behavior. The most useful feature provided by Fabric.io is Crashlytics, this is an error reporting tool which immediately reports issues in an application like warning, error or fatal crashes in an …

How to Get Fabric API Key and Fabric Api Secret? Read More »

Create Multiple Columns ListView from JSON Data using Retrofit2 in Android Example

In this example, we will create a sample application with single activity having a ListView with custom BaseAdapter to have multi columns with data from JSON object which we will get from dummy JSON file on the server. To make real server requests we will use Retrofit2. This example app will discuss a challenge to …

Create Multiple Columns ListView from JSON Data using Retrofit2 in Android Example Read More »

Android Background Geolocation Service Without Any Kill | Part 2

Android location services are very popular these days, they provide the location of a device in the form of latitude and longitude coordinates using with we can track the location up to 10 meters of accuracy. Location services provide many other parameters of a device like speed, the direction of movement, human-readable address using Geocoder …

Android Background Geolocation Service Without Any Kill | Part 2 Read More »

Android Background Geolocation Service Without Any Kill | Part 1

Android location services are very popular these days, they provide the location of a device in the form of latitude and longitude coordinates using with we can track the location up to 10 meters of accuracy. Location services provide many other parameters of a device like speed, the direction of movement, human-readable address using Geocoder …

Android Background Geolocation Service Without Any Kill | Part 1 Read More »

Scroll to Top