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…
Tag: button
How to insert floating pop-up window layout on top of the main layout in your Android App?
In this video it shows the steps to create a pop-up window floating on top of the main layout of the App. It uses the layout inflater to inflate the pop-up window layout and then uses the popupwindow API to create the pop-up window. In this example it shows a…