In this video it shows the steps to run a python code in Android App’s code. It calls the python script from the Java code. It uses chaquopy plugin, which is Python SDK for Android. Details are available at: https://chaquo.com/chaquopy/ The steps for setting the Gradle is taken from this…
Tag: Call
How to recursively call a method only one time in Android App’s java code?
In this video it shows the code to make the recursive call to a method only one time in your Android App’s java code. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other…
How to create stored procedure in MS SQL database server and run (call) it from your Android App?
This video shows the complete end to end steps to create a simple stored procedure in MS SQL server and call the same from the Android App. In the first part of the video it shows how to create a simple stored procedure using MS SQL Server Management Studio (SSMS)….
How to log call data such as number, name, duration, type(incoming or outgoing) in your Android App?
This video shows a very simple and easy way to create a call logging Android App. In this App, it uses a very simple layout and a button to trigger call logging. However, a developer can use this concept to integrate in their much more advance App development. In the…