Penguin Coders
Penguin Coders
  • Видео 41
  • Просмотров 926 308
Build a Hybrid News App Using Ionic and Angular | Part 3 - News API Service | Android and iOS App
In this video series, we will build a hybrid news app using ionic and angular which will be able to run on Web, Android, and iOS devices using a single codebase. The app is built using NewsAPI for fetching the news details, and we have a sidebar navigation view and 8 news categories - General, Health, Entertainment, Business, Technology, Sports, and Science.
In this video, we will implement the News API in our application and complete the working application.
Contents
00:00 - Introduction and Recap
00:28 - NewsAPI Introduction and API Details
02:50 - News Service
08:20 - Adding News Service to Component
12:25 - News Card Component Interpolation
17:30 - Final App Demo
Support this channel on Patreo...
Просмотров: 2 397

Видео

Build a Hybrid News App Using Ionic and Angular | Part 2 - News Card Component | Android and iOS App
Просмотров 1,6 тыс.2 года назад
In this video series, we will build a hybrid news app using ionic and angular which will be able to run on Web, Android, and iOS devices using a single codebase. The app is built using NewsAPI for fetching the news details, and we have a sidebar navigation view and 8 news categories - General, Health, Entertainment, Business, Technology, Sports, and Science. This video demonstrates the features...
Build a Hybrid News App Using Ionic and Angular | Part 1 - Ionic Setup | Build Android and iOS App
Просмотров 2,1 тыс.2 года назад
In this video series, we will build a hybrid news app using ionic and angular which will be able to run on Web, Android, and iOS devices using a single codebase. The app is built using NewsAPI for fetching the news details, and we have a sidebar navigation view and 8 news categories - General, Health, Entertainment, Business, Technology, Sports, and Science. This video demonstrates the features...
How to Add and Use Custom Fonts in Android Studio - Android Tutorial | The Penguin Coders
Просмотров 19 тыс.2 года назад
This video teaches us how to add and use custom fonts in Android Studio. the custom font can be added to a single Textview or multiple views and can also be added to the theme(style) of the app, so the custom font is reflected at all places in the app. We use the android: fontFamily property to set the custom font to a TextView. Contents Contents- 00:00 - Introduction 00:10 - Custom Fonts in An...
No Internet Connection Layout in Android Studio | Check Internet Connection using Network Callbacks
Просмотров 12 тыс.3 года назад
In this video, we will check for Internet connection in Android Studio and develop a no Internet Connection layout with a custom message and custom layout page that will be displayed when the Internet is not connected. Internet connection will be checked using Network Callbacks in Android Studio, and depending on the Internet availability, no internet custom layout or normal app layout will be ...
How to Integrate Github Login with Android Studio using Personal Access Token Authentication
Просмотров 22 тыс.3 года назад
In this video, we learn about integrating Android Studio with Github through Personal Access Tokens, removing the need to use Username and Password combination for login, and sharing the project on Github. Github's August 2021 update states that we need to use Personal Access Tokens to authenticate Github with any third-party app or through CLI, so we will be setting up our Android Studio with ...
Working with SVG Images in Android Studio | Vector Drawables | The Penguin Coders
Просмотров 17 тыс.3 года назад
In this video, we talk about the uses and benefits of using SVG images in Android Studio. We also learn how to import and use SVG Images from Android inbuilt's SVG clipart library and add external Vector Drawables by using SVG or PSD files in your Android Project. Contents: 00:00 - Introduction 00:07 - What are SVG Images? 01:46 - Using Inbuilt SVG's (Cliparts) in Android Studio 04:14 - Using e...
BMI Calculator App in Android Studio | Kotlin | Part 3 - App Code | The Penguin Coders
Просмотров 2,6 тыс.3 года назад
The video series demonstrates the BMI Calculator app development in Android using Kotlin. In this video, we see the features of the BMI Calculator app, which includes imageView, custom Keyboard layout, buttons, and UI design. It is a single activity application to be implemented using Kotlin in Android. The layout of the BMI Calculator app has been made in this video using Relative Layout, Text...
BMI Calculator App in Android Studio | Kotlin | Part 2 - Layout Design | The Penguin Coders
Просмотров 2,6 тыс.3 года назад
The video series demonstrates the BMI Calculator app development in Android using Kotlin. In this video, we see the features of the BMI Calculator app, which includes imageView, custom Keyboard layout, buttons, and UI design. It is a single activity application to be implemented using Kotlin in Android. The layout of the BMI Calculator app has been made in this video using Relative Layout, Text...
BMI Calculator App in Android Studio | Kotlin | Part 1 - Introduction | The Penguin Coders
Просмотров 2,9 тыс.3 года назад
The video series demonstrates the BMI Calculator app development in Android using Kotlin. In this video, we see the features of the BMI Calculator app, which includes imageView, custom Keyboard layout, buttons, and UI design. It is a single activity application to be implemented using Kotlin in Android. Complete Playlist - ruclips.net/p/PLzEWSvaHx_Z37Pvfo2nz-JzWA8kQmnq8q Github Link - github.co...
REST API using Flask in Python | Build a Sentiment Analysis API in Python using NLTK and Flask
Просмотров 2,5 тыс.3 года назад
In this video, learn about APIs and create a REST API using Flask in Python. We will build a Sentiment Analysis API using Flask in this project. Sentiment Analysis is used to classify a text into Positive and Negative Sentiment, which will be done through the NLTK library. We explore the REST API using GET and POST HTTP Functions for the Sentiment Analysis API in Python. Code - github.com/msind...
RealTime Chat App Using Flask and Socket IO (Python) | Part 3 - Socket IO
Просмотров 12 тыс.3 года назад
In this tutorial series, we will create a real-time group chat application using the Flask framework and SocketIO library for real-time communication. This chat app can be used for communication between two people or a group of people over the same network. This video creates the Socket IO functions for both server and client-side(browser) and uses JQuery to communicate between clients in real-...
RealTime Chat App Using Flask and Socket IO (Python) | Part 2 - Flask Routes and Layout Design
Просмотров 11 тыс.3 года назад
In this tutorial series, we will create a real-time group chat application using the Flask framework and SocketIO library for real-time communication. This chat app can be used for communication between two people or a group of people over the same network. This video describes the creation of Flask Routes and we also design the HTML files for the login and chat page. Github Link - github.com/m...
RealTime Chat App Using Flask and Socket IO (Python) | Part 1 - Introduction and Setup
Просмотров 17 тыс.3 года назад
In this tutorial series, we will create a real-time group chat application using the Flask framework and SocketIO library for real-time communication. This chat app can be used for communication between two people or a group of people over the same network. Github Link - github.com/msindev/Chat-App-Flask-SocketIO Contents- 00:00 - 00:06 - Introduction 00:07-02:22 - Chat App Introduction 02:23-0...
How to Setup Firebase with Android Studio | Connect Firebase to Android | Fireabse Android Tutorials
Просмотров 7244 года назад
In this series, you will learn to work with Firebase on Android Studio. This series explores Firebase from connecting to Android Studio and then making small apps to teach you about Firebase Authentication, Firebase Real-Time Database, Firebase Storage, Firebase In Cloud Messaging, and other products. This video gives you the instructions for setting up and connecting Android with Firebase. Wat...
Press Back Again to Exit App - Android Studio Tutorial | Click Again to Exit App
Просмотров 7 тыс.4 года назад
Press Back Again to Exit App - Android Studio Tutorial | Click Again to Exit App
To Do List App Android Studio Tutorial | Part 6 - Add Recycler View Swipe Behavior, Delete Tasks
Просмотров 39 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 6 - Add Recycler View Swipe Behavior, Delete Tasks
To Do List App Android Studio Tutorial | Part 5 - Add and Update Tasks | The Penguin Coders
Просмотров 38 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 5 - Add and Update Tasks | The Penguin Coders
To Do List App Android Studio Tutorial | Part 4 - SQLite Database | The Penguin Coders
Просмотров 38 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 4 - SQLite Database | The Penguin Coders
To Do List App Android Studio Tutorial | Part 3 - Recycler View & Splash Screen | The Penguin Coders
Просмотров 60 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 3 - Recycler View & Splash Screen | The Penguin Coders
Gesture Controlled Snake Game Execution Instructions with OpenCV and Computer Vision |Penguin Coders
Просмотров 2,1 тыс.4 года назад
Gesture Controlled Snake Game Execution Instructions with OpenCV and Computer Vision |Penguin Coders
To Do List App Android Studio Tutorial | Part 2 - Material Layout Design (Recycler View, Card View)
Просмотров 110 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 2 - Material Layout Design (Recycler View, Card View)
To Do List App Android Studio Tutorial | Part 1 - App Introduction | The Penguin Coders
Просмотров 145 тыс.4 года назад
To Do List App Android Studio Tutorial | Part 1 - App Introduction | The Penguin Coders
How to Convert Any Website to Android App in Android Studio | Android Tutorials | The Penguin Coders
Просмотров 75 тыс.4 года назад
How to Convert Any Website to Android App in Android Studio | Android Tutorials | The Penguin Coders
How to Change App Icon in Android Studio | Android Beginner Tutorials | The Penguin Coders
Просмотров 245 тыс.4 года назад
How to Change App Icon in Android Studio | Android Beginner Tutorials | The Penguin Coders
How to Create Flash Light App in Android | Android Studio | Android Beginner Series | Penguin Coders
Просмотров 21 тыс.4 года назад
How to Create Flash Light App in Android | Android Studio | Android Beginner Series | Penguin Coders
IFSC Codes Offline - Search for IFSC, and MICR codes
Просмотров 2134 года назад
IFSC Codes Offline - Search for IFSC, and MICR codes
YOLO v3 Object Detection Demo on Fast and Furious Five Stealing the Vault Scene | The Penguin Coders
Просмотров 1,7 тыс.5 лет назад
YOLO v3 Object Detection Demo on Fast and Furious Five Stealing the Vault Scene | The Penguin Coders
Driver Drowsiness Detection Demo | OpenCV and Python | Computer Vision | Penguin Coders
Просмотров 1,3 тыс.5 лет назад
Driver Drowsiness Detection Demo | OpenCV and Python | Computer Vision | Penguin Coders
Gesture Controlled Snake Game Playing with OpenCV and Computer Vision | Penguin Coders
Просмотров 4,2 тыс.5 лет назад
Gesture Controlled Snake Game Playing with OpenCV and Computer Vision | Penguin Coders

Комментарии

  • @chidochashechingombe6684
    @chidochashechingombe6684 10 дней назад

    Very good, thank you. But how do i get the image please

  • @dipayanghosh9958
    @dipayanghosh9958 19 дней назад

    Sir how to download pdf by print button from website in webview???

  • @meks2003
    @meks2003 23 дня назад

    if the word "app" comes out red, try typing "layoutManager" directly and then press enter to fill it up automatically

  • @JeysreeBaskaran-f8g
    @JeysreeBaskaran-f8g Месяц назад

    def join(message): From where the message arg comes, pls explain

  • @hazyqirfan
    @hazyqirfan Месяц назад

    LIFESAVER!! NEW SUBS! 🔛🔝

  • @EmilioPablo96
    @EmilioPablo96 4 месяца назад

    I'm getting an error that says: Execution failed for task ':app:parseDebugLocalResources'. > A failure occurred while executing com.android.build.gradle.internal.res.ParseLibraryResourcesTask$ParseResourcesRunnable > Failed to parse XML file 'C:\Users eyno\AndroidStudioProjects\MiListaDeTareas\app\build\intermediates\packaged_res\debug\packageDebugResources\layout\activity_main.xml'

    • @EmilioPablo96
      @EmilioPablo96 4 месяца назад

      Please help me out :( I need to get this project done ASAP

  • @FaezFarihin
    @FaezFarihin 4 месяца назад

    hello. do u know how to create permission for camera access?

  • @EltonC06
    @EltonC06 4 месяца назад

    thanks, i've learned a lot with this video!

  • @jhofersongadioma4256
    @jhofersongadioma4256 5 месяцев назад

    hello what's to be a problem? "Waiting for Debugger .Application (name of file ) is waiting for the debugger to attach " need help pls

  • @md.shahirarrahmanzisan5029
    @md.shahirarrahmanzisan5029 5 месяцев назад

    my app keeps crashing

  • @GreenSlugg
    @GreenSlugg 5 месяцев назад

    This was a HUGE help. Thank you!

  • @bbtv601
    @bbtv601 6 месяцев назад

    Very clear and straight to the needed information. I hope most tutorials are like this.

  • @moviesexe1684
    @moviesexe1684 6 месяцев назад

    The dependencies are showing differently on my A.S. can I replace them with your values?

  • @rakhigoud437
    @rakhigoud437 6 месяцев назад

    It is showing me some Compilation against version 32 kinda error can u plz help

  • @FatimaIshfaq-pz3py
    @FatimaIshfaq-pz3py 6 месяцев назад

    Your vedio's are really great but I got a problem that the tasks are not showing on the main screen when I add a new task. Plz tell the solution.

    • @thesailfish
      @thesailfish 5 месяцев назад

      I had the same problem, try to run it on a real phone

  • @JavaDS-d2m
    @JavaDS-d2m 6 месяцев назад

    Thank you, very benefical

  • @Krevetka5000
    @Krevetka5000 7 месяцев назад

    Hello. Thank you for sharing your experience. That's cool. I have a problem, I hope they will help me solve it.(I know that the video is two years old). All the code is exactly the same as yours, everything is correct, but for some reason the property is not applied to the list, and the application crashes when you start. Please help me.

  • @dimitarrr8410
    @dimitarrr8410 7 месяцев назад

    Bullshit video! The app is full of errors and doesn't run. DON'T FOLLOW THIS TUTORIAL

  • @JonasHerbertson
    @JonasHerbertson 7 месяцев назад

    Great thanks!

  • @somyachouhan7108
    @somyachouhan7108 7 месяцев назад

    I don't have style.xml in my values what to do?

  • @rodneyhubert1473
    @rodneyhubert1473 7 месяцев назад

    Thank you for the tutorial. It is a little out of date, but put me on the right track and a few adjustments worked perfect.

  • @prishav8089
    @prishav8089 9 месяцев назад

    Hello, I am trying to run the app after adding this code but for some reason it is not running. Says App is not working

  • @Piotr-cp4wv
    @Piotr-cp4wv 9 месяцев назад

    Great video, saved me a lot of time!

  • @MILFdasuki
    @MILFdasuki 10 месяцев назад

    Indians on the Internet have taught me more than I could ever learn in a classroom!

  • @vikihamburgrová
    @vikihamburgrová 10 месяцев назад

    i have problems running it it says that the AVD could not start anyone knows why? and it sends message to instal HAXM even tho i have it installed already

  • @vikihamburgrová
    @vikihamburgrová 11 месяцев назад

    tool:text=" " -> android:text=" "

  • @micahmock3505
    @micahmock3505 11 месяцев назад

    One improvement that can be made is to add user support, such as a little ? bubble in the top right corner. When tapped, it can give instructions to the user telling them how to use the app, since swiping left or right on a task is not immediately apparent. As designers, we usually assume something we make is straight forward, but the users may have difficulty.

  • @ZeeshanAli-qc4dr
    @ZeeshanAli-qc4dr 11 месяцев назад

    style.xml file is not showing to me in the values folder. Can you help me in finding that ?

  • @ZeeshanAli-qc4dr
    @ZeeshanAli-qc4dr 11 месяцев назад

    Ok so why have you used relative layout whereas you could have used linear or constraint layout. Is there any particular reason for applying the relative layout ?

  • @abhishekpandit2775
    @abhishekpandit2775 11 месяцев назад

    i can't see my task list on the screen. I can see header and the buttons on the screen but the recycler view doesn't show up!

  • @PRAGYASINGH-ng9vg
    @PRAGYASINGH-ng9vg 11 месяцев назад

    which software you have used

  • @VishnuSingh-u5y
    @VishnuSingh-u5y Год назад

    Please help now

  • @VishnuSingh-u5y
    @VishnuSingh-u5y Год назад

    Isme user ka password nahi diya h or ese administration bana diya h ise kase solve kare kali linux mai

  • @flywithasif_yt
    @flywithasif_yt Год назад

    Can you please explain why u mentioned boolean hascamera as false in top of java code?

  • @deo_rahul
    @deo_rahul Год назад

    I follow all these code. The app is properly run, new_task open when I click on FloatingActionButton but when I add any task, its not added and not show.

  • @anniepunk
    @anniepunk Год назад

    I added font but Android Studio does not recognize it

  • @AlifaLutfiyyah
    @AlifaLutfiyyah Год назад

    which gradle version you use?

  • @AlifaLutfiyyah
    @AlifaLutfiyyah Год назад

    which gradle version you use?

  • @Zeyrakl1935
    @Zeyrakl1935 Год назад

    awesome job

  • @tobiaskarrer4063
    @tobiaskarrer4063 Год назад

    Hi I have a problem, as it only shows the title "Tasks" and not the todo itselfes

  • @javine.c.5570
    @javine.c.5570 Год назад

    why when i add my task in app, it isnt poping out below the Tasks word

  • @ZdravkoOpaltchenov
    @ZdravkoOpaltchenov Год назад

    Hello The Penguin Coders, for me everything is ok as shown in the tutorial (only this was a problem :) <activity android:name=".MainActivity" android:exported="true">) I found that once the app is started and web page is loaded there is no refresh, so when i change something in the webpage its not present in the app, i found only cache clear will refresh the data. Is it possible to make another tutorial for example how to add a button for refresh in the top blue line where the app name is or any other approach?

  • @ProjectAryawarta
    @ProjectAryawarta Год назад

    My website is allowing CORS only for itself or few urls. Will it work in that case?

  • @souravkarjole7587
    @souravkarjole7587 Год назад

    mine is not changing still.

  • @muhdkhairulamirinum3985
    @muhdkhairulamirinum3985 Год назад

    TQ. this tutorial is straight to the point

  • @Maithrypappu
    @Maithrypappu Год назад

    I tried this and only the first task is being displayed and not the remaining ones. What do I do ?

  • @alanray851
    @alanray851 Год назад

    very simple and straight to the point, commenting to show my appreciation. thank you!

  • @MushtabaNiazi
    @MushtabaNiazi Год назад

    Hi Sir I did all and work well I have all the icons but once i load the page it gives me a black page unless I can see all the other parts are fine the icons like sport, health and so on If you could assist me I really appreciate that Thanks

  • @citenik10
    @citenik10 Год назад

    Simple, clear and effective👍 , but when i click a link its redirect me to my web browser not on the app :)

  • @Xperto_
    @Xperto_ Год назад

    dislike cause brown