Best of AppleSeptember 2023

  1. 1
    Article
    Avatar of uxplanetUX Planet·3y

    What is Glassmorphism

    The goal of glassmorphism design is to create an interface that looks like an assortment of glassy panels hovering in the background space. All elements in this design style have a translucent/transparent look. When these elements are placed on colorful backgrounds, the glass effect is accentuated. It can also be used to design windows or widgets.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Can you fix 2,500 TypeScript errors?

    Inkdrop mobile v5.1.0 beta is available on the beta version on TestFlight and Google Play Store. The app used to freeze for a few seconds when changing device orientations on tablets. I realized that this was caused by a massive amount of UI rerendering due to the window dimension change event.

  3. 3
    Article
    Avatar of firebase-developersFirebase Developers·3y

    Sending Push Notifications for Chat Messages

    We will use Firebase Cloud Messaging FCM and Cloud Functions for Firebase to achieve this goal. In our app project, we need to add the Push Notification capability and configure the Firebase Messaging in the file. This is to tell FCM to send a notification whenever a change happens in our Firebase database.