Any Success implementing these features?

Hello Fellow Bubblers,

How are ya? Has anyone had success implementing ANY of the following features? If so, please share?

  1. Allowing users the option to make their account Private or Public.

  2. Allowing users to Establish/Create Groups.

  3. Allowing users to search youtube (within the bubble app).

  4. Once content is uploaded/saved in the Bubble App (such as pics, audio, text, etc.) allow users to drag and drop to rearrange the placement of the items, up or down.

  5. Finally, of all the platforms/mediums available, which have you used/found to be the VERY BEST for learning how to proficiently build apps on Bubble?

Thanks

BStudy

I took the route of trying to learn how to write code and java script and all that other stuff because I had a great idea for an app that would help my business. For years I searched for something I could use to get it done. This bubble WILL do just about everything you would dream of and you don’t have to learn to code. Which at my age, no way was I going to learn to code! Bubble will do all the things you listed in your post. As far as a great resource I would start with this GREAT lady. https://coachingnocodeapps.com/
https://www.youtube.com/channel/UCTL_mXO3qsgFc_3s2T5wlWg

3 Likes
  • Yes, just a flag on the user, and use that as a search constraint
  • Yes, just a new data type that users can add
  • Yes, Youtube API (well, Google) via the API Connector. There are probably plugins for this.
  • Yes, drag and drop plugins available

Sounds an interesting app :slight_smile:

Hi mikebhobbs,

Thanks for your reply. Appreciated!

BStudy

Hi @NigelG

Thanks for your reply & points of implementation. Yes, I am getting underway with the app. However, I was thinking of building as a one page, as opposed to multi-page. Would doing so allow for greater speed in page loading, transition & optimal performance, and be better regarding any plans to publish as a mobile app? What are your thoughts? Or, what has been your experience in this regard?

BStudy

I would not put EVERYTHING into one page. But yes, having a whole bunch of Groups that you show and hide is a good pattern. You do need to very tidy in the way you label things :slight_smile: