-
Estimated reading time: 1 Minute
How to execute a cordova callback more than once in Java (android)
If you're a cordova developer, you may be facing this issue. Read how to execute a callback in java twice.
Stay updated with our most recent tutorials, fixes, and developer resources.
Real-time updates that matter
Estimated reading time: 1 Minute
If you're a cordova developer, you may be facing this issue. Read how to execute a callback in java twice.
Estimated reading time: 1 Minute
Learn how to download a file from your device to a remote path (sftp server) using the JSCH Library in Android (and other platforms because we are using Java)
Estimated reading time: 1 Minute
If you already learned how to upload and download a file with JSCH (SFTP), you may want to learn how to display the progress of those. Check it out !
Estimated reading time: 1 Minute
Learn how to upload a file from a remote path (sftp server) using the JSCH Library in Android (and other platforms because we are using Java)
Estimated reading time: 2 Minutes
Learn how to retrieve the content of a remote path (sftp server) using the JSCH Library in Android (and other platforms because we are using Java)
Estimated reading time: 1 Minute
Learn an easy way to delete a file (android,ios,windows) with cordova
Estimated reading time: 1 Minute
How to create a notification toast in windows 10
Estimated reading time: 1 Minute
The ECMASCRIPT 6 (2015) have added a comfortable shortcut of literal objects definition in javascript.
Estimated reading time: 1 Minute
The app builds successfully, everything seems to be ok installing app, launching and LAUNCH SUCCESS. However when the app is executed on a device or emulator with android < 4.2 nothing happens !
Estimated reading time: 1 Minute
This is a common issue on java and happens when you're trying to access a variable in a nested class.
Estimated reading time: 2 Minutes
List all files and folders inside a directory
Estimated reading time: 2 Minutes
This problem happens on Android version > 5 when you select a file from the native file chooser using cordava or phonegap, learn how to deal with this issue !
Estimated reading time: 1 Minute
Still confused what makes different "var" of "let" declarator in javascript? Take a look !
Estimated reading time: 1 Minute
If you have obfuscated javascript code, you can try retrieving the source code although it will be not so easy to read.