App settings for Android

App Settings for Android

Status Bar Color

  • Status Bar Color: Set the color of the status bar. The status bar is the horizontal bar at the top of the screen that displays device information such as time, battery status, and notifications. Use hexadecimal color codes to specify the color. For example, #FFFFFF represents white. Untitled design - 2024-05-07T140319.702.png

Screen Orientation

  • Screen Orientation: Choose the desired screen orientation for your app:
    • Portrait Only: Lock the app to portrait mode, allowing users to view it only in vertical orientation.
    • Portrait & Landscape: Allow users to view the app in both portrait and landscape orientations.
    • Landscape Only: Lock the app to landscape mode, allowing users to view it only in horizontal orientation.

Untitled design - 2024-05-07T142605.854.png

Pull to Refresh

  • Pull to Refresh: Enable this option to allow users to pull down on the screen to manually refresh the content displayed in the app. This is commonly used in apps that display dynamic content such as news feeds or social media timelines. Untitled design - 2024-05-07T142624.244.png

Show Loader on Page Navigation

  • Show Loader on Page Navigation: Enable this option to display a loading indicator (loader) when users navigate between pages within the app. This provides visual feedback to users that the app is fetching or processing data. Untitled design - 2024-05-07T142645.645.png

Show No Internet Screen

  • Show No Internet Screen: Enable this option to display a screen indicating no internet connection when the device is offline. This helps users understand why certain app features may not be available and prompts them to check their internet connection. Untitled design - 2024-05-07T142659.367.png

Enable Full Screen

  • Enable Full Screen: Enable this option to display the app in full-screen mode, hiding the status and navigation bars. This provides a more immersive experience for users by maximizing the available screen space. Untitled design - 2024-05-07T151142.551.png

System Navigation Bar Color

  • System Navigation Bar Color: Set the color of the system navigation bar. The navigation bar is the horizontal bar at the bottom (on Android) or top (on iOS) of the screen that houses system navigation buttons such as back, home, and recent apps. Use hexadecimal color codes to specify the color. Untitled design - 2024-05-07T151158.455.png

Enable Pinch to Zoom

  • Enable Pinch to Zoom: Allow users to zoom in and out by pinching on the screen. This feature is useful for apps that display images or text that users may want to magnify for closer inspection. Untitled design - 2024-05-07T151250.935.png

Add Callback on App Resume

  • Add Callback on App Resume: Add a callback function to execute when the app is resumed after being in the background. This allows you to perform specific actions or updates when the user returns to the app. Untitled design - 2024-05-07T151306.616.png

Disable Caching

  • Disable Caching: Disable caching to ensure that the app always fetches the latest content from the server. This can be useful for apps where content frequently changes and needs to be updated in real-time. Untitled design - 2024-05-07T151321.454.png

Disable Screenshot

  • Disable Screenshot: Prevent users from taking screenshots within the app. This can be useful for apps that display sensitive or confidential information that should not be shared or stored outside of the app. Untitled design - 2024-05-07T152909.298.png

Save

  • Save: Click "Save" to apply the changes to your app settings and save your configurations Untitled design - 2024-05-07T154508.318.png

Rebuild Your App

Once the changes are saved, click on "Rebuild My App" to integrate all the changes into your app and download. Untitled design - 2024-05-07T154628.668.png


media-icon
media-icon
media-icon
media-icon

â“’2024 Orufy Technologies All Rights Reserved.