AppDev: Aia & Extension store

it doesn’t matter if people asked to make or not. if you’re copying someone else’s work than you should ask for permission and credit them. also, you should think before doing something.

1 Like

I mentioned him already, and I didn’t copy all, just basic design.
But still I will keep in mind about this next time.

1 Like

I have downloaded Custom toast extension from your App.

I have some queries about it.

Extension is very good, i was looking for it from long time.

I just want to decrease the duration of toast message. Whenever I set duration value in decimals there is no change in the duration.

I want to show it for 500 milliseconds. How to set this value?

And if this is not possible then there should be a block to dismiss it as show toast block is present.

Is there any documentation present about this extension?

Uploade darkmode system .aia on you appdev app

Thx for the suggestion.
Actually that extension is not made by me but by my friend (I already mentioned this in the app also). And for duration you can only use 0 for short and 1 for long duration of toast.
I already pass the suggestion to my friend and he is looking into it.

1 Like

I just made this tutorial specifically for you. Follow this tutorial for dark/light mode

Design is updated now

3 Likes

Your new design is so cool and different.
Btw, you forgot to update the images of new design on play store.

Some suggestions, instead of hello users you can use the users name.

And when we click on bookmark button, change the icon to filled heart instead just keep it heart outline icon every time.

3 Likes

thx for the suggestions :smile:
I am already showing user name there, I don’t know why it’s not showing for you :thinking:

Did you register in the app using email?

I will soon update images on the play store, kind of busy on other projects right now

1 Like

No, using Google.

Edit : When I cleared data and log in again it showed my name.

1 Like

And the image preview is not covering while screen. Have you set the arrangement height to 100%

1 Like

yup, sometimes it cover the whole screen and sometime it doesn’t
I don’t know why :sweat_smile:

1 Like

oh sry
I didn’t update in app purchase prices. I will update them soon

Thx for reporting this :grinning:

We can easily bypass the registration process

2 Likes

wow :roll_eyes: I didn’t know that
But I know that app can be hacked, so I took some precautions like whenever a user opens a paid app/extention, first of all app will see whether the user already purchased the app or not. Also I didn’t store any paid app aia in any storage. Whenever a user buys a paid app/extension, a txt file will be downloaded with further instructions to how to get that paid aia.

The activity launcher shows different screen in app, and we can access them. To prevent this use one screen for registration and home.

1 Like

Another solution would be to open screen with start value and check on that screen initialize if start value matches, continue else close screen or whatever want to do.
I did this in one of my app because I knew screens can be opened with activity starter apps.

2 Likes

Correct, I also do this.

when screen2.initialize:
  if is empty(start value):
    close application
3 Likes


how to change card color .how to used the extension

1 Like