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
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
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
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
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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.