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

Search In

How to make Horizontal RecyclerView in android?

In the below example I have created a Horizontal RecyclerView. Here first I have added RecyclerView dependency to Grandle file. In second step I have added a RecyclerView and Set RecyclerView  gravity (center_horizontal). Now see In MainActivit

How to generate QR Code using PHP?

You can create your QR Code using the PHP QR Code library. Download the QR Code library and include in your script file. Example:- <?php include "phpqrcode/qrlib.php"; // create your QR Code with new text and display it QRcode::png("Test QR Co

MongoDB Get names of all keys in collection

Hello All, In this blog we will discuss about how to get all keys in mongoDb collection. Sometimes we are in a situation in which we want only the keys not the data itself from the collection. So as a result you can try by following below code to

Identity Theft As The Leading Crime And How To Avoid It

According to a complete report, the idea of identity theft is going to surpass the traditional style of theft. It is the leading type of theft that is growing at a very faster rate. There are various types of reasons behind the same. People are compl

How to go next Activity click On CardView Item in android

In the below example I have created a RecyclerView, In RecyclerView I have added cardView item, so when you click on cardview item it will open next activity. In below code, first I have added RecyclerView and CardView library , In second step, In a

How To Start A Dropshipping Business - 4 Quick Entrepreneur Tips

Dropshipping basically means that you are selling the goods directly to the customer without having to buy them first. You need to make a contract with the right supplier, and you are already on your way to starting up your dropshipping business. Due

How to query mongodb with “like”?

Hello All, In this blog we will discuss about how to query mongodb with "like". In MySql you might have normally used below code to find by like select * from users where name like '%text%' But for using “like” in mongoDb you have to write in

Mapping an Elastic Ip to amazon ec2 server

Hi Friends, We always face challenges when we don't have an amazon account or we don't want to open amazon account and give credit card credentials. So I came up with a solution where you can see step by step how to setup server or map elastic addres

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.     public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID) { var newlist1 = dbcontext.Stu_Result

How to shuffle an array

Hi all, Shuffling an array means randomly re-arranging the content of an array .Shuffling algorithm can be used in many places now days like in card games, music player , media player etc. Shuffling of an array can be done in two ways. Using Gam

1 14 24
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: