
Search In
To get the current web page url in Laravel 5. you can use the URL::current() helper function. here is an example.
Route::get('/current/url', function()
{
return URL::current();
});
This tutorial will help to resize a custom view by dragging of view's side and provide drag functionality also. Here is the step by step code.
Step 1- Create a xml file res/activity_main
<LinearLayout xmlns:android="http://schemas.andr
If we are using PostgreSQL RDBMS in rails application and there are need to search functionality, pg_search gem is perfect for that. It has easy implementation and having rich methods for the search functionality.
Note: pg_search gem supports o
We know the old android architecture components like Linux kernel, native libraries, android runtime, application framework, and applications.
Google has launched 14 different versions of android OS but one thing to notice is that there wa
Before proceeding cart checkout user have to enter shipping address and shipping address contains shipping rate and tax rates that you can set from your shopify admin panel.
here are the procedure :
1. Layout for shipping address file :
<?xml
In the below example code I have implemented a search functionality to the listview filters item like text or image. Here I have used addTextChangedListener method this will help in search sorting the result like if you type any alphabet in serach bo
In the blelow code example I have clearly describe "how to fetch data from api server side"? for this first I have created activity_signup.xml layout here I have added TextView, ImageView, ScrollView, EditText, Spinner and Button. Now See C
This tutorial helps you how to use Fragment Class in android Application
the sample code give you the brief on how you can use an fragment class.
In main Activity we have created four fragments. And use FragmentManager and FragmentTransaction Class.
Hi Friends,
This blog will help you to expand TextView if textview has more than given line. Suppose you want visible only four line first time in TextView while your message length is greater than four line. In this case, you can give an another op
Drupal 8 has come up with flexible and easier manners of theming from its previous versions.
In Drupal 8 theme the first requirement is .info.yml file which contains the meta-data of theme.
This file must be present in your theme folder because of
