Pinned Repositories
AndroidNavigationComponentTutorial
Tutorial for navigating between fragments in a single Activity Android app using the Jetpack Navigation Architecture Component
AndroidQRCodeScanner
Android QR Code Scanner is an Android App is written in Java that uses the Android Jetpack CameraX library for previewing the camera and image analysis along with the ZXing open-source bar code scanning library.
AndroidVideoTutorial
Tutorial for playing videos inside an Android app using a VideoView widget. Includes code for playing a video file from the raw resource directory, from a URI on the internet and from a video on the device with the MediaStore API
AudioRecorder
FileIOTutorial
FirebaseAuthLoginRegisterMVVM
Tutorial for integrating Firebase Authentication for user sign-in, creation, and sign out in an Android app using the MVVM design pattern
MVVM-REST-API
Tutorial for implementing an Android app written in Java that integrates with the Google Books API using Retrofit2 while following the Model View ViewModel (MVVM) design pattern
SimpleAlarmClock
Android app implementation of a Simple Alarm Clock built using the MVVM design pattern that uses AlarmManager, Services and Broadcast Receivers
UltimateAndroidReference
:rocket: Ultimate Android Reference - Your Road to Become a Better Android Developer
WallpaperAppTutorial
Tutorial for creating a wallpaper app in Android written in Java
learntodroid's Repositories
learntodroid/SimpleAlarmClock
Android app implementation of a Simple Alarm Clock built using the MVVM design pattern that uses AlarmManager, Services and Broadcast Receivers
learntodroid/AndroidQRCodeScanner
Android QR Code Scanner is an Android App is written in Java that uses the Android Jetpack CameraX library for previewing the camera and image analysis along with the ZXing open-source bar code scanning library.
learntodroid/MVVM-REST-API
Tutorial for implementing an Android app written in Java that integrates with the Google Books API using Retrofit2 while following the Model View ViewModel (MVVM) design pattern
learntodroid/FirebaseAuthLoginRegisterMVVM
Tutorial for integrating Firebase Authentication for user sign-in, creation, and sign out in an Android app using the MVVM design pattern
learntodroid/WallpaperAppTutorial
Tutorial for creating a wallpaper app in Android written in Java
learntodroid/AndroidNavigationComponentTutorial
Tutorial for navigating between fragments in a single Activity Android app using the Jetpack Navigation Architecture Component
learntodroid/FileIOTutorial
learntodroid/UltimateAndroidReference
:rocket: Ultimate Android Reference - Your Road to Become a Better Android Developer
learntodroid/AndroidVideoTutorial
Tutorial for playing videos inside an Android app using a VideoView widget. Includes code for playing a video file from the raw resource directory, from a URI on the internet and from a video on the device with the MediaStore API
learntodroid/AudioRecorder
learntodroid/AndroidLoginForm
Beginner Android tutorial using LinearLayout, CardView, TextView, EditText and Button widgets for creating a login form that generates a Toast message
learntodroid/AndroidMinesweeper
Tutorial for creating a Minesweeper game in Android without using a game engine
learntodroid/HyperlinkTextViewTutorial
Tutorial for displaying a hyperlink inside a TextView in an Android app
learntodroid/AndroidIBMSpeechToText
Tutorial create an Android App that uses IBM's Watson Speech To Text service.
learntodroid/AndroidIBMTextToSpeech
Tutorial create an Android App that uses IBM's Watson Text To Speech service for adding realistic sounding text to speech to your mobile app
learntodroid/AndroidMVVMTutorial
learntodroid/BMICalculator
BMI Calculator App for Android
learntodroid/UberEatsAndroidClone
learntodroid/UberEatsDriver
learntodroid/UberEatsRestaurant
learntodroid/AndroidAnimatedTextView
learntodroid/AndroidEmbedYouTubeVideoTutorial
Tutorial for programmatically embedding a YouTube video into an Android app using the android-youtube-player library.
learntodroid/AndroidJSONTutorial
learntodroid/AndroidLineChartTutorial
Short tutorial covering how to display a line chart in an Android app using the MPAndroidChart library
learntodroid/NestedRecyclerView
learntodroid/PieChartAndroid
learntodroid/AndroidGravityLayoutGravity
Tutorial for using the gravity and layout_gravity attributes in Android for positioning TextView, EditText and Button widgets in the user interface
learntodroid/BottomNavigationTutorial
Tutorial covering how to connect the BottomNavigationView widget in an Android app with the navigation controller from the Jetpack navigation architecture component to manage navigation in your app
learntodroid/MaterialButtonToggleGroupTutorial
Android development tutorial covering how to create a group of buttons that can be toggled using the Android material design components MaterialButtonToggleGroup and MaterialButton
learntodroid/RandomNumbersKotlinAndroid