Best of AndroidJuly 2023

  1. 1
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    New Viewport Units

    New Viewport Units - Ahmad Shadeed We have been using CSS viewport units since 2012. They are useful to help us in sizing elements based on the viewport width or height. But using the unit on mobile is buggy. The reason is that viewport size won’t include the browser’s address bar UI.

  2. 2
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Onboarding UI with Lottie Animations

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

  3. 3
    Article
    Avatar of pandProAndroidDev·3y

    Jetpack Compose Multiplatform Android & iOS

    Jetpack Compose Multiplatform Android & iOS has been working on Compose for several years and recently released an alpha version for iOS. The general approach of Kotlin Multiplatform includes the ability of sharing not only the business logic code, but also the UI code. You have a choice to use native iOS UI frameworks (UIKit or SwiftUI) or embed iOS code directly into Compose.

  4. 4
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    AI Voice Assistant App in React Native using ChatGPT & DALL-E

    AI Voice Assistant App in React Native using ChatGPT & DALL-E AI-Voice-Assistant-React-Native Watch Tutorial on YouTube. Get Started install dev dependencies or Get API KEY Go to https://openai.com Create a new account and get your API key.

  5. 5
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Mocking instagram app on visionOS

    Mocking instagram app on visionOS is a new just a fun project. Getting Started: Make sure you have completed the React Native – Environment setup instructions till “Creating a new application” step, before proceeding. For Android: Press the R key twice or select ‘Reload’ from the Developer Menu.

  6. 6
    Article
    Avatar of lambdatestLambdaTest·3y

    A Beginner’s Guide To Mobile Design Patterns For Automation Testing

    A Beginner's Guide To Mobile Design Patterns For Automation Testing is a Beginner’s Guide to Mobile Design patterns for Automation testing. LambdaTest: Mobile automation testing can be challenging, and the available testing frameworks and tools can be complicated and time-consuming.

  7. 7
    Article
    Avatar of habrhabr·3y

    6 Best Flutter Development Companies in the US 2023

    The rating of the best Flutter development companies in the US is based on insights from C-level executives and decision-makers from prominent technology companies and startups across various industries. The final rating is a subjective evaluation and should be considered as a starting point for your research.

  8. 8
    Article
    Avatar of pandProAndroidDev·3y

    Android Studio Live Code Templates to Save Your Time Coding

    Android Studio Live Code Templates to Save Your Time Coding to save your time. There are many more templates, but if you start writing code, they pop up automatically as they are usually obvious. Feel free to create a template, not only for Kotlin. It can be Java, Dart, Gradle, or anything else.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Week 3: How to Create an App in 24 Hours

    This week's tutorial will cover the process of developing an Android application in less than 24 hours. In this week’s tutorial, you too should be able to create a quick application that can solve a small problem in your own life. Using this list of features, you should at least have a general plan in your head for tackling the development.

  10. 10
    Article
    Avatar of supabaseSupabase·3y

    Getting started with Flutter authentication

    Getting started with Flutter authentication Flutter is Google’s open-source framework to develop cross-platform applications. In this article, we will take a look at how we can implement authentication using Google sign-in to secure our application using the Supabase SDK for Flutter.

  11. 11
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A Flexible and customizable React Native toast/alert notifications with support for positioning

    A Flexible and customizable React Native toast/alert notifications with support for positioning, custom rendering, click handlers, and duration control. If you have a better solution, please open a issue or pull request. See the contributing guide to learn how to contribute to the repository and the development workflow.