Loading video...

Video Failed to Load

Go Home

Whoever is behind the CitizenApp which was launched yesterday has done a brilliant and fantastic job. The App is broad. It has a special feature known as CADIS(CitizenApp Data Interoperability System) where individuals databases are made available to institutions/agencies enrolled on the App without having to go through the...

23,018 views • 1 year ago •via X (Twitter)

9 Comments

KwabenaBeng's profile picture
KwabenaBeng1 year ago

Good but does not solve the unemployment and corruption. It does not stop galamsey threat to our lives. It does not solve the bankruptcy, inflation, DDEP, Agyapadee.

Mr Irish's profile picture
Mr Irish1 year ago

Interestingly, it has a portion where Ghanaians can apply for job opportunities. So yes! In a way, It’s going to contribute in addressing the unemployment issues. Again, one of the benefits of these apps is to combat corruption. It may not necessarily address all our challenges, but it’s good.

MƐGATRƆN's profile picture
MƐGATRƆN1 year ago

How is it possible that the app has reviews from two years ago when it was just launched yesterday?

BRICS CURRENCIEs 💊📈's profile picture
BRICS CURRENCIEs 💊📈1 year ago

App wey dem rename come launch again to waste tax payers money? Bawumia will be more crook than his master

Eb Afarikumah's profile picture
Eb Afarikumah1 year ago

How much did it cost us?

GANDALF's profile picture
GANDALF1 year ago

@KofiSelorm9 @SneakerNyame_ and the rest This app is addressing your daily personal needs especially when police catch you and want extort from you But because it doesn’t suit your political needs you are quite about it You guys don’t want the betterment of Ghana please .!

Julie'sSon's profile picture
Julie'sSon1 year ago

The man Bawumia is a nightmare for some ppl, he is brilliant.

Mr Irish's profile picture
Mr Irish1 year ago

Deep o

Astoray's profile picture
Astoray1 year ago

I am marvelled.

Related Videos

Dear Catholics, this is not the time for Hallelujah Challenge. This is lenten season. There is an app called Hallow by Alex at Hallow. This app made me fall in love with the Catholic Church. It was this app that opened my eyes to all the beauties I didn't know that the Catholic Church has. This app has converted many people to the Catholic Christian faith. It has brought many Catholics who were confused about the Catholic faith back to the Church. If you are looking for where to grow richly in knowledge of the Catholic Church, this app is for you. It contains all the novenas and litanies you can think of. Mark Wahlberg, the popular Hollywood actor, taught me how to recite the rosary perfectly on this app. This app contains "Bible in a Year" and catechism podcast that was recorded by fathermikeschmitz during the covid lockdown. Fr. Mike read and explained the entire Bible from Genesis to Revelation and explained it in such a way that it fits in our world today. Many Genzs all over the world have returned back to the Catholic Church because of this Hallow App. It also contains many gregorian chants and radio drama of many Saints that you can listen to. Saints like St. Valentine, St. Josephine Bahkita, St. Lucy, St. Patrick, St. Pope John Paul the Great, St. Padre Pio, and too many to count. There is also the children section if you are looking at wanting your kids to grow in the Catholic faith. This app has these and many more. Hallow is currently on a #pray40 Lent challenge, and today is Day 2. (Peep my current streak lol. Is there any Nigerian living in Nigeria who has this streak???) So please, head to your playstore or applestore as the case may be and download the Hallow app. I promise you, you'd be greatly blessed by this. So, in this Lenten season, we are returning back to the Faith. We are returning back to Jesus.

Uche is a girl

17,123 views • 5 months ago

F it, full automated money making now on Larrybrain. I have released the app template I use for Snugly that generated me revenue without touching anything on Larrybrain. The template gives your agent ideas of what the app can become and how to create it. Most importantly, it will give your openclaw agent full context of your app to automate your marketing with Larry's viral marketing skill - now used by over 5500 agents. It is my entire playbook from app, to marketing all the way down to revenue generation. All you have to do is ask your agent "install the larrybrain skill please" Or click the link in replies. Then ask to use the Larry marketing skill with the AI Image App Template. As always, the best part about any of the Openclaw skills is they are not a black box. This is just a template, you can rip it apart and customise it how you want. The key is to show you what is possible with these skills and how you can start to use the power of larrybrain and the context of knowing about the different skills to build extremely powerful and useful tools. This is the first skill specifically designed to work hand in hand with another. To note as this confuses a lot of people: Larrybrain doesn't download the entire marketplace once installed. It just is aware of everything on the marketplace at all times, so when you ask it questions, it can search and find the best skills for you to achieve your goals. When you download some skills, like this new AI image app template, it is aware of the larry marketing skill to help it reach it's full potential. Larrybrain will not install skills without you asking it, just like on Clawhub. No information you add to any of the skills gets sent back through Larrybrain, this is all hosted locally and communicated between you and whatever endpoint you are using. It is a powerful marketplace tool to help enable you to reach your goals. Link below.

Oliver Henry

110,125 views • 5 months ago

A little look behind the scenes: Many of you asked how I handle switching from SwiftData & CloudKit to Firebase and a different way of sharing entries with your friends. Previously, there was no need to create an account and the app just used the user's iCloud ID in the background to "sign up". Why did I do this? SwiftData is really nice to use but after working with it for over a year now, it feels still quite unstable, buggy and errors are super hard to track. Same goes for CloudKit and the CloudKit sharing that I implemented. For a growing app, in my opinion, it's just not feasible to use because errors happen regularly, you don't really know if the data is stored (and shared) correctly and the documentation on CK is just bad. I have big plans for this app (reacting to your friends' entries, Apple Health integration, tagging multiple friends in entries etc.) and all of it is now much simpler - and faster to build. The Migration part When an existing user starts the app, a little migration sheet with a couple of steps opens which can't be dismissed. The goal is that the user maintains all entries and can use the app like before :) Steps: 1) Create an Account using Apple Sign In and Firebase Auth 2) Migrate your user profile (profile picture etc.) and all your friends from SwiftData to Firestore. Here I basically iterate over all the data that is there, run a custom conversion for all the fields (some things need to be stored differently) and save them. Profile Images are now saved in Firebase Storage 3) Migrate all entries to Firestore the same way. Images and Voice Notes are now saved in Firebase Storage (that might take a bit of time, video is sped up) 4) After that, migration is basically done and the user can use the app like before. In the settings, the user can now log out or delete the account, things that weren't possible before. If for any reason the migration has to be done again, this can be triggered from the settings as well. How do I decide if a user needs to migrate? Previously, I saved the user's profile in SwiftData under a specific key (simplified). If the app finds something under this key, user is prompted for a migration. New users don't have to run through the migration. They simply start fresh with the Apple Sign in in the onboarding like seen in the referenced post. How does sharing entries now work? For sharing, I create deeplinks using branch . io now. These links basically work like every other Invite Link you've received or created. The friend opens the link, can accept your invitation and now both of you are connected as buddies. Previously using CloudKit Sharing, this process took two steps - each user had to share a link to give access to their entries. The process now is much simpler and better understand for the user. Developing the migration Tbh I thought this would be way quicker. In the end it was > 100 commits since I had to basically change every screen in the app. Working with SwiftData is quite different to how things work with Firebase (and most other frameworks), so every interaction where data was involved had to be reworked. Now the app runs on a combination of Firestore, Cloud Functions and Firebase Storage. In terms of memory, the app feels notably faster and only needs around 1/4 of the memory bandwidth it needed before. Let's see if it will be worth it! All in all super happy with the new flexibility for the app and not being limited by the technology anymore 👀

Fabian Gruß

26,781 views • 1 year ago