Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our W3Make Forum to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now
You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Sign InSign Up

Forum By W3make

Forum By W3make Logo Forum By W3make Logo

Forum By W3make Navigation

  • Home
  • About Us
  • Blog
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Questions Feed
  • Blog
  • Contact Us

Pravashis

Begginer
Ask Pravashis
1Follower
4Questions
Home/ Pravashis/Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Asked Questions
  • Followed Questions
  • Favorite Questions
  • Groups
  • Posts
  • Comments
  • Followers Questions
  • Followers Answers
  • Followers Posts
  • Followers Comments
  1. Asked: June 18, 2023In: Android Development

    Kotlin or Flutter

    Pravashis Begginer
    Added an answer on June 19, 2023 at 1:05 pm

    Let's simplify this quickly. Flutter is an UI that requires third party libraries and tools in order to connect with the base environment. But, Kotlin doesn't need a set of libraries or tools. Kotlin can work with the native plaform ecosystem very easily than Flutter. With Kotlin, you don't need toRead more

    Let’s simplify this quickly.

    Flutter is an UI that requires third party libraries and tools in order to connect with the base environment.

    But, Kotlin doesn’t need a set of libraries or tools. Kotlin can work with the native plaform ecosystem very easily than Flutter. With Kotlin, you don’t need to integrate it with your os since it is a multi-platform. It will even help you to work cross platform in certain cases.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: June 18, 2023In: Android Development

    Supporting Multiple Languages

    Pravashis Begginer
    Added an answer on June 19, 2023 at 1:00 pm

    It is a good decision to keep your project away from being culture-direct.  You can provide support for different locales if you are using the resources directory. It's in your hands to specify the resources tailored to the cultures of the people who might be using your android app. And hence, workRead more

    It is a good decision to keep your project away from being culture-direct.  You can provide support for different locales if you are using the resources directory.

    It’s in your hands to specify the resources tailored to the cultures of the people who might be using your android app. And hence, work with a particular resource type that is appropriate for the language and culture of your users. For example you can use “en_US” or “en_SP” to create a bilingual project

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: June 19, 2023In: Wordpress

    Plugins for search engine optimization (SEO) in WordPress?

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:50 pm

    Use Yoast SEO for hassle free optimization from the WordPress page

    Use Yoast SEO for hassle free optimization from the WordPress page

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: June 19, 2023In: Wordpress

    wordpress

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:48 pm

    If you are not the Admin, you won't see the plugin menu.

    If you are not the Admin, you won’t see the plugin menu.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: June 19, 2023In: 3D Printing

    How is 3d printing possible?

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:46 pm
    This answer was edited.

    Create and think of a design that should be unique as well as creative. Choose CAD software. Or, you can opt for online free resources for creating free designs step to after create in your design export the STL file which is basically a storage unit of your concept that you have designed in 3D BefoRead more

    Create and think of a design that should be unique as well as creative. Choose CAD software. Or, you can opt for online free resources for creating free designs step to after create in your design export the STL file which is basically a storage unit of your concept that you have designed in 3D

    Before printing make an idea of the kind of materials you will be using choose them based on the properties of your designed object.

    Then, you have to decide actual parameters of your design which includes the size of your print and placement of different designs or say grooves or patterns software like BCN3D Cura. This is a slicing software that will convert your STL file into something which we call a Gcode. The G code actually contains exact instructions for the 3D printer which the printer will execute to create your model.

    Print. Just wait till the print is created in layers and layers. It might take several hours or even days based on what your design is and what printer you are using.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: June 19, 2023In: Android

    Which database is best for Android?

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:40 pm

    If you ask for mobile app development, I'd say just go for MongoDB or PostgreSQL or MySQL. If you want a light weighted database, choose MySQL. If your goal is to acquire and store specific data on your android device, work with SQLite. Otherwise there us Amazon Web Services DynamoDB which is quiteRead more

    If you ask for mobile app development, I’d say just go for MongoDB or PostgreSQL or MySQL. If you want a light weighted database, choose MySQL. If your goal is to acquire and store specific data on your android device, work with SQLite.

    Otherwise there us Amazon Web Services DynamoDB which is quite good when it comes to working for bigger projects

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: June 19, 2023In: PHP

    Code

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:34 pm

    There can be 16 error levels that comprises of category and severity of an error.

    There can be 16 error levels that comprises of category and severity of an error.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: June 19, 2023In: PHP

    PHP

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:32 pm

    It returns the file in size of bytes

    It returns the file in size of bytes

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: June 19, 2023In: Wordpress

    how to secure WordPress website from hackers?

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:31 pm
    This answer was edited.

    You can make an actual strong password that's a combo of alphanumerics and symbols for example abcd@1234 or a mixture of this. Otherwise, you can install third party security plug-ins which will guarantee that your site stays safe. Thank you for reading.

    You can make an actual strong password that’s a combo of alphanumerics and symbols for example abcd@1234 or a mixture of this.

    Otherwise, you can install third party security plug-ins which will guarantee that your site stays safe.

    Thank you for reading.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: June 19, 2023In: Wordpress

    Block

    Pravashis Begginer
    Added an answer on June 19, 2023 at 12:28 pm

    Since WordPress is actually a public website, it's not possible to block a particular blogger/WordPress user from viewing your content. However, there are other ways. First, you can double check and decide which accounts you would like to keep as your followers. If you want, you can remove a followeRead more

    Since WordPress is actually a public website, it’s not possible to block a particular blogger/WordPress user from viewing your content. However, there are other ways.

    First, you can double check and decide which accounts you would like to keep as your followers. If you want, you can remove a follower. If you don’t want to interact with a specific user, modify your comment settings so that comment(s) from that specific user would be taken into account as spam.

    Or, you can download a WordPress plugin called User Blocker. After completing the installation, go to your WordPress Dashboard. View the User list by clicking on All Users and just tick the checkbox appearing next to the users. Find the Bulk Action drop-down list, click on Lock>>Apply

    Thank you for reading.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 3k
  • Answers 2k
  • Best Answers 34
  • Users 5k
  • Popular
  • Answers
  • Mohammed aleem hasan

    What programming language is used for Android development?

    • 65 Answers
  • Manichandana

    Is this mandatory to write css code in making a ...

    • 58 Answers
  • vishakha_1713

    How to decide whether to use DELETE statement or DROP ...

    • 46 Answers
  • Jova0731
    Jova0731 added an answer If you're new to buying a custom sex doll, you… July 31, 2025 at 8:41 am
  • Jova0731
    Jova0731 added an answer Some of us with dark hearts want to design other… July 5, 2025 at 1:56 pm
  • Dewey
    Dewey added an answer In a world where loneliness is rising, torso sex dolls… April 22, 2025 at 6:44 am

Top Members

saningh

saningh

  • 5 Questions
  • 116 Points
Pundit
Vishnu M

Vishnu M

  • 2 Questions
  • 96 Points
Teacher
Divya Sharma

Divya Sharma

  • 4 Questions
  • 68 Points
Teacher

Trending Tags

#css #html #questions 3d printing ai android android development android studio answer api app development c++ coding data Database developer development error flutter hacking help ios java javascript kotlin machine learning ml performance php plugin plugins poll programming python question security seo social media sql technology theme web web development website WordPress word press wordpress development wordpressdevelopment wordpress error wordpress errors

Explore

  • Recent Questions
  • Most Answered
  • Answers
  • Most Visited
  • Most Voted
  • No Answers
  • Feed
  • Favorites Questions

Footer

W3make forum is a social questions & Answers platform which will help you establis your community and connect with other people.

Legal Stuff

  • Privacy Policy
  • Terms and Conditions

Help

  • Questions Feed
  • Blog
  • Contact Us

Follow

© 2023 W3make.com | All Rights Reserved.