This video shows a simple iOS App development for getting the current date and time from the iPhone’s OS. Then it uses a label to display the date received in the string format in the label. I hope you like this video. For any questions, suggestions or appreciation please contact…
Tag: apps
How to create your first iOS App using XCode?
This video briefly explain the steps to create your first iOS App in Xcode. It shows the development of an iOS with a button inserted in the interface and which creates a UIControllerAction as an alert message box on click of the button. I hope you like this video. For…
How to get the installation date of any App from your Android App?
In this video it shows how to get the installation date of any App installed on your Android Phone. In this video it develops an app and then uses the package manager info to fetch the installation date of the app based on it’s package name. Package Manager Info can…
How to implement picture-in-picture mode for your Android App?
In this video it shows the steps to implement the picture-in-picture mode for your Android App in very simple steps. It shows that how just updating the Manifest file and implementing a method in Java file is sufficient steps to have the picture-in-picture mode enabled for your Android App. It…
How to check internet connection from your Android App?
In this video is shows the steps to check whether the internet is available or accessible from your phone or not. For check the internet accessibility, in this App it uses the Inet API to fetch the IP address of any website or server. In this video it tries to…
How to switch Torch or Flash Light on and off from your Android App? – complete source code
This video shows the steps to develop your Android App to control the Torch or Flash Light of the cameras of your Phone. In this tutorial it considers both back camera (camera ID = 0) and front camera (camera ID = 1) while toggling the flash light. It uses a…
Welcome to Programmer World!
Welcome to Programmer World Page! In these webpages one can learn all about Android Apps Development, Selenium Testing and MATLAB coding/ Simulink Modeling. One can read my blogs here, see the code snippets or just view some nice videos about application development on my YouTube channel. https://www.youtube.com/c/programmerworld All my blogs…