How do i make an Admin App?

Hi there, i wanted to ask how do I create an administrator app. It is a external App, that only I have, that controls the main app to do short updates ans sutch stuff. Please help me here, i cant figure it out.
Thx for looking

Your main app must be capable of being updated remotely.

how do i do that?

For example, the user app would have a timer running that regularly checks the status of a value online somewhere, let us say this is for an internal app update. If the value = OK, then nothing happens, if the value = UPDATE, then a download is initiated in the app to fetch the update data and then install it.

This is just a very simple example.

You could also setup a push notification system, so that as Admin, you can tell the app when to do things.

1 Like

After few hours I will provide you the solution, as this is 7:25 IST morning. :blush:

You can just provide the solution after a few hours without even telling this.

1 Like

what block do i use for online value?
(i have only been useing tiny db´s)

Use My Aia (s) to get achieve what you want read and learn from the code, if yo not understood something you can ask me in this post.

TestUserApp Aia :-
TestUserApp.aia (5.2 KB)

TestAdminApp :- TestAdminApp.aia (3.7 KB)

Use blocks TestUserApp :-

Use blocks TestAdminApp :-

First convert Aia to Apk by uploading them in builder and use them and see what you are actually needed in Admin app.

Screen recording:

Explanation : I used firebase in both of the apps,

In User app I used both methods Get and Store

The GetValue feature is given for to check user is registered or not, If the user is registered Then we will take the next step to check if the user is suspended or not, if suspended then I change the vertical color and label text.

In Admin app I use get value block to get the user data same the user is registered or not, if the user is registered I add blocks for SuspendTheUser.

The all blocks are a bunch of professional and very Beginner blocks, Do learn from them in the workflow I gave above and if you confused at somewhere then ask me.

I really like how there is ZERO explanation on the blocks and the AIA that you have provided. Definitely, you should teach someone something in this method!
They will not be confused at all!

(The above sentence was sarcasm)

The way you are presenting your SOLUTION is EXTREMELY CLUTTERED, even advanced users won't understand this at first glance.

Whenever you help, it is a good thing to provide a sample AIA, but with ZERO explanation, it is COMPLETELY USELESS to provide it.

Remember this is an Internet Forum, not a private assistance service. Others could benefit from a solution too. If you can't explain what the code does, then no need for you to post a solution.

What I posted was my point of view, and I believe in it.

2 Likes

You will need to decide on your online storage medium: cloudDB/Firebase etc.

1 Like

Edited.

This post was flagged by the community and is temporarily hidden.