Reasoning MCQ Question and answers

Analogy Competitive Reasoning

Analogy Competitive Reasoning have become an extremely popular topic for the reasoning portion of all the major exams of the Government including Banks, Insurance, SSC and Railways. Reasoning MCQ Question and answers The weightage of the questions for reasoning analogies can range from 1-4 marks during various examinations for competitive candidates and they are able to score … Read more

flutter date time picker example

flutter date time picker example

Hi flutter developer, Welcome to codeplayon, In this Flutter Tutorial we gonna discuss the flutter date time picker. So let’s do that flutter date time picker example an essayist way to implement with dependency. A date-time picker is a widget library using which you’re in flutter app user can easily select date or time. Like … Read more

Flutter image picker from camera and gallery

flutter image picker camera and gallery example

Hi everyone is this article we learn share and explore new things in a flutter. Here we learn how to use an image picker in a flutter with a camera and gallery. In this tutorial, we share the easiest way to implement an image picker in flutter using a library example. Flutter user for both … Read more

how do i display an image from api in flutter

Hi everyone is this flutter tutorial, we learn how do I display an image from API in a flutter. So for the show image, in flutter throw to network to load image URL into the image. like you can call an API to get a response from the server and in your API response, you … Read more

flutter http get request example

dart-create-http-request-examples

Hii Developer in these flutter tutorials we are learning how to make a flutter http get request. HTTP is a network library for mobile Application development to get remote data and show it in our mobile app. There are many types of methods to used connect with the remote. the method like as ( GET,  … Read more

flutter search bar with listview

flutter search bar with list

Flutter search bar with list in these flutter tutorials we share how to filter out a list. like you have a large number of items so finding a particular item from the list it’s very difficult. So that we make it easy to implement search view. Search view widgets are user an edit field user … Read more

Flutter dropdown list example

custom dropdown flutter

Hi, Flutter developers in this fluter article we learn how to make a flutter dropdown list example. Dropdown like a spinner in android user can click on the dropdown shows a list of items to drop a layout. A dropdownbuttonformfield flutter is shown a list of items. If you can create a Form in your … Read more

How to make an AlertDialog in Flutter?

alert_dialog_in_flutter

Hi, In this Flutter tutorial we can discuss how to make an AlertDialog in a flutter. Alert Dialog is basically used in a case where you can prompt an alert to a user about something wrong.  Like at Login time to show login details Wrong, App any form submissions user can see if any required … Read more

Flutter Bottom Sheet examples

flutter modal bottom sheet

Flutter Bottom Sheet Ui is a today stander for mobile application development. We used to make a good UI and more user friendly so we used the bottom sheet. Basically, the Bottom sheet working like click on any component a sheet come for the bottom of the screen. the bottom sheet built a widget in … Read more

how to disable screenshot in android programmatically

how to disable screenshot in android programmatically

Hi in this android article we discuss how to disable screenshots in our android programmatically. Like if you want to user can’t take screenshots of your application so we disable screen capture in android using Kotlin. So how to disable screenshots programmatically user can’t take screenshots in our app. This is helpful for security issues … Read more