• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

file type and settings for mobile apps

New Here ,
Apr 09, 2019 Apr 09, 2019

Copy link to clipboard

Copied

Hi,

when I build a simple animation, like following a path, what would be the best file type to store that file for a mobile app (to include it in iOS or Android with react-native)?

thank you

Views

460

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 09, 2019 Apr 09, 2019

Video is not interactive, AE is designed to create video. Any 3rd party addon's that convert AE animations for use in web-based apps are severely limited and you must design around the limitations.

If you are creating animations for mobile devices the best option is to use Adobe Animate. That's what it is designed to do.

Votes

Translate

Translate
Community Expert ,
Apr 09, 2019 Apr 09, 2019

Copy link to clipboard

Copied

Video is not interactive, AE is designed to create video. Any 3rd party addon's that convert AE animations for use in web-based apps are severely limited and you must design around the limitations.

If you are creating animations for mobile devices the best option is to use Adobe Animate. That's what it is designed to do.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 09, 2019 Apr 09, 2019

Copy link to clipboard

Copied

Thank you!! I'll look into Adobe Animate  

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 13, 2022 Jul 13, 2022

Copy link to clipboard

Copied

When working with react native development services from our team at Appirio234 , we often recommend setting up your project for maximum performance and flexibility by defaulting to webpack as your build tool of choice. This means that all of the code in your apps will be transpiled into JavaScript so that it can run quickly across browsers without penalty. Webpack also includes Babel so that developers can easily convert their codes into different languages as needed (such as TypeScript).

 

Additionally, we highly recommend installing Sensjs from NPM because this library provides optimized mobile tracking capabilities for React Native applications.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 05, 2023 Apr 05, 2023

Copy link to clipboard

Copied

LATEST

Mobile apps can support various file types, depending on the platform and the purpose of the app. Here are some common file types and settings used in mobile apps:

  1. Images: Mobile apps often use images for graphics and user interface elements. Common image file types supported by mobile apps include JPEG, PNG, and GIF. The size and resolution of images can also vary depending on the app's requirements, but it's important to ensure that the images are optimized for mobile devices to avoid performance issues.

  2. Audio and Video: Many mobile apps use audio and video for various purposes, such as playing music or videos, recording audio, or creating podcasts. Common audio file types include MP3, WAV, and AAC, while common video file types include MP4, AVI, and MOV.

  3. Data Files: Mobile apps can also use data files to store and manage user data, such as preferences, settings, and user-generated content. Common data file types include JSON, XML, and CSV.

  4. Code Files: Mobile apps may also use code files to implement certain functionalities, such as integrating third-party libraries or plugins. Common code file types include Java, Kotlin, Swift, and Objective-C.

When developing a mobile app, it's important to consider the file types and settings that will be used, as they can affect the app's performance and user experience. It's also important to ensure that the app follows the platform's guidelines and requirements for file types and settings to ensure compatibility and optimal performance.
Visit : https://ittzone.com/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines