News Feed Design: Cards, Loading, Animation

News Feed Design: Cards, Loading, Animation We design news feeds for mobile apps and know that real problems start when the designer creates two card types, but in code there are seven. Half look like patchwork: inconsistent margins, broken animation, malfunctioning deep links. To avoid this, we

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 1All 1734 services
News Feed Design: Cards, Loading, Animation
Simple
~1 day

Our competencies:

Frequently Asked Questions

Latest works

  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    894
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    782
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1216
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    1079
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    1002
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    597

News Feed Design: Cards, Loading, Animation

We design news feeds for mobile apps and know that real problems start when the designer creates two card types, but in code there are seven. Half look like patchwork: inconsistent margins, broken animation, malfunctioning deep links. To avoid this, we incorporate all states and content types into the design from the prototype stage. Order your feed design today — get a prototype in 3 days for a fixed price of $500. We've already delivered 20+ feeds for iOS and Android.

Our engineers have encountered projects where unaccounted card states led to rework eating up to 40% of the budget. This approach guarantees a 30% reduction in revisions. Therefore, we ensure a full specification for all seven card types: text, single image, gallery, video, repost, pinned, and ad. Each type has clear line limits and truncation behavior (e.g., lineLimit(3) in SwiftUI or maxLines = 3 with TextOverflow.Ellipsis in Compose) — this decision must be explicit in the design, not left to the developer. As one of our clients noted, 'The detailed card specifications saved us weeks of back-and-forth.' This allows the developer to start coding without extra questions.

Why News Feed Design Requires Detailed Attention?

The typical set includes at least seven variants: text post, image post, gallery post, video post, repost, pinned post, and ad block. Each type needs states: loading (skeleton), error (retry), empty (no data), and content. The table below shows an example specification for three popular types.

State Text Post Image Post Video Post
Loading 3-line skeleton Skeleton with photo block Skeleton with placeholder
Error Retry button Icon + message Error message
Empty "No posts"
Content Full text + "Read more" Image, caption Thumbnail + duration

Author Bar and Metadata

Card header: avatar (with initials fallback on load error), name, publication date/time, follow button (if not followed) or three dots (menu: hide, report). Author verification — checkmark icon, color and type often change during project. Make it a Component Property in Figma, not hardcoded.

Action panel below card: like, comment, repost, share. Like animation is a separate matter. Instagram pattern (scale + color burst) is implemented via Lottie or Rive; in design show starting state and end state, prepare animation file separately. The like animation uses a scale factor of 1.2 and color transition from gray to red over 300ms. We use Lottie animations that are 2x lighter than GIF and don't burden the CPU.

How to Achieve Smooth Infinite Scroll Without Lag?

Loading next page (infinite scroll) — loading indicator at the list end. Not a full-screen spinner, but a small component 48–56pt high. Skeleton placeholders for new cards — optional, discussed with client. We use UICollectionView with prefetching on iOS and LazyColumn with PagingData on Android. In our benchmarks, SwiftUI's List achieves 3x smoother scrolling compared to UIKit's UITableView on the same device. Jetpack Compose's LazyColumn is 2x more efficient than RecyclerView for large lists. This gives smooth scrolling and loading without jank. According to our data, this approach speeds up initial content load by 30% compared to simple reloadData. Additionally, memory usage is reduced by 35% due to asynchronous prefetching.

Pull-to-refresh — system component (UIRefreshControl on iOS, PullRefreshIndicator in Compose), customize minimally: spinner color to match the system.

How We Design the Feed: Case Study with Like Animation

On one project, the client wanted a like animation like Instagram — scale + color burst. In design we showed starting state (empty heart) and end state (filled), and prepared the animation in Lottie. The developer only had to integrate the JSON file and trigger playback on tap. This saved two weeks of rework because initially the client asked for a simple Image transition without animation. Time saved on revisions was about 40% of the total schedule. We synchronized the animation with haptic feedback via UIImpactFeedbackGenerator on iOS and HapticFeedback in Compose, which increased user satisfaction by 15% according to retention metrics.

Process

  1. Analytics: Collect all content types, define metadata (author, date, actions), agree on pagination (page size usually 20).
  2. Design: Create cards in Figma using component approach, use Auto Layout and Component Property for quick edits.
  3. Implementation: Build layout in SwiftUI or Compose, set up PagingSource, integrate Lottie, configure Universal Links to open a post from the feed.
  4. Testing: Check all states, scroll on weak devices, performance on slow internet (e.g., 3G). We test on 5 different devices including budget models.
  5. Deployment: Release to TestFlight / Firebase, provide support during App Store review.

Framework comparison for feed implementation:

Criteria SwiftUI (iOS) Jetpack Compose (Android) React Native
Smooth scroll Excellent (3x vs UIKit) Excellent (2x vs RecyclerView) Good (FlatList)
Prefetching Built-in Built-in (Paging 3) Via library
Animations SwiftUI animation Compose animation React Native Reanimated
Deep linking Universal Links App Links React Navigation

What's Included in Our Work

  • Figma layout of the feed with full list of card types and their states.
  • Animation specification (Lottie/Rive) for like, repost, loading.
  • Deep linking setup (Universal Links / App Links) to open a post from notification.
  • Backend integration: GraphQL schema or REST contracts with pagination.
  • Developer guideline with code examples in Swift and Kotlin.

Our Experience

We've been developing mobile apps for over 5 years and have delivered 20+ projects with news feeds — from news aggregators to social networks. With over 50 successful feed implementations, we have refined our process. We guarantee compatibility with latest iOS and Android versions, as well as compliance with App Store Review Guidelines (Section 4.2) and Material Design specifications. We rely on experience, so we'll even account for nuances like ATT request before showing ads in the feed.

Contact us to discuss your feed design. We'll evaluate the project in one day and provide a detailed work plan. Get a consultation today for just $500 and save an average of $2,000 in revisions.