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 »

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3

You may see this issue while building the Ionic Cordova application for Android * What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 30.x installed version is 30.0.2; Recommended version is 30.0.3.

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3 Read More »

[Resovled] Gradle: not installed Could not find an installed version of Gradle…

While building the Ionic Cordova application you can check all the required paths are set by executing the below command: cordova requirements android –verbose This command will tell you if any of the required paths of Java, Android Studio or Gradle is missing and having any issue. The output looks like as shown below:

[Resovled] Gradle: not installed Could not find an installed version of Gradle… Read More »

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable

Go into your Capacitor/ Cordova/ React native project’s root folder and find android folder Inside the folder create a new file named local.properties Open the file and paste the following content in it, path of the SDK folder, which will look like this:

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable 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 »