Project B
Was busy with another project. I couldn't do much here but played with navigation a bit.
Implemented local database for offline access. It really gave me hard time with all the dependency stuff and syncing the project again and again but we go on β‘οΈ
π₯3
waaazzzupppp, Time to share (I guess).
I spent a long time feeling totally lost with Android development. But a few weeks ago, while I was preparing (or whatever you call itπ) for my "Mobile Architecture" final exam, something actually started making sense. Iβve always learned best by just building, so I decided to work on Pulse.
Iβve always wanted a simple way to keep up with trending tech articles, so I built Pulse to curate the top ones, get AI summaries, and save for offline reading.
Itβs a very simple app, but building it taught me so much:
* Designing with Jetpack Compose & Material 3.
* Structuring apps with MVVM.
* Making things work offline using Room.
* Diving into the full stack with Express/TS & Postgres to implement the curation.
* Integrating Gemini AI for instant insights.
The process was fun and challenging at the same time and of course will continue updating it. If you want to take a look at the code or try the app out yourself, you can download the APK and check the repo here:
Download: https://github.com/bemnet-21/pulse/releases/download/v1.0.0/Pulse.apk
Repo: https://github.com/bemnet-21/pulse
Let me know what y'all think
I spent a long time feeling totally lost with Android development. But a few weeks ago, while I was preparing (or whatever you call itπ) for my "Mobile Architecture" final exam, something actually started making sense. Iβve always learned best by just building, so I decided to work on Pulse.
Iβve always wanted a simple way to keep up with trending tech articles, so I built Pulse to curate the top ones, get AI summaries, and save for offline reading.
Itβs a very simple app, but building it taught me so much:
* Designing with Jetpack Compose & Material 3.
* Structuring apps with MVVM.
* Making things work offline using Room.
* Diving into the full stack with Express/TS & Postgres to implement the curation.
* Integrating Gemini AI for instant insights.
The process was fun and challenging at the same time and of course will continue updating it. If you want to take a look at the code or try the app out yourself, you can download the APK and check the repo here:
Download: https://github.com/bemnet-21/pulse/releases/download/v1.0.0/Pulse.apk
Repo: https://github.com/bemnet-21/pulse
Let me know what y'all think
π₯6β€3
First hackathon tomorrow(today), teamed up with best friends so that means one thing is assured. It is gonna be fun
π₯4
Forwarded from Cyber Guardians (Nahom Biruk)
Waiting for ppl to say "we came for the experience at the first place" after submission.
@cyber_Guardian5
@cyber_Guardian5
π4
I spent an hour trying to debug a logical error just because I accidentally made the util function async (accepted the inline suggestion) π and also Idk for some reason console.log wasn't working and suddenly it worked
π1
I was tasked with building a Pomodoro app,just a timer that toggles between 25 minutes of work and 5 minutes of break as a starter project for my internship.
It was meant to be a straightforward exercise, but as I started writing the core logic, I realized the potential behind tracking focus data. Instead of stopping at a simple clock, decided to make it a fully functional productivity tool, I added:
πΉ Deep-Work Analytics: A dashboard that tracks daily streaks, weekly focus trends.
πΉ Session Ledger & History: A persistent audit log that tracks completion ratios, success rates, and allows users to manually log offline focus time.
πΉ Cross-Device Syncing: A secure Node/Express API that ensures user preferences, and session data are saved and accessible anywhere.
check it out and let me know any feedback
ππ
Demo
Repo
@RunProjectB
It was meant to be a straightforward exercise, but as I started writing the core logic, I realized the potential behind tracking focus data. Instead of stopping at a simple clock, decided to make it a fully functional productivity tool, I added:
πΉ Deep-Work Analytics: A dashboard that tracks daily streaks, weekly focus trends.
πΉ Session Ledger & History: A persistent audit log that tracks completion ratios, success rates, and allows users to manually log offline focus time.
πΉ Cross-Device Syncing: A secure Node/Express API that ensures user preferences, and session data are saved and accessible anywhere.
check it out and let me know any feedback
ππ
Demo
Repo
@RunProjectB
π₯8β€1