Android WebView to open https SSL client certificate and Location Permission
Android WebView with SSL
WebView is a view that display web pages inside your application. You can also specify HTML
Android WebView with SSL
WebView is a view that display web pages inside your application. You can also specify HTML
Android Intent Service
Android intentService and BroadcastReceiver is a a base class for Service that can be used to handle asynchronous
Camera
The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures
BaseAdapter
Before we share BaseAdapter it is first important to revise Adapter. In android, an adapter is a bridge between
Function parameters modifier
In the previous chapter, we had a look at functions. We briefly discussed parameters, but only
C# Functions
A C# Functions allows you to encapsulate a piece of code and call it from other parts of your
Switch statement
The switch statement is like a set of if statements. It’s a list of possibilities, with an action
if statement:
One of the single most important statements in every programming language is the if statement. Being able to
Register Account
By creating an account you will be able to shop faster, be up to date on an order status, and keep track of the orders you have previously made.
Continue