5 Minute Video Series - Episode 5 - Create a Circle Menu in Android Studio

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

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

  • @sasorocks
    @sasorocks 3 года назад +1

    Great tutorial, I just have one question, I am currently using this menu in an activity that alternates between 2 fragments (let's call them first and second) frequently. How do I remove the menu when on my second fragment so I only have it when I am on my first? Thank you

  • @jeromefornolles9907
    @jeromefornolles9907 7 лет назад

    I like this tutorial. Simple, fast and it really works. Nice presentation also.

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      Thank you for the comment. I'm happy you liked the tutorial. More are on their way!

  • @suriyasri940
    @suriyasri940 6 лет назад

    Thanks... I need set background color for floating action .. how to set???Please Help..

  • @raphaelvillarino1736
    @raphaelvillarino1736 6 лет назад +2

    how to make the icons Larger

  • @AzimuthPH
    @AzimuthPH 7 лет назад +1

    I will have to change my app because of this awesome circle menu.

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      Thank you for the compliment. I'm glad you liked the tutorial. It was a fun one to make!

    • @AzimuthPH
      @AzimuthPH 7 лет назад

      one question sir. do we have to credit the creator of this library/animation like putting their name on our app?

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      You don't have to put their name on your app. Here is a link to the libraries license. It uses an MIT license which has very few limitations.
      github.com/oguzbilgener/CircularFloatingActionMenu/blob/master/LICENCE

    • @AzimuthPH
      @AzimuthPH 7 лет назад

      ok. thanks
      i was just afraid google might take down my app if i dont credit the creators

  • @Moroll25
    @Moroll25 6 лет назад

    Just a newbie question:
    I used only 2 sub buttons and I removed the codes for others. But when I did that, the 2 buttons left spaced out just like a padding or margin between the two!

  • @marjbanzon5648
    @marjbanzon5648 7 лет назад

    Nice. wont there be problems if you add a google admob banner at the bottom? I mean the banner might overlap or when you put the circle menu button farther from the edge the app might crash.
    Also please make a tutorial on how to add admob banner some other time if it is fine with you. ;)

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      Excellent questions! I'll do some testing and let you know what I find out. I would be happy to create a tutorial on adding an Admob Banner in an Android Studio project. Thank you for the suggestion! :)

  • @bertmarcos1454
    @bertmarcos1454 7 лет назад

    Thanks a lot!

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад +1

      You're welcome! Glad I could help!

    • @bertmarcos1454
      @bertmarcos1454 7 лет назад

      Jonathan Ingram because of your tutorials, i can now start building my app with ease. Btw, Do you have apps in google playstore?

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      I am happy to hear the tutorials have been a great help! I will shortly! You will be one of the first to know. :)

  • @dr6770
    @dr6770 7 лет назад

    The "FloatingActionButton.Builder(this)" the Builder is in red and says cannot resolve.

  • @abz116
    @abz116 7 лет назад

    Can you use custom icons? and Could the size of the menu be enlarged?
    If I could request could you create a tutorial on a menu system similar to Spotify
    Thanks Keep up the good work.

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад +1

      Thank you for the comment. Consider it done my friend.

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад +1

      If I play with the code a bit, I should be able to change the size of the buttons and icons. I'll have to look over my code again. :) Key an eye out for that Spotify Inspired Menu System. I'll leave a comment with the link once it's uploaded.

    • @abz116
      @abz116 7 лет назад

      Thanks for helping. Would you be able to know when the video would be coming out, I'm working on a project which requires that type of menu system. when do you think you would bring the video out

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      I think I could get everything together tonight or tomorrow morning at the latest. Just got home from traveling so now I'm back to my normal routine.

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад

      I've uploaded a tutorial on how to create a menu like the one you see in the Spotify app. Hope it helps! ruclips.net/video/EAU1oYNDrTQ/видео.html

  • @marinolopez3472
    @marinolopez3472 7 лет назад

    Can we also place this at the center?

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад +1

      This library has the following positions available. Bottom Right, Bottom Left, Bottom Center, Top Right, Top Left, Top Center, Left Center, and Right Center. All off which can be set by calling .setPosition(FloatingActionButton.POSITION_BOTTOM_CENTER) If you wanted the button completely centered you might have to modify the library code. Let me know if I can be of any other help.

    • @marinolopez3472
      @marinolopez3472 7 лет назад

      ok thanks. Before i found your channel i really get stressed or discouraged just by looking at the android studio. lol. thanks to your videos and replies coz i have understood the codes gradually..hope you continue educating us beginners

    • @jonathaningram1978
      @jonathaningram1978  7 лет назад +2

      Thank you for the wonderful comment. I have been there myself. Keep at it and never give up. I believe in you. We all have to start somewhere. I really enjoy making these tutorials for you guys. There are much more to come! :)