- Видео 41
- Просмотров 758 576
Code Swag
Великобритания
Добавлен 12 сен 2018
codeswag.net is a software development blog and a RUclips channel that focuses on creating educational content for Software Developers. We make RUclips videos on how to build apps for Android, iOS, and the web using Ionic Framework, Angular, React & Vue.
codeswag.net also runs an online shop with cool gadgets and merchandise, especially for developers. Visit our online store now! www.codeswag.net/shop
codeswag.net also runs an online shop with cool gadgets and merchandise, especially for developers. Visit our online store now! www.codeswag.net/shop
Fix Windows search bar not typing error
#windowsupdate #WindowsNotTyping #keyboardnotworking #windows10 #windows11 #troubleshooting
In this video, I show you how to fix Windows start menu keyboard not working not typing after windows 11 & windows 10 update bug.
Support codeswag on Patreon - www.patreon.com/codeswag
DONATE Bitcoin (BTC) Address: bc1qljqj7nrk0nl6jtnwdqscjjtz8cnccwr7dtzjzq
Social Media Links
-------------------------------
Facebook - codeswag.net/
Twitter - codeswagRUclips
Instagram - codeswag.co.uk
Support codeswag on Patreon - www.patreon.com/codeswag
Please support this channel by buying some awesome tech gadgets for yourself or a loved one from our online store at www.codeswag.ne...
In this video, I show you how to fix Windows start menu keyboard not working not typing after windows 11 & windows 10 update bug.
Support codeswag on Patreon - www.patreon.com/codeswag
DONATE Bitcoin (BTC) Address: bc1qljqj7nrk0nl6jtnwdqscjjtz8cnccwr7dtzjzq
Social Media Links
-------------------------------
Facebook - codeswag.net/
Twitter - codeswagRUclips
Instagram - codeswag.co.uk
Support codeswag on Patreon - www.patreon.com/codeswag
Please support this channel by buying some awesome tech gadgets for yourself or a loved one from our online store at www.codeswag.ne...
Просмотров: 13 994
Видео
Ioniconf 2022 - Ionic Developer Conference
Просмотров 5162 года назад
Ioniconf 2022 is here! Hurry up and register now (ionic.io/ioniconf) and enjoy awesome talks on a wide range of topics including: - How to build an app with Ionic and Amplify - SuperApps: Changing the way we create mobile apps? - Figma designs to Ionic code - Ionic: Easiest way to get into Angular/React - A Card Game in Ionic? YES! - Cleaner Unit Testing with SIFERS - Best Practices for Develop...
How to create your first mobile app using Ionic Angular - Javascript weather app tutorial
Просмотров 18 тыс.2 года назад
In this Ionic Angular tutorial for beginners, we will learn Javascript mobile app development. This is an Angular mobile app example where we go through how to build a weather app with Javascript & Ionic 6. DOWNLOAD PROJECT CODE - bit.ly/34Vlp8T We will go over the following: - How to build the UI using HTML and style it using CSS - How to fetch data for our Javascript weather app from the open...
PHP Contact Form Tutorial - PHP send email to Gmail SMTP
Просмотров 14 тыс.2 года назад
In this PHP Contact Form Tutorial, we learn how to create a PHP contact form with email sending. After watching this simple PHP tutorial, you will learn PHP and use PHP send email to Gmail. This programming tutorial will teach everything you need to know on how to send email from HTML contact form using PHP mail function. Build PHP contact form to Gmail using Gmail SMTP server. This is a PHP tu...
How to create Ghost Elements & Skeleton Pages using ion-skeleton-text in Ionic Framework
Просмотров 3,1 тыс.2 года назад
In this Ionic Framework tutorial, we learn how to create skeleton pages & ghost elements using the ion-skeleton-text component. In the example given, we use Ionic Angular, but the same concepts can be applied with Ionic React & Ionic Vue. Skeleton UIs are a modern programming pattern used to show loading progress on a page before the content loads. DEMO PROJECT - codeswag.net/?p=64 Support code...
New Features in Ionic 6 - Ionic Framework
Просмотров 3,9 тыс.2 года назад
Ionic 6 is finally here. The latest version of the hybrid mobile app development framework brings new features, new components, and lots of updates to existing components and features. In this codeswag mobile app development tutorial, we review the latest changes in Ionic 6. Timestamps 00:00 - Start 00:41 - Summary of new features in Ionic 6 01:04 - NEW IONIC COMPONENTS 01:14 - New ion-accordio...
How to create your first Ionic Vue mobile app - Photo gallery app using capacitor camera API
Просмотров 4,6 тыс.3 года назад
Support codeswag on Patreon - www.patreon.com/codeswag Social Media Links Facebook - codeswag.co.uk/ Twitter - CharisTheCoder Instagram - codeswag.co.uk Support codeswag on Patreon - www.patreon.com/codeswag Please support this channel by buying some awesome tech gadgets for yourself or a loved one from our online store at www.codeswag.co.uk/shop
Javascript Promise Chain Example Explained
Просмотров 14 тыс.3 года назад
Javascript Promise Chain Execution Order Explained. In this tutorial, we explain how promises work in Javascript and how you can control the sequence of execution of .then() methods in your promise chain. If you are having problems with your promise chain not working, this tutorial will help you figure out why and show you how to fix it. Please support this channel by liking & sharing, becoming...
How to create a search filter with Ionic Angular & ion-searchbar
Просмотров 22 тыс.3 года назад
In this Ionic Angular Search Filter tutorial, I am going to show you how to create a search filter using ion-searchbar and ng2-search-filter. A search filter is a very useful feature that improves UX user experience in your Ionic mobile app by making it easier to navigate very large lists of information. When we are done, a user will be able to enter a search term in the search bar and the list...
What's new in Ionic Capacitor 3
Просмотров 5 тыс.3 года назад
In this video, we’re talking about the new features in the recently announced public beta for Ionic Capacitor 3.0. If you’re not aware, Capacitor or Ionic Capacitor is a native runtime that allows you to build mobile apps using HTML, CSS & Javascript. It's the software we use to package our Ionic code as a native mobile app for Android & iOS as well as PWAs Progressive Web Apps. Capacitor can a...
Ionic Action Sheet - Ionic Angular Tutorial
Просмотров 6 тыс.3 года назад
In this Ionic Framework Tutorial for Beginners 2021, we are going to look at how to use the Ionic action-sheet component in Ionic Angular. First we create a new Ionic 5 project using the Angular Framework. Then we create an ion-button that when clicked invokes a function that launches our ion-action-sheet component. Next, we import the ActionSheetController class from @ionic/angular. The, we cr...
Ionic Camera App - Ionic Vue Example
Просмотров 10 тыс.4 года назад
In this Ionic Vue Tutorial, we will learn how to build an Ionic Camera App using Ionic Framework, Vue js & Capacitor. This app will feature a Photo Gallery that displays pictures taken by the user using the mobile device camera. Our Ionic Vue App will also make use of Capacitor and the Storage API in order to save our photos. Finally, we will learn how to build our Vue js mobile app for iOS & A...
How to disable WordPress plugin update notification emails
Просмотров 3,9 тыс.4 года назад
In this WordPress tutorial, I will show you how to disable the emails that WordPress sends to you whenever it automatically updates a plugin on your website. Automatic plugin updates is an awesome feature introduced in WordPress 5.4 as it makes it easier to keep your site secure by ensuring all your plugins are updated. However, each time a plugin is updated WordPress automatically sends you an...
Ionic Angular Back Button - How to customize the hardware back button in Ionic Angular
Просмотров 20 тыс.4 года назад
In this Ionic Back Button tutorial, we are going to look at how to run custom code when the back button is clicked in an Ionic Angular Android app. We will implement code to get the back button working, to close our app using the back button, and finally how to place the software back button in the toolbar using the ion-back-button component. Click the timestamp links below to skip to the part ...
Ionic Vue Production Release - Getting Started
Просмотров 5 тыс.4 года назад
Ionic Vue Production Release - Getting Started
Ionic Splash Screen and Icon - iOS & Android
Просмотров 31 тыс.4 года назад
Ionic Splash Screen and Icon - iOS & Android
How to Create App icon in Ionic - Capacitor & Android Image Asset Studio
Просмотров 27 тыс.4 года назад
How to Create App icon in Ionic - Capacitor & Android Image Asset Studio
How to get a software developer job with no experience - how to join open source project github
Просмотров 4334 года назад
How to get a software developer job with no experience - how to join open source project github
Ionic Capacitor Tutorial - Ionic Build Android & Ionic Build iOS
Просмотров 73 тыс.4 года назад
Ionic Capacitor Tutorial - Ionic Build Android & Ionic Build iOS
How to install node js in windows 10 2020 - Full Installation & Hello World node js tutorial
Просмотров 9854 года назад
How to install node js in windows 10 2020 - Full Installation & Hello World node js tutorial
Ionic Google Maps part 2 - turn by turn navigation
Просмотров 11 тыс.4 года назад
Ionic Google Maps part 2 - turn by turn navigation
Ionic 5 Google Maps: Get started & create custom markers - Part 1
Просмотров 38 тыс.4 года назад
Ionic 5 Google Maps: Get started & create custom markers - Part 1
How to fix could not find gradle error in ionic
Просмотров 24 тыс.4 года назад
How to fix could not find gradle error in ionic
How to install Ionic 5 development environment in windows 10 complete guide
Просмотров 56 тыс.4 года назад
How to install Ionic 5 development environment in windows 10 complete guide
Ionic App Wizard - Ionic Framework Tutorial
Просмотров 6 тыс.4 года назад
Ionic App Wizard - Ionic Framework Tutorial
How to create your first mobile app using Ionic Angular - Part 2: Firebase login - Ionic 5
Просмотров 36 тыс.4 года назад
How to create your first mobile app using Ionic Angular - Part 2: Firebase login - Ionic 5
Ionic Framework: Tips, Tricks & Techniques Video Course
Просмотров 4324 года назад
Ionic Framework: Tips, Tricks & Techniques Video Course
Thank YOU!
this is perfect. you have solved my problem
It didn’t work for me💔.
What will be frame size ? Is frame same for All ios mobile devices?
it worked! thanks!
Lol it works, thank you so much.
stupid it is not working
bro, this is very useful, great vid, thank you
my hero
Great video My laptop when I search my mp3 files it doesn't do anything until I shorten my search results down why is it doing this
Thanks to you bro very much
adadw
thankyou bhai
gracias, el único video que si pudo resolver mi problema.
This video needs to be updated according to Google's new authentication policies. I wouldn't watch this one even though it is well executed because you still won't be able to connect to Google's server. Off to look for a new video 😊
where are your other videos on async JS
beautiful explanation you have won heart with subscription
This is for pople who already know what you are talking about. Im new to all this and i understand NOTHING. You speak way too freaking technical, which is terrible for newbies.
Wow thank you for saving me from total dispair
I want to be able to pin point dynamically from the map and not been assigned from variables. Is that possible?
Beech
What about api
@Code Swag, hey, what did you do to view your app in a mobile phone?
thx for making this video :)
this is such an excellent video
Thank you. I have a question. When you have an app which you wanna put a section let's say 'related products' to some product component and the user can navigate infinitely between the products, is this the right implementation to do? using the Location to make the back button navigation will it save the user's pages history?
can I use an exisitng project or would it rewrite everything
man this is simply a web app, not a mobile app
Thank you so much Code Swag...after weeks of trying to understand this you finally made it so easier to understand...I appreciate your efforts keep up
Why ionic-card is error?
is this still can be use right now?
broken link :( 3 years seems an eternity in RUclips tutorials
It could have been a minute, thanks a lot tho!
Great video for start to learn.
Excelent video!
need help in day.pipe.ts in line 9: let a = new Date(+value * 1000); the +value is error it says 'value' is of type 'unknown' please help
Nice tutorial but the ads are just too much which rather disruption the concentration. I did not even watch up to half and already 4 ads popped so I just checked another video.
If promises seems complicated give it a try to "plan" in js-awe library. You programatically define in one place the control flow to free from side effects the rest of your code.
instead of xampp.. can I do the same on a live hosting like godaddy. I mean edit the php.ini file. please let me know
wow thanks man
While building this i seen that app getting closed after display time we set. Is there any solution to make the screen always on while map is on?
how to build ipa file in ionic
Not worked.. worst solution
Hello, may you upload a video about filtering on particular field, best practices(not getting all the data in the table) and using a real back-end service would be really appreciated (just a simple mysql table would be enough). thanx in advance!!
is this work with project that already created using ionic-angular ?
Yes, it will work if you are using Capacitor in that project. If you used Cordova then watch this video - ruclips.net/video/wJzPk2Nev_I/видео.html
Thanks, great video - got me up and running on Android very quickly. 👍
Glad it helped
Thanks dude👍
Happy to help
Hy ! this tutorial is very helpfull for me i run the code as you practices in this video but in gmail no email was shown.....what is solution...?
how to create the project with specific version of angular
It works very well. Thanks