Amit Pandey

Amit Pandey

Professional Android App and Full Stack Web Developer, Blogger, Entrepreneur And Founder of Legend Blogs. I am always trying to learn new things or new possible ways to do things.

Amit Pandey

How to start Android app development for beginners

Wow, Do you want to know how to start Android app development? I knew it, your answer is yes, but you don’t know how.

Read More

How to make money online for beginners in 2023

Do you want to know how to start a blog in 2023 (Top Secrets), or do you want to know how to build your website in 2023 to make money online for beginners?

Read More

How to start coding in PHP with 'Hello world'

PHP is one of the most popular open-source and server-side scripting language. PHP is a powerful tool for making dynamic, interactive websites and you can do much more with it. It can be learned easily.

Read More

How to connect to MySQL database using PHP

Let's start with PHP and MySQ. The first thing to do is connect to the database MySQL, and try to get information on database tables on the page. The function to connect to MySQL is called mysqli_connect ().

Read More

How to combine or merge array in php

Beginners have lots of confusion between array combine and array merge in PHP. So I just go through with this post to introduce the difference between the array combine and array merge in PHP.

Read More

How to create multidimensional Array in php

We know an array is a special variable, which can hold more than one value in one single variable. In PHP array can be used multiple types which can be a single or simple array and multidimensional array.

Read More

How to use session in php

PHP session is used to store information in a variable temporarily to be used across multiple pages. PHP session creates unique user id for each browser to recognize the user and avoid conflict between multiple browsers.

Read More

Vibrate Android Phone Custom

You can vibrate your Android device using few lines of code in your project. Vibrator is one of the most and useful devices for mobile phones.

Read More

Listview In Android with RecyclerView

RecyclerView is the powerfull tool to draw list or grid in your android application, When RecyclerView is not there then user need ListView for the list and GridView for the grid, But now andoid provide a great tool RecyclerView to draw both with one sing

Read More