×
×

About: Naresh Pradeep

Website
Profile
Hey there! I am the founder of CodesInsider and android developer.I love to code and build apps.

Posts by Naresh Pradeep:


Android

Android AlertDialog Example Tutorial

Android alertDialog is used in cases like asking for confirmation / making a decision when the user submits a form in android application or when the user want to delete…


Android

Android Spinner Drop down list Example Tutorial

In this android spinner drop down list example tutorial we will see how to implement a spinner in android application development with example in android studio. Android Spinner drop down…


Flutter

Flutter Layouts – All you need to know about layouts

In this tutorial we will discuss different types of layouts in flutter with examples. Flutter Layouts Designing layouts in flutter is a bit different from designing the layout in XML…


Android

Android CheckBox Example Tutorial

Android CheckBox is used to display group of options to user so that the user can select desired options from the given group of items.In this example tutorial you will…


Flutter

How to Install Flutter on Ubuntu with android studio

In this tutorial you will learn how to install flutter on Ubuntu.For this you need to get Flutter SDK, android sdk and android studio for working with flutter.So lets dive…


Flutter

How to Install Flutter on Mac with XCode

In this tutorial you will learn how to install flutter on Mac step by step and how to configure XCode to work with flutter.But before we install flutter lets know…


Flutter

How to Install Flutter on Windows with Android Studio

In this post you will learn how to install flutter on windows step by step and how to configure android studio and visual studio code to work with flutter.But before…


Android

Android AutoCompleteTextView Example Tutorial

In this android AutoCompleteTextView, example tutorial you will learn what is autocompletetextview.We will see how to implement it in android studio with examples. Android AutoCompleteTextView Android AutoCompleteTextView is a TextView…


Android

Android Toggle Button Example Tutorial

In this android Toggle Button example tutorial you will learn what is a Toggle Button, how to create it and different types of attributes for Toggle Button with examples in…


Android

Android Videoview Example Tutorial

In this android videoview example tutorial you will learn how to implement a videoview in android studio and different methods available in detail. Android VideoView Android videoview is a ui…


Android

Android ImageView Example Tutorial

In android ImageView is used to display images in android application.Its hard to develop a beautiful android application without using images.In this example tutorial we will see how to implement…


Android

Android Button Example Tutorial

In this android Button example tutorial you will learn what is a Button, how to create it and different types of attributes for Button with examples in android studio. Android…


Android

Android EditText Example Tutorial

In this android EditText example tutorial you will learn what is an EditText, how to create it and different types of attributes for EditText with examples in android studio. Android…


Android

Android TextView Example Tutorial

In this android TextView example tutorial you will learn what is a Text View, how to create it and different types of attributes for TextView with examples in android studio.…


Android

Android UI Controls/Components

In this android UI controls tutorial you will learn about different types of UI controls and how to use them in android application development with examples in android studio. Android…


Android

Android Layouts – LinearLayout, RelativeLayout

In this android layouts tutorial, you will learn about different types of layouts like linearlayout and relativelayout in android and how to implement them with examples. Android Layouts In android…