AppDev: Aia & Extension store

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

I think he has used gradient colour or images in card view.

1 Like

I am using gradient colour extension

1 Like

Which database you use to make the app?

1 Like

blogger to store images and airtable to store everything else

2 Likes

how to make a card design extension used and add text

plz search in the community, you will find plenty tutorials

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