Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get current web page url in Laravel 5

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(); });

How to resize a custom view by drag side of view in android

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

pg_search gem integration in rails application

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

What are New Android Architecture Components and How to Use Them?

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

How to add shipping address for checkout using shopify?

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

How to make Search Filter in android.

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

How to fetch data in Spinner from api code

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

Fragment Tutorial in Android

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.

How to expand TextView?

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

Defining *.info.yml files in Drupal 8 theming

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

1 35 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: