Skip to content
Developers Dome
  • Home
  • Blogs
  • About Us
  • Contact Us
  • Hire Us
  • Home
  • Blogs
  • About Us
  • Contact Us
  • Hire Us
Calculator app
Android Development / Android projects for beginners

How to Create Calculator App with Example in Android

Today, we will learn how to implement a simple calculator app in Android Studio. In this article, we will learn about the complete development of the project. Build a simple…

4 Comments
July 26, 2021
Media Player
Android Development / Android projects for beginners

Media Player in Android | Tutorial

The Media Player class can be used to control the playback of audio/video files and streams. Playback of audio/video files and streams on Android can be controlled in a variety of ways. One of these methods is to use the MediaPlayer class. A software or hardware device that can play media files or disks. For…

0 Comments
July 26, 2021
Splash Screen
Android Development

Splash Screen Tutorial in Android with Example

The splash screen is mainly the first screen when the application is opened. It is a permanent screen that is displayed for a period of time and is usually displayed…

1 Comment
July 25, 2021
Seekbar Example
Android Development

Adding Seekbar to Your App with Example

On Android, SeekBar is a ProgressBar extension that adds a sliding slider that can be moved from left to right. The user can touch the thumb and drag left or…

3 Comments
July 24, 2021
swipe to refresh layout
Android Development

Using swipe-to-refresh layout in Android

Android provides a widget that implements the swipe to refresh layout mode, and users can use it to trigger vertical sliding updates. This is achieved through the SwipeRefreshLayout widget, which…

1 Comment
July 24, 2021
Nested scrollview
Android Development

How to create Nested ScrollView in Android

In this tutorial, we will learn how to create Nested ScrollView in android. What is NestedScrollView / how to create Nested ScrollView? NestedScrollView is similar to ScrollView, however, it helps…

0 Comments
July 23, 2021
ScrollView and Horizontal ScrollView
Android Development

ScrollView and Horizontal ScrollView with Example

In this tutorial, we will learn ScrollView and Horizontal ScrollView in android. In Android, ScrollView is a view group used to create a vertical scroll view. The scroll view contains…

1 Comment
July 23, 2021
Fragment in Android
Android Development

Introduction to Fragment in Android with Example

Introduction to Fragment Android Fragment is the part of the activity, it's also called sub-activity. There may be multiple fragments in an activity. Fragments represent more than one display screen…

2 Comments
July 22, 2021
Shared Preferences
Android Development

Shared preference in Android tutorial

Shared preference is a way of storing and retrieving a small amount of data in the form of key/value pairs in a file on a storage device, such as strings,…

1 Comment
July 21, 2021
Custom Alert Dialog Box
Android Development

Custom Alert Dialog Box with Example

What is Custom Alert Dialog Box? The custom dialog uses DIALOG to create a custom alert or pop-up in Android Studio. A dialog box will appear above the current window,…

1 Comment
July 20, 2021
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Go to the next page

Search here

Categories

  • Android Development (71)
  • Android projects for beginners (8)
  • API | Application Programming Interface (8)
  • C (26)
  • C++ (43)
  • CSS (30)
  • Cybersecurity (2)
  • Firebase (5)
  • Flutter Development (43)
  • HTML (13)
  • Java (81)
  • JavaScript (29)
  • Other's (7)
  • Python (8)
  • Unity Development (40)
  • Web Development (67)
  • Web Development Projects (3)

Learn Java Programming free & Get Certification

Privacy Policy     |      Terms & Conditions

Copyright © 2021 | www.developersdome.com | All Rights Reserved