Skip to content

Developers Breach

  • About Us
  • Compose
  • Blog

Category: Android

Posted on July 10, 2021January 24, 2022

Working with menus in android

This article covers everything about implementing menus in android. Show popup menu's, popup list menu's, nesting menu items, context menu's, drop down menu's and setting menu item click listeners for all types.

Featured image for article
Posted on July 10, 2021January 24, 2022

Implementing Snackbars with android

Snackbar is a lightweight-widget that we can use as an alternative to Toast. Snackbar is used to show messages to user at bottom of app screen with swiping enabled also contains an optional action button to perform user actions.

Featured image for article
Posted on July 9, 2021January 25, 2022

WebView for Android with JavaScript and WebSettings

WebView is an extended class of Android's View class. It allows us to display webpages in an application. Android WebView is a component that turns an application into a web application. It makes use of WebKit engine which implements a responsive design and loads pages from URL.

Featured image for the article
Posted on July 8, 2021January 24, 2022

ViewPager2 with TabLayout in Android

This article helps you to implement swipe between fragments with TabLayout and ViewPager2. We have a simple application demo that helps you on getting started with implementing swipe.

Featured image for floating action button
Posted on July 7, 2021January 24, 2022

Implementation of Floating action button in Android

FloatingActionButton is an icon floating above the User Interface. It triggers primary actions such as transitions on the screen. This article covers the implementation of regular FloatingActionButton and Expandable FloatingActionButton in Kotlin.

Featured image for bottom navigation view
Posted on June 30, 2021January 26, 2022

BottomNavigationView with navigation in Android

Implementing Material Design BottomNavigationView is pretty simple which allows users to Navigate to multiple screens by simply clicking on the bottom icons. This article covers implementing along with navigation controller.

Preview for app built in the article
Posted on November 6, 2020January 24, 2022

Search in a list using RecyclerView in Android

Build a custom search interface with EditText and perform search in RecyclerView elements. Get user query with voice capabilities text-to-speech or by typing. Easy to implement, learn with example demonstration and source code.

Posts navigation

1 2 3 Next →

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Me Around Web

  • GitHub
  • LinkedIn
  • Twitter

Recent Articles

  • Reveal effect animations in compose jetpack android
  • Architecture for Compose android apps – new revamped principles
  • Search with TextField in list Compose Android Jetpack
  • Custom shape animations pulsating circles on canvas in compose android
  • Jetpack Compose Hourglass animation on canvas in Android

Site

  • About Us
  • Compose
  • Blog

Support

  • Feedback
  • Contact

Follow

  • LinkedIn
  • Gitthub
  • Twitter
  • About Us
  • Compose
  • Blog
 

Loading Comments...
 

You must be logged in to post a comment.