- Видео 20
- Просмотров 17 908
Code Universe
Индия
Добавлен 14 май 2021
Hi there! New to Code Universe? If so, here's what you need to know -- This channel lets you to learn coding from scratch in a easy way. On top of that this also comes with tips for you to be a better programmer.
Learn to code for free.
Learn to code for free.
Android Menu | onOptionsItemSelected | Android Tutorial for Beginners | Tamil
In this video we will see how to handle Menu-item click through onOptionsItemSelected(). If you don`t know how to create Menu-Item check the below video.
Creating Menu: ruclips.net/video/2m924ec0oh8/видео.html
Creating Menu: ruclips.net/video/2m924ec0oh8/видео.html
Просмотров: 536
Видео
Android Menu | onOptionsItemSelected | Android Tutorial for Beginners
Просмотров 1,1 тыс.3 года назад
In this video we will see how to handle Menu-item click through onOptionsItemSelected(). If you don`t know how to create Menu-Item check the below video. Creating Menu: ruclips.net/video/63QBUCxU8mg/видео.html
Options Menu in Android | Android Tutorial for Beginners
Просмотров 1,4 тыс.3 года назад
In this video we will create an options menu in Android Studio, which contains icons, drop down menus and sub items. The menu will be displayed in the app bar. For this we will override onCreateOptionsMenu and pass our own menu.xml file. Also we will handle click events on the single items in the onOptionsItemSelected method.
Options Menu in Android | Android Tutorial for Beginners | Tamil
Просмотров 1,7 тыс.3 года назад
In this video we will create an options menu in Android Studio, which contains icons, drop down menus and sub items. The menu will be displayed in the app bar. For this we will override onCreateOptionsMenu and pass our own menu.xml file. Also we will handle click events on the single items in the onOptionsItemSelected method.
Android Activity Explained | தமிழ்
Просмотров 423 года назад
In this video you will learn what is an Activity in Android & how to create one. You will also get to now about its life cycle methods
Android Activity Explained
Просмотров 233 года назад
In this video you will learn what is an Activity in Android & how to create one. You will also get to now about its life cycle methods
Android Studio Tutorial
Просмотров 323 года назад
Hi Guys, Welcome to Code Universe, this video gives an overview of the Android Studio. Hope you it is informative to you.
Android Studio Tutorial | Tamil
Просмотров 473 года назад
Hi Guys, Welcome to Code Universe, this video gives an overview of the Android Studio. Hope you it is informative to you.
Flutter Tutorial For Beginners | Build Your First Flutter App | Project Files Explained | Tamil
Просмотров 4103 года назад
In this video , you will learn how to create your first flutter app and you will be explained with the different project files that the projects has. Install Flutter on Windows 10: ruclips.net/video/6lTUWgRedfg/видео.html
Flutter Tutorial For Beginners | Build Your First Flutter App | Project Files Explained
Просмотров 3303 года назад
In this video , you will learn how to create your first flutter app and you will be explained with the different project files that the projects has. Install Flutter on Windows 10: ruclips.net/video/8-d8n7Ri9Uc/видео.html
How to make your first Android App | Tamil
Просмотров 663 года назад
In this video we’ll walk through creating your first Android app from scratch & we will also see how to run your app. How to Install Android Studio on Windows 10: ruclips.net/video/F8IsL7Rb_a0/видео.html
How to make your first Android App
Просмотров 563 года назад
In this video we’ll walk through creating your first Android app from scratch & we will also see how to run your app. How to Install Android Studio on Windows 10: ruclips.net/video/aXY1fC62Gxk/видео.html
Full Installation of Flutter on Windows 10 | Tamil
Просмотров 8 тыс.3 года назад
Install Flutter on Windows 10 can be a challenge, let your application run as a Windows Application even more. This tutorial will help you set up your windows machine correctly so you can have a running windows desktop application on your Windows machine. 1. Download the flutter SDK - flutter.dev/docs/get-started/install 2. Copy the SDK to C:\src 3. Install GIT for windows - git-scm.com/downloa...
Full Installation of Flutter on Windows 10
Просмотров 2873 года назад
Install Flutter on Windows 10 can be a challenge, let your application run as a Windows Application even more. This tutorial will help you set up your windows machine correctly so you can have a running windows desktop application on your Windows machine. 1. Download the flutter SDK - flutter.dev/docs/get-started/install 2. Copy the SDK to C:\src 3. Install GIT for windows - git-scm.com/downloa...
How to Install Android Studio on Windows 10
Просмотров 1793 года назад
In this video we will see How to Install Android Studio on Windows 10. Installing Android Studio on Windows 10 Download Java - www.oracle.com/java/technolog... Download Android Studio and SDK tools - developer.android.com/studio
How to Install Android Studio on Windows 10 | In Tamil
Просмотров 1,4 тыс.3 года назад
How to Install Android Studio on Windows 10 | In Tamil
Flutter Tutorial for Beginners #1 - Introduction
Просмотров 873 года назад
Flutter Tutorial for Beginners #1 - Introduction
Flutter Tutorial for Beginners #1 - Introduction | Tamil
Просмотров 1753 года назад
Flutter Tutorial for Beginners #1 - Introduction | Tamil
🎉🎉❤❤❤
Super bro😊
Good bro
But na windows 7 tha bro use panra
Bro thank you so much... Your info is very helpful
To install flutter in laptop. Is it necessary to first install Android studio
Bro i request you,i am cse student ,plz upload more videos on app or web development from scratch❤❤❤❤
Super bro
Thank you 😊 so much bro
Bro please avoid background music
Thank you for information 😊😊
❤️👍
Thank you for your information bro 🤗🤗🤗🤗
very helpful thank you brother👍
File size?
Hii.can you please help me to install in my system
Hi Mohammed, hope you are doing good. Can you tell me what issue are you facing while installing -Regards Code Universe
@@codeuniverse374 thq for your reply.android la isssue varthu emulator vara maatuku.
unga mail I'd ku msg pana rply panvinga?
Hi Harris, Yes kindly send the error you are facing as a photo or a video to our e-mail I'd
Superb...
Super bro..
Hi sir, flutter provider Patri solli thara mudiyuma
Hello, Provider பத்தி கூடியவிரைவில் ஒரு video உங்களுக்காக போடுறேன். Happy Coding -Code Universe
@@codeuniverse374 romba romba nanri sir, aawalaai kaaththirikkirom ....
Hi, first of all nice video 😊. I am writing to ask you, if you know a method to create an Android application using Android Studio, which allows not only to scan the devices already paired to the Bluetooth of the phone, but also the devices that are not yet paired with the phone and to make them appear in a ListView. Thanks in advance 😊.
Thanks for your support & sorry for the delayed reply. First Create an Activity and call the below function from your MainActivity`s on-create method // Gives you a list of devices connected to your phone private void getPairedDevices() { BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); if (bluetoothAdapter == null) { Toast.makeText(getApplicationContext(), "Your device not support bluetooth. So please try with another device", Toast.LENGTH_LONG).show(); } else { if (!bluetoothAdapter.isEnabled()) { // Prompts a dialog if the bluetooth is not enabled in your device Intent enableAdapter = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); startActivityForResult(enableAdapter, 0); } Set<BluetoothDevice> all_devices = bluetoothAdapter.getBondedDevices(); if (all_devices.size() > 0) { for (BluetoothDevice pairedDevice : all_devices) { Log.d("PairedDevice-> ",""+pairedDevice.getName()); } } } } Now to get the list of available devices that are in your devices range protected void onCreate(Bundle savedInstanceState) { BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); if (bluetoothAdapter == null) { Toast.makeText(getApplicationContext(), "Your device not support bluetooth. So please try with another device", Toast.LENGTH_LONG).show(); } else { // Scans for the list of devices that have their bluetooth enabled in your phones range registerReceiver(broadcastReceiverForDiscoveringDevices, filter) bluetoothAdapter.startDiscovery() } } Create a BroadcastReceiver to receive the devices that are discovered by your phone private final BroadcastReceiver broadcastReceiverForDiscoveringDevices = new BroadcastReceiver() { public void onReceive(Context context, Intent intent) { String action = intent.getAction(); if (BluetoothDevice.ACTION_FOUND.equals(action)) { BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); Log.d("UnPairedDevice-> ",""+device.getName()); } } }; Hope this helps you. Happy coding - Code Universe
@@codeuniverse374 thank you :)
Bro Viber, Telegram mathiri app ah easyjaa create panna flutter ah java ah nallam bro...
Hi Alax, Viber, Telegram மாரி apps Android (Java ) இல்லனா Flutter ரெண்டும் use panni app create pannalam. Flutter ல எழுதுனா oru code base வச்சி Android & iOS கு app பண்ணலாம் . ஆனா Java (Android ) use பண்ணி Android Phones மட்டும் தான் app create பண்ணமுடியும் Hi Alax, To create apps like Viber, Telegram you can use either Flutter or Android (Java). The advantage of using Flutter is that you can create an app Viber or Telegram for both phones Android & iOS with a single code base (which is written using Dart programming language). But if you use Java you can only create app for you Android phones/Tablets - Code Universe
Thank you so much Bro...More videos ennum pannunka...
Bro unka whatsapp no kidaikkuma
Hi Alax, I am yet to create a group, so please contact me on "codeuniverse21@gmail.com"
Gradle sync failed varthu bro
Mail me your issue to codeuniverse21@gmail.com
He is really helpful and thank you for spending your valuable time 🤝
Will u give your mail id so that I will contact u
Happy to help you. Please mail me your doubts to codeuniverse21@gmail.com
I have problems in install and running
Hii na!