How to make Dictionary app | Android Studio | 2024

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2023
  • How to make dictionary app in android studio with Kotlin with free api?
    In this tutorial, learn how to create a powerful Dictionary app using Android Studio and Kotlin. We'll guide you through the process, covering everything from basic setup to advanced features like Retrofit integration and API connectivity. Watch now and dive into the exciting realm of creating your own online dictionary app! #AndroidStudio #Kotlin #AppDevelopment #DictionaryApp"
    FREE API : dictionaryapi.dev
    If you want to support
    ☕ Buy me a coffee!"☕
    www.buymeacoffee.com/bimal
    ---------------------------------------------------------------------------------------------------------------
    🔥 Don't forget to like, share, and subscribe for more awesome tutorials! 🎉
    ---------------------------------------------------------------------------------------------------------------
    GITHUB LINK :
    github.com/bimalkaf/Android_D...
    ---------------------------------------------------------------------------------------------------------------
    In this video you learned how to create
    * Dictionary app using android studio
    * Dictionary application with Kotlin
    * Retrofit Dictionary application
    * Dictionary app API integration
    * Dictionary app android studio
    * Create online dictionary app in android studio
    💬Chat app with Firebase Complete Series 🔥
    • Chat App with Firebase...
    📱TikTok Clone app with Firebase Complete Series 🔥
    • Shorts App (Reels,Shor...
    Android Full Project App Development Playlist:
    • Playlist
    INSTAGRAM :
    / easytutoyt

Комментарии • 64

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

    Good class sir

  • @user-hb7tu9cq5x
    @user-hb7tu9cq5x 6 месяцев назад

    Keep on

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

    Very Good explanation sir. Just Subscribed 👍

  • @iqbalrivaldi2856
    @iqbalrivaldi2856 7 месяцев назад +2

    I love android development with Kotlin❤

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

    This is my first video learning about Kotlin. Thanks a lot, sir. It is easy to understand.

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

    Good job pal.

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

    Can we create custom dictionary with google sheet as a db? You can pull up the word or edit the word and save

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

    Thank you

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

    jet pack compose ko use garam ta bro.

  • @antoniofuller2331
    @antoniofuller2331 5 месяцев назад +1

    my first video learning kotlin

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

      Great.❤️
      Have a best journey ahead.

  • @user-pv1kz3kp6q
    @user-pv1kz3kp6q 6 месяцев назад +1

    Sir, can you add sounds and also word suggestions on the search bar

    • @EasyTuto1
      @EasyTuto1  5 месяцев назад +2

      Sound we can add we can use exoplayer to play the sound from URL.
      For suggestions Dictionary api doesn't provide such API as of now.
      We should find some other API's for that which might not be free.

  • @user-fz9hc4kk8t
    @user-fz9hc4kk8t 6 месяцев назад

    sir how to make education app for tution

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

    Sir can you make offline dictionary for us?

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

    Hello! Thank you for such a great video! Could you please help me? (I have got a trouble, when i run my app and try to find response from api in logcat, it shows that response is null. i double checked url and internet connection, but everything is alright. what could have possibly gone wrong?

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

      Same url can you paste in browser and see what response is coming.

  • @Parshya333
    @Parshya333 7 месяцев назад +1

    Hii❤

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

    Dear sir one request please if possible Can you make a video for an offline dictionary using a database? Love from Haflong Assam.

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

    👍🙏

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

    If we prefer not to utilize a free API and instead wish to integrate our own comprehensive database or create a unique and extensive dictionary, how can we accomplish this?

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

      If you want to add dictionary db itself in the app, the app size will be un imaginary big.Or you just create your API, deploy it in server and integrate in the app.

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

    Sir make video on paytm clone project in android java please sir 🙏🙏🙏🙏

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

    Hello bro. First, I want to thank you for that kind of video. And I could create it at once.
    But, as I am also a Korean teacher. I want korean-uzbek dictionary. I want use SQL and fill all the info by myself.
    How can I add SQL info on it and how can I change inside of it?
    Thank you a lot. Waiting for your responce.

    • @EasyTuto1
      @EasyTuto1  4 месяца назад +1

      If you want to make own dictionary and add update words time to time, You need to create a backend server or use Firebase,Appwrite etc.
      If you want to make offline dictionary, You need to load all words in the app db itself, you will not able to update the dictionary frequently, You need to push the app update to playstore.

    • @bekzodtilloevofficial
      @bekzodtilloevofficial 4 месяца назад +1

      @@EasyTuto1 Hi there again. Yes. I want to make offline dictionary. Maybe after a year can update. How can I do it?

    • @EasyTuto1
      @EasyTuto1  4 месяца назад +1

      You can create a SQLite db , inject that db in the app and write code to load data from that db.

    • @bekzodtilloevofficial
      @bekzodtilloevofficial 4 месяца назад +1

      @@EasyTuto1 Understand. Thank you very much

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

    Hi Sir Can I get your code ? How to convert to Java your kotlin code Sir do you have a video how to convert?

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

    Hey, I am facing a issue. In the logcat, it' showing "QT files not found" can you give any possible solution

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

      Some compilation error it seems.
      Check android studio and the project has been set up correctly

  • @HiruthikWiz-tx2bw
    @HiruthikWiz-tx2bw 5 месяцев назад

    What is the Android studio version is used?

    • @EasyTuto1
      @EasyTuto1  5 месяцев назад +1

      Latest one Hedgehog version.

  • @kiituupahne
    @kiituupahne 6 месяцев назад +1

    Sir vo api dictionary copy paste goggle pr error dikha rha h kya kruuu🥺

    • @blah466
      @blah466 5 месяцев назад +2

      The link which you copied can be pasted and the link ends with en/ so instead of that write en/mobile and try it again

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

      ​@@blah466 Thank you ❤❤❤❤❤

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

    sir i trting windows pc but Dictionary has stopped open app again error will come why sir

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

      Its crashing. Check the Logcat.

  • @shitalsingh5053
    @shitalsingh5053 16 дней назад

    It shows 254 error 3 warning 10 typos........ some help me with this

    • @EasyTuto1
      @EasyTuto1  15 дней назад

      Have you written the code or downloaded from github?

  • @JackMarson.
    @JackMarson. 21 день назад

    I followed your instructions but when I tried to run the application, it didn't work. I don't know where the error is

    • @EasyTuto1
      @EasyTuto1  15 дней назад

      What didn't work?

    • @JackMarson.
      @JackMarson. 12 дней назад

      I fixed :)) tks u so much

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

    this application we can add in resume

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

    Sir plz, same project create using java

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

      You can convert code or write yourself its not a big deal. Just syntax is different.
      But why java why not kotlin?

  • @SAHIL-ls5ij
    @SAHIL-ls5ij 2 месяца назад +1

    sir i try to clone and it run perfectly but after search a word it kept searching and not giving any result what should i do?

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

      It keeps searching means what its showing loading?
      There might be some error or something is wrong in your code.

    • @SAHIL-ls5ij
      @SAHIL-ls5ij 2 месяца назад

      Yes it kept loading

    • @SAHIL-ls5ij
      @SAHIL-ls5ij 2 месяца назад

      Sir I actually clone it 😅 is there we have to do any additional work after clone plz guide me

    • @SAHIL-ls5ij
      @SAHIL-ls5ij 2 месяца назад

      ​@@EasyTuto1 sir it's working now😅 I don't know what I did but it worked and thanks for the making video and source code ☺️❤

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

      Great Sahil
      Keep it up.

  • @Parshya333
    @Parshya333 7 месяцев назад +2

    Sir Can you speak in Hindi?

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

      English for everyone, this is best fo everybody.

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

    Hi i m not able to resolve 2 errors
    1 from MainActivity.kt= setIU(it) getting red error on (it)
    2. DictionaryApi.kt= Response getting red error on Response
    please suggest.

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

      Check the code correctly.

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

      for the 2 problem, select the Response from retrofit2 not okhttp3, code will be like this: retrofit2.Response

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

    Sir you WhatsApp or Telegram group