Ben O'Brien
Ben O'Brien
  • Видео 13
  • Просмотров 569 735
Build A To-Do List App in Android Studio | Beginner's Guide
Hello fellow Android Developers! In this tutorial I show you how to build a to-do list app in android studio using java. This is a very easy video to follow and I take you step-by-step through the whole process!
-----------------------------------------------------------
More Android Tutorials for Beginners
------------------------------------------------------------
WebView Tutorial - ruclips.net/video/z1gUOTZrMFc/видео.html
Upload Profile Pictures Tutorial - www.youtube.com/watch?v=CQ5qc...
Simple Login Page Tutorial - www.youtube.com/watch?v=BWjCP...
SharedPreferences Tutorial - www.youtube.com/watch?v=jiD2f...
SplashScreen Tutorial - www.youtube.com/watch?v=jiD2f...
Any questions? Feel free to...
Просмотров: 72 264

Видео

Pass Data From One Activity to Another Android Studio | Beginner's Guide
Просмотров 4,7 тыс.4 года назад
Hello fellow Android Developers! This video will show you how to pass data from one activty to another in android. We will also be adding a navigational back button to our second activity. This tutorial is suitable for a developer at any level :) More Android Tutorials for Beginners Upload Profile Pictures Tutorial - www.youtube.com/watch?v=CQ5qc... Simple Login Page Tutorial - www.youtube.com/...
WebView Tutorial (2020) Android Studio | Beginner's Guide
Просмотров 29 тыс.4 года назад
Hello fellow Android Developers! This video will show you how to implement a WebView in your android app. I will also show you how to adapt the back-button functionality to work with the WebView. This tutorial is really easy to follow and suitable for a developer at any level :) More Android Tutorials for Beginners Upload Profile Pictures Tutorial - www.youtube.com/watch?v=CQ5qc... Simple Login...
Text Spinner Android Studio | Beginner's Guide
Просмотров 28 тыс.4 года назад
Hello fellow Android Developers! This video shows you how to implement a simple Text Spinner in Android Studio. More Android Tutorials for Beginners Upload Profile Pictures Tutorial - ruclips.net/video/CQ5qcJetYAI/видео.html Simple Login Page Tutorial - ruclips.net/video/BWjCPVQ2nXU/видео.html SharedPreferences Tutorial - www.youtube.com/watch?v=jiD2f... SplashScreen Tutorial - www.youtube.com/...
Upload Images to Firebase in Android Studio | Beginner's Guide
Просмотров 67 тыс.4 года назад
Hello fellow Android Developers! This tutorial shows you how to upload images to Firebase Cloud Storgae. I will also show you how to select images from your phones gallery and how to set an ImageView. In this tutorial we build a basic profile page with a profile picture that can be changed. This tutorial is suitable for beginners, and I take you step by step through the whole process :) More An...
Firebase Push Notifications in Android Studio | Beginner's Guide
Просмотров 56 тыс.4 года назад
Hello fellow Android Developers! This tutorial shows you how to add Push Notifications to your Android app using Firebase Cloud Messaging! This tutorial is suitable for beginners, and I take you step by step through the whole process :) More Android Tutorials for Beginners SharedPreferences Tutorial - www.youtube.com/watch?v=jiD2f... SplashScreen Tutorial - www.youtube.com/watch?v=jiD2f... Any ...
Simple Login Page using Retrofit Android Studio | Beginner's Guide
Просмотров 18 тыс.4 года назад
Hello fellow Android Developers! This tutorial shows you how to create a Simple Login Activity that uses Retrofit. Retrofit is a type-safe HTTP client for Android. It makes network requests easy and it is used in android to call RESTful APIs. This tutorial is suitable for beginners, and I take you step by step through the whole process :) Set up a REST API Tutorial - ruclips.net/video/0jbSU4OZ4...
SharedPreferences - How to Save & Retrieve Data Android Studio | Beginner's Guide
Просмотров 66 тыс.4 года назад
Hello fellow Android Developers! Today I will show you how to use Shared Preferences in Android to store data. We will be using a SharedPreferences.Editor to save multiple String values, but keep in mind that you can also save other data types like Integers, Floats, Booleans or Long variables. This tutorial is suitable for beginners, and I take you step by step through the whole process :) Any ...
Welcome Screen (Splash Page) Android Studio | Beginner's Guide
Просмотров 14 тыс.4 года назад
Hello fellow Android Developers! Today we are creating a splash screen for our android application. Having a welcome page makes your app look much more professional and adds to its overall aesthetics! Some Keywords for easy navigation for newbies: android developer website how to android development android os application splash screen android example android splash screen splash page website w...
RecyclerView OnClickListener to New Activity Android Studio | Beginner's Guide
Просмотров 70 тыс.4 года назад
In this video I show you how to use an OnClickListener with a RecyclerView in Android Studio (Java). This method is very simple and suitable for beginners. How to set up RecyclerView - ruclips.net/video/ OMnFR-wZU/видео.html I will show you how to set up an OnClickListener using a custom recyclerview adapter. This tutorial will take you step-by-step through the process. If you have any question...
RecyclerView Android Studio | Beginner's Guide
Просмотров 78 тыс.4 года назад
In this video I show you how to use a RecyclerView to display list items with a TextView. This method is very simple and suitable for beginners. Part two - ruclips.net/video/vBxNDtyE_Co/видео.html I will show you how to set up a custom recyclerview adapter. This tutorial will take you step-by-step through the process. If you have any questions or queries, feel free to comment below!
REST API Authentication in Java
Просмотров 22 тыс.4 года назад
This video is an easy to follow tutorial which shows you how to use basic authenitcation to create login functionality on a RESTful Web Service. How to create a REST API - ruclips.net/video/0jbSU4OZ4VY/видео.html The REST API is developed using JAX-RS on netbeans and runs on a glassfish server. If you have any questions or queries, feel free to comment below!
Create a Simple REST API in Java
Просмотров 45 тыс.4 года назад
This is a very quick and easy method that can be used to set up a RESTful WebService. You will need Netbeans IDE, MySQL and Glassfish to complete this tutorial. This tutorial is suitable for beginners. How to implement a login with REST - ruclips.net/video/FXrV2ux7mq4/видео.html If you have any questions please feel free to comment below.

Комментарии

  • @waqarhanif3
    @waqarhanif3 2 месяца назад

    Superb tutorial, please make a part two :)

  • @shahinjamader9121
    @shahinjamader9121 3 месяца назад

    Thank you so much, Sir! Your tutorial save my another 6 hour.

  • @robinkadergran2799
    @robinkadergran2799 3 месяца назад

    Excellent!

  • @user-js9vz1im2x
    @user-js9vz1im2x 5 месяцев назад

    where can i find the github code

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

    Thanks, very helpful !

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

    Super helpful. Way better than my "professor" at uni who couldn't even explain to do something as simple as binding the adapter.

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

    Kindly give a video on how to store List items in Db. Thx

  • @user-vp2zo6ds1x
    @user-vp2zo6ds1x 7 месяцев назад

    The Button is not working meaning I can't add and Item. How do I fix this?

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

    is this working on a multiple data?

  • @djiliev
    @djiliev 8 месяцев назад

    Thank you :) Great job and explanation.

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

    hi man, can u please share the code

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

    Within 10 minutes a project LOL Thanks Ben Sir, from India

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

    Thank you..i have subscribed your channel

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

    What project is he working with ?

  • @user-cq1pw3vm6u
    @user-cq1pw3vm6u Год назад

    Sir, can u plzz show how to add edit option for each items?

  • @user-cq1pw3vm6u
    @user-cq1pw3vm6u Год назад

    Sir, can u plzz show how to add edit option for each items?

  • @user-cq1pw3vm6u
    @user-cq1pw3vm6u Год назад

    Sir, can u plzz show how to add edit option for each items?

  • @user-cq1pw3vm6u
    @user-cq1pw3vm6u Год назад

    It's really useful...

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

    Properti

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

    Pi Coin

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

    it doesn't work

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

    Part 2 please.

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

    Old Video Still saved me from due date of my thesis! Super Thank You

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

      Glad to help, best of luck

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

    Thank you, how can i do my emelator like yours ?

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

    Love this, would like to see how to write the information to a list saved locally on the device as well as possibly adding more fields to each submission.

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

    It worked at the first shot. Thanks a lot

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

    why do i not have the function getText()

  • @09aryan295
    @09aryan295 Год назад

    From where I can get the source code

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

    why the arrow sign doesn't show on preview design?

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

    All you RUclips dev should always add the code in the description. But thanks

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

    💕❤️

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

    Really could use your help

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

    please provide a link to the source code on github

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

    Thx!

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

    thank you Sir😇

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

    after getting image and text from firebase into app online, then how to image and text save automatic into mobile, if we open app second time without internet, show image text offline ?? how to do this !! please

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

    I had a super easy time understanding this Thanks alot

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

    Thank you, your video was very helpful

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

    The best guide for RecyclerView... Congratulations!!!

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

      really? Doesnt explain why you need to do it like this. Once I understand it I will make a superior video so others can actually understand the concepts.

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

    tanks 👌👌👍👍

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

    please add......... to do list save on --> sql database (to save data and can be seen anytime). Thanks for sharing your knowledge.

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

    eh................. its a lot goingyon here i'm even more lost lol

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

    short and concentrated tutoriel, thank you so much bro.

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

    Is there a way to save onto the shared preference without having the button, like once we put data into the field, it would just stay there automatically?

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

    Great video. One thing though, on the 3:52 I find my XML on NetBeansProjects\myProject\web\WEB-INF

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

    How to add a splash screen with video ?

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

    Hello, What happens If you have a messenger webpage how would you add push notification to it?

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

    Bro, you saved my life

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

    Thank you so much <3. Helped alot !!

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

    Thanks bro