Mobile App News Feed Screen Design

NOVASOLUTIONS.TECHNOLOGY is engaged in the development, support and maintenance of iOS, Android, PWA mobile applications. We have extensive experience and expertise in publishing mobile applications in popular markets like Google Play, App Store, Amazon, AppGallery and others.
Development and support of all types of mobile applications:
Information and entertainment mobile applications
News apps, games, reference guides, online catalogs, weather apps, fitness and health apps, travel apps, educational apps, social networks and messengers, quizzes, blogs and podcasts, forums, aggregators
E-commerce mobile applications
Online stores, B2B apps, marketplaces, online exchanges, cashback services, exchanges, dropshipping platforms, loyalty programs, food and goods delivery, payment systems.
Business process management mobile applications
CRM systems, ERP systems, project management, sales team tools, financial management, production management, logistics and delivery management, HR management, data monitoring systems
Electronic services mobile applications
Classified ads platforms, online schools, online cinemas, electronic service platforms, cashback platforms, video hosting, thematic portals, online booking and scheduling platforms, online trading platforms

These are just some of the types of mobile applications we work with, and each of them may have its own specific features and functionality, tailored to the specific needs and goals of the client.

Showing 1 of 1 servicesAll 1735 services
Mobile App News Feed Screen Design
Simple
~1 business day
FAQ
Our competencies:
Development stages
Latest works
  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    756
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    624
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1050
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    947
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    862
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    445

Mobile App News Feed Screen Design

Feed is an infinite list of content with heterogeneous cards. The problem is almost always the same: designer makes one or two card types, but production has seven, and half look like patches over the design system.

Cards: Types and States

Before design starts, all post types that will be in feed must be fixed. Typical set:

  • Text post (short / long with "Read more")
  • Post with single image
  • Post with gallery (horizontal scroll or mosaic)
  • Post with video (thumbnail + duration overlay + play button)
  • Repost / shared post (nested card)
  • Pinned post (pinned message)
  • Sponsored block (if any, marked "Sponsored")

Each type requires clear specification on max text lines and truncation behavior. lineLimit(3) in SwiftUI or maxLines = 3 in Compose with TextOverflow.Ellipsis—this decision must be explicit in design.

Author Plate and Metadata

Card header: avatar (fallback to initials on load error), name, publish date/time, "Follow" button (if not followed) or three dots (menu: hide, report). Author verification—checkmark icon, whose color and type often change through project. Done via Component Property in Figma, not hardcoded.

Action panel below card: like, comment, repost, share. Like animation—separate topic. Instagram pattern (scale + color burst) is done via Lottie or Rive; in design we show starting and end state, animation file is prepared separately.

Pull-to-Refresh and Loading

Pull-to-refresh is a system component (UIRefreshControl on iOS, SwipeRefreshLayout / PullRefreshIndicator in Compose), customize it minimally. Spinner color per system—sufficient.

Next page loading (infinite scroll): loading indicator at end of list. Not "full-screen spinner," but small component 48–56pt high. Skeleton placeholders under new cards while loading—optional, discussed with client.

Timeline—1 day with ready design system. Cost is calculated individually.