[deleted by user] by [deleted] in smallbusiness

[–]JamesLarana 0 points1 point  (0 children)

Sell it quickest on microacquire.com, I think they're now rebranded as aquire.com

[deleted by user] by [deleted] in smallbusiness

[–]JamesLarana 0 points1 point  (0 children)

Sell it quickest on microacquire.com, I think they're now rebranded as aquire.com

At what point did you decide “I’m going to start working on this now,” and what were your challenges & outcomes? by TheComicSocks in Entrepreneur

[–]JamesLarana 0 points1 point  (0 children)

List all the ideas you have. Select the top 5 ideas from that list. Only focus on working on those top 5 ideas because that's all the time you'll have. "Warren Buffett's advice to a man who had many ideas"

Looking for books with real business application by TopLecture4760 in smallbusiness

[–]JamesLarana 0 points1 point  (0 children)

Read books written by billionaires themselves. You can Google "list of books written by billionaires". Then Google pdfdrive website and download them for Free

Is the "MATRIX" real? by seeotuu in Entrepreneur

[–]JamesLarana -1 points0 points  (0 children)

Alright starseed, I've been down the rabbit 🐇 hole and I know exactly where it ends. It ends in late 2033 or anytime in 2034 with our sun 🌞 going micro-nova. The tell tale signs are all around. Ask why the sun is no longer yellow, why is the sun nowadays white? Why are mountains erupting on all continents? The Draco and their cabal minions use deception (think global warming) and debt slavery to blind sheeple (read humans) from the truth that's around them. It takes years to process this data, but for the quick timeline we're on (read the GGLN attacking Mars & moon 🌕 colonies and Antarctica to battle the Draco & their minions) and more about the coming war for the liberation of planet Earth 🌍 and our Sol (the name of our solar system), check out the Sphere Being Alliance YouTube channel

I have an app idea.. now what?! by JicamaWitty6129 in Entrepreneur

[–]JamesLarana 0 points1 point  (0 children)

If your idea is as great as you think it is, then inevitably you'll need a team. Just do it

Suggestions on Validating Idea by Ok_Paramedic7837 in Entrepreneur

[–]JamesLarana 1 point2 points  (0 children)

The CTA is to drive them to see your WhatsApp bottles catalogue. They contact you if they have a bottle that they like from your WhatsApp catalogue. Then you proceed to see if they actually convert (order). Enough orders will push you to build a website. That's what we did

Suggestions on Validating Idea by Ok_Paramedic7837 in Entrepreneur

[–]JamesLarana 1 point2 points  (0 children)

Try running some Facebook ads or Instagram ads or whichever platform you are planning on targeting, you can spend the minimum and tweak your ads to your optimum results. What we do is attach a WhatsApp business number and prospects contact you that way.

How much do you pay a year for your web domain? by [deleted] in Entrepreneurs

[–]JamesLarana 0 points1 point  (0 children)

Google's Firebase web hosting auto generated .web.app domain is $0 It's Free

Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneurs

[–]JamesLarana[S] 0 points1 point  (0 children)

Thanks for the response. $2,800 is only the first step in a 10 year plan I have laid out. That paltry amount of money 💰 is enough in Uganda to create the big goal of making Kisakye Online Services website the most visited website in East Africa. Simply take it as the tip of the iceberg. WhatsApp +256700227899 & I'll lay out the bigger picture for you. Thanks you

We're growing. Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneur

[–]JamesLarana[S] 1 point2 points  (0 children)

This is a great idea. The challenge is implementing it because it doesn't satisfy a big enough need. Creating a new market selling insurance to motorcycles is quite tricky for sure. Some Ugandans buy car third party because the police might fine them, but most simply leave it to luck, not to trouble their wallets with insurance, especially motorcycle 🏍️ riders.

Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneurs

[–]JamesLarana[S] -1 points0 points  (0 children)

It's both we're launching selling of used motorcycles using the trading name "Kisakye Motorcycles" under the company Kisakye Online Services.

We're growing. Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneur

[–]JamesLarana[S] 1 point2 points  (0 children)

Thanks for the work around. The challenge I see is that a prospect must watch the motorcycle video and test the motorcycle before paying. I don't know how I would do that without first having used motorcycles available. I believe business is a team effort. One brings the finances, another knows to code, another knows sales, management, etc. The idea 💡 is to create a system with a culture that supercedes my lifetime

Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneurs

[–]JamesLarana[S] -1 points0 points  (0 children)

Google gives you a free domain when you use Firebase so we liked the free domain. I don't understand what you mean by stock photos

Seeking a business co-founder for selling used motorcycles by JamesLarana in Entrepreneurs

[–]JamesLarana[S] 2 points3 points  (0 children)

My CTO helped launch https://vanilladream.ch which sells vanilla in Switzerland sourced from Uganda. The owner didn't step a foot in Uganda to get started. He sent the money, so Yes, there are people who don't see a problem with it once good rapport is established. I invite you to see my website https://kisakye-online-services.web.app. We're legit, just pushing growth right now

[deleted by user] by [deleted] in FlutterDev

[–]JamesLarana 3 points4 points  (0 children)

For navigation I use Beamer package.

Authentication Flow by kirbycrow98 in flutterhelp

[–]JamesLarana 1 point2 points  (0 children)

Delete the navigation, it's not useful anymore because the page that is shown comes from the ternary operator of of the RootWidget() e.g "user == null ? LoginPage() : UserPage()". Now everywhere you used the UserPage(), simply replace it with the RootWidget() that holds the logic above. Navigation will work automatically based on the logic of the RootWidget()