Flutter Switch Example

Flutter Switch Example - Flutter Tutorial

Hi developer in these Flutter tutorial we shared how to used, Flutter Switch is used to toggle a setting between  Switch on/ Switch off which is true/false respectively. When the switch is on, the value returned by the Switch onChanged property is true, and the switch is off, onChanged property returns false. Example of Flutter … Read more

Flutter SnackBar Example

flutter snackbar tutorial

SnackBar is a lightweight message widget to show a at the bottom of your app screen. It can also contain an optional action also. In Flutter mobile Application  SnackBar is usually used with Scaffold and the usage is shown in the example below. Flutter SnackBar Example – In this flutter tutorial, we make an example … Read more

Kotlin Android Application Example – Hello World

Hi developers In this Android Kotlin tutorial, we shall learn to create an Simple Android Application with Kotlin language support. When we create a new Android project Then Select an Kotlin language, the Activity file shall be created with Kotlin code.  Android Kotlin Application Example For creating this Android example  , we used Android Studio … Read more

Kotlin Android Tutorial

Kotlin is a new programming language that  run on JVM similar to java. Google has announced 2019  Kotlin as one of its officially supported programming languages in Android Studio Kotlin is an expressive and concise programming language that reduces common code errors and easily integrates into existing apps.. And after announced google The Android community is migrating … Read more

Android MCQ Test Questions

Hi, Android Developer Let’s Check your Tech Score Take an Android MCQ Test Questions and get a Score. Android MCQ Test Questions   [ays_quiz id=”2″]   If You want Learn Mobe About Android Development Read Android Tutorial   If You Want to Learn Making Android And Ios App development You can learn hare Flutter App Development  … Read more

Kids Preschool Learning – ABCD Number Animals fruits

Kids Preschool Learning Games - 150 Toddler games

Kids PreSchool learning App for kids to learn at home. In this App, kids Learn the alphabet ABCD, Number 1 to 10, Fruits name, Animal Name, Day of the Week, Months Name, Write ABCD, Write numbers 1 to 10. Kids Toddlers can practise the basics of the ABCD  alphabet and Numbers 1 to 10 using … Read more

How to obtain the phone number of the Android phone Programmatically

How to obtain the phone number of the Android phone Programmatically

Hii In this Android solution we make an example for obtaining the phone number of the Android Phone Programmatically.  Like you can see some professional App automatically get the mobile no and show it to the user in the popup. so let’s How to obtain the phone number of the Android phone Programmatically. When the … Read more

How to create an excel file in android?

How To Create Excel File In Android

Hi in this Android article I am sharing How to create an excel file in android?. We are sharing an easy way to create an excel file on Android. You can add customer Heading and your List of data to add in your excel file. we are using writableworkbook  to write data in your excel file … Read more

MPAndroidChart using Bar Chart with group bar

MPAndroidChart

In This Article, we discuss Android how uses Group Bar Chart with MPAndroidChart Library. Bar charts are most useful for Dashboard App and showing a comparison between different groups of numerical data or to track changes to numerical data. MPAndroidChart is the leading open-source free-to-use native charting library for Android and ioS that supports many … Read more

Android Stacked Bar Chart Using MPAndroidChart

Android Stacked Bar Chart

Hii Developer in the Android Example we make solution for a dashboard App to create a multiple color stacked bar chart using MPAndroidChart for Android app. So in these Android solution like i have a multiple value and show on bar chart with different color on a single bar with the value. To display a … Read more