BryanJBryce
Native iOS and Android developer here. There’s nothing better than writing for the native platform.
Give me more information about what you want to build and I’ll create some tutorials for you.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Latest Phoenix Threads
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 5 of 5 Posts
AstonJ
That’s very kind of you Bryan!
I had actually been thinking of doing a native iOS app (as I quite fancy learning Swift) and then using something like Ionic for the Android version
but definitely interested in seeing what your tutorial for Android might be like as well
(though would be more than happy with just an iOS tut if that’s all you can find the time for).
The app is relatively simple and of a common theme - with two main components; geolocation based discovery of people nearby, and the ability to chat with them (and create groups which allow group chat too). It’s for a group that I run here locally that’s been getting bigger over the last few years.
It would need some kind of protection - either that all accounts must be ‘verified’ by an admin before they can view other people’s profiles or message other users, or a user setting that lets users set whether they can be contacted or their profile viewed by non-verified guests.
The initial set up/registration would be via phone number verification (so only one account per number - I guess use something like Twilio?) and the only other thing I can think of that might be different, is instead of showing a user’s exact location distance to others, we just show the range they’re within. So
within 10 metres,within 100 metres,within 1KMetcIs that enough info or would you like me to go into more detail? It’s a bit like a dating app but for friends/groups
BryanJBryce
Maybe draw some screens of what you’re thinking about the UI looking like. Can just be pen and paper. Do you have API endpoints you can provide as well?
BryanJBryce
Android isn’t bad, in some ways it can be easier. Just make sure you use Kotlin. Kotlin is a fun language.
igor
BryanJBryce, I subscribe, looking forward to see your tutorials, native applications examples with connection to phoenix framework will be really interesting and useful.
DevotionGeo
@AstonJ, I couldn’t reply to the main thread. Looks like I’m late to the party. What about using Phoenix LiveView and then creating a PWA? That might be a good fit for your use case.
Edit: Wow, two years later! That’s really late.