
Search In
In the below code I have created splash screen. Here first I have added images in drawable folder, and then added in activity_splash_screen, In SplashScreenActivity I have also used Timer function. See the below code it will clerly describe you how
In the below example I have created a animation button. Here I have added Button and TextView in activity_main xml layout then I have created new directory (anim) , In anim directory I have created new anim_traslate.xml layout. In MainActivity I have
In the below example I have created popup layout. In popup.activity layout, First I have created LinearLayout, In LinearLayout I added a TextViw and Button, then in step second I have created rounded.xml layout & in drawable folder, here I have a
Hello Readers,
Today's post is about an integration of YouTube API with Cordova Android apps. To use YouTube API in our app we need API key. So, first of all, we need to register our app with some details.
The following steps explain how to reg
In magento, sometimes you need to add custom field to existing contact form as per client requirement. Here is an easy way to customize magento form by adding new field.
You can also add more fields as per need.
Lets see how can we do it.
Step 1. E
Object pool is a box of objects that contains a list of other objects that are ready to be used.
When the new object request comes then pool object will receive that request and allocate an object from the pool.
How pool object works
In pool
In the basic twig syntax tutorials we got to know about printing the simple variables like {{ variable }},
but if we need to print an array or object and accessing them.
Lets see how can we do it.
To know the behavior of the parame
"Adding multiple pins at same LatLng"
In this article we will see how to add multiple pins at the same Lat Lng in the Google Map.
While working with Google Maps, I faced a problem that, we are not able to show multiple pins
In Django framework first, create a project and then setup all file in Django server. Follow these steps given below
Step1- First, create a project in Django using the link given below and setup database in setting.py file.
http://findnerd.com/acco
In previous articles we already learned how to connect MySQL database and how to perform different queries using MySQLi. This article demonstrates some MySQLi functions which are used to retrieve row by row data from resultset. The complete article i
