Let’s Code Better
-
How to Get LIC Premium Certificate & Statement Online
Read more: How to Get LIC Premium Certificate & Statement OnlineLIC is very reliable and one of the best source of investment in India. People can expect a sure return on maturity and also save on tax under certain sections. Most of the working and salaried section of people choose LIC for the most part of their investments.
-
Resolved! “The platform ‘35729’ does not appear to have been added to this project.”
Read more: Resolved! “The platform ‘35729’ does not appear to have been added to this project.”I was working on an Ionic 3 project and debugging application live with connected Android devices by running following command
-
How to Create Ionic v3 App in Latest CLI v4.9.0 for Ionic v4
Read more: How to Create Ionic v3 App in Latest CLI v4.9.0 for Ionic v4As the latest stable version of the Ionic framework, V4 has been released which is way more future proof and easily adaptable with new frameworks like react, Vuejs etc by using web components technology. But still, there are some developers who may prefer version 3 of Ionic as routing of ionic was having much more…
-
Auto-focus Input and Open Keypad On View/ Page Load in Ionic 3 Application
Read more: Auto-focus Input and Open Keypad On View/ Page Load in Ionic 3 ApplicationMobile applications having input fields for search or forms can be optimized in terms of user-friendliness if developer autofocus first input field or search field on application or page load. This behavior seems to be nominal and not of much importance but it really ads up to the convenience of the application user.
-
Resolve! “Interstitial ads that appear after the user has exited the app” Issue in Ionic 3 Application
Read more: Resolve! “Interstitial ads that appear after the user has exited the app” Issue in Ionic 3 ApplicationThe latest update of one of my application got suspended by Google team due to some issue related to ads shown in the application. The issue was with Interstitial type of ads which I was showing in application after view change.
-
Ionic 5 handle back hardware event to confirm exit by user
Read more: Ionic 5 handle back hardware event to confirm exit by userIn this Ionic 5/4 tutorial, we’ll discuss how to override the hardware back press event in Ionic Application to show a confirm alert dialog box to the user. A user can click on cancel to prevent accidental exits and or tap on the exit button to close the application. In native Android devices, a user…
-
Ionic 3 Handle Back Press Button in Ionic 3 Application without Any Plugin
Read more: Ionic 3 Handle Back Press Button in Ionic 3 Application without Any PluginIn Android application we generally press/ tap back to go back view or page but in root activity or root page in Ionic application this back press operation closes or minimize the application to the recent list.
-
Ionic Lazy Loading Issue | Get Current Component/ Page/ View name in Production Release
Read more: Ionic Lazy Loading Issue | Get Current Component/ Page/ View name in Production ReleaseIn this post, we will discuss an issue faced by many Ionic Framework developers related to getting the current page/ view/ component name in the application. In an Ionic application which using Lazy Loading to partially load components are facing such issue.
-
Optimize App Loading by Implement Lazy Loading in Ionic 3 Existing/ New App
Read more: Optimize App Loading by Implement Lazy Loading in Ionic 3 Existing/ New AppAn Ionic framework application makes development very easy and fast for multiple platforms, but sometimes due to performance issues like fluctuation in animations, jerk movements during user interactions calls for some tricky solutions to manage code with better optimizations.
-
Ionic 4 Read Call Logs (Incoming, Missed, Outgoing) and Add Call Number in Ionic 4 Native
Read more: Ionic 4 Read Call Logs (Incoming, Missed, Outgoing) and Add Call Number in Ionic 4 NativeGetting Call logs from a device in the application can be used in a number of ways for genuine purposes like to share invite link or message someone from an application itself. In Ionic also we can get Call Logs of the device using Cordova and ionic Native plugins. Usage of Call Logs plugin is easy…
-
Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android Applications
Read more: Xiomi MiUI 10 | How to Enable Developer Mode for Debugging Android ApplicationsDevelopment 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…
-
Add reCAPTCHA v2 and Form Validation using Custom jQuery
Read more: Add reCAPTCHA v2 and Form Validation using Custom jQueryIn this post, we will create a form having custom validation for required fields using jQuery. This custom form will also have reCAPTCHA v2 of Google to verify if the user is a bot or real person.
-
Angular 6/7 | Create Custom Pipes AKA Filters in Angular 2.X
Read more: Angular 6/7 | Create Custom Pipes AKA Filters in Angular 2.XOur applications may have a lot of data for presentation, But for creating a good user experience it is preferable to see in a more understandable format like March 12, 2010 is better to read then Mon Mar 12 2010 15:23:40 GMT-0700 (Pacific Daylight Time). For such small and repeated tasks of transforming values in…
-
Gmail Login Input Field Style!
Read more: Gmail Login Input Field Style!A few days back Gmail changed it’s login screen with a nice interactive input field with floating labels when the user focus to write. This looks awesome and reminds of many android native device form fields. The ionic framework also having options to create a similar type of form fields with floating labels on them.…
-
Ionic 5|4 Adding Ionic Offline Storage using SQLite Cordova Plugin
Read more: Ionic 5|4 Adding Ionic Offline Storage using SQLite Cordova PluginIn this post, we’ll discuss how to use SQLite storage in an Ionic application using Cordova’s cordova-sqlite-storage plugin. In Ionic’s Angular, we use Native wrapper to access SQLite storage in a native device. The SQLite type of storage is used by most of the Native devices like android. It is a relational database management system…
-
Ionic 5 Native Google Maps using Cordova Plugin Tutorial with Example Application
Read more: Ionic 5 Native Google Maps using Cordova Plugin Tutorial with Example ApplicationIn this Ionic 5/4 tutorial, we will implement Google Maps in Ionic Angular App using Cordova and Ionic Native plugins. As we have already discussed How to Add Google Maps using JavaScript API in Ionic Applications, in this post we will implement Google Maps Cordova plugin using SDK. In comparison to JavaScript API Native SDK,…
-
Resolve! plugin_not_installed issue in Ionic 3/4 Applications
Read more: Resolve! plugin_not_installed issue in Ionic 3/4 ApplicationsA few days back I was facing a strange issue i.e Plugin Not Installed! in of my Ionic 3 Application. The weird thing about this issue was, the application was working fine in development APK and even after creating productions release of APK it was working fine, the issue used to happen when I installed the…
-
Ionic 5|4 Google Maps JavaScript API, Geolocation, Geocoder in Ionic Native Application
Read more: Ionic 5|4 Google Maps JavaScript API, Geolocation, Geocoder in Ionic Native ApplicationIn this Ionic 5 tutorial, we’ll implement Google Maps using Javascript API library and display current position with a location marker and address of the location. To build Google Maps in Ionic 5 application we’ll use Geolocation and Geocoder plugins to locate current coordinates and address. In the previous post, we discussed how to get…
-
Ionic 4 Copy to Clipboard Example – Plugin ( Copy and Paste ) Ionic Native 4.x Version
Read more: Ionic 4 Copy to Clipboard Example – Plugin ( Copy and Paste ) Ionic Native 4.x VersionClipboard is referred to a special memory space provided in the device, specialized to keep last copied data like text, images, files etc. Clipboard is a temporary space which is washed out as user copies new data and replaces existing data. In the previous post we discuss on the implementation of Clipboard plugin in Ionic…
-
Run Ionic 5 Apps in Background using Cordova and Ionic Native plugins
Read more: Run Ionic 5 Apps in Background using Cordova and Ionic Native pluginsIn this Ionic 5/4 tutorial, we’ll learn How to keep the Ionic Application running in the background even when closed or minimized using service with the help of Cordova and Ionic native plugin. In a native application like android, we have various approaches to keep a service or operation running while the application is minimized…
-
Ionic 4 Implement Image Viewer for Photos in Assets folder
Read more: Ionic 4 Implement Image Viewer for Photos in Assets folderLast Updated On 11/Mar/2019 for Latest Ionic Version 4.11.0 In this post, we will discuss on how to show local images in application asset’s images folder in Image / Photo viewer having basic functionalities like Pan, Zoom, Share download image on device etc.