🌐
GitHub
github.com › android
Android · GitHub
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
operating system created by Google for use on mobile devices
Fairphone 6 review showing the Android home screen held in hand.
An Android phone screen shows an outfit being circled with a search result of each piece of the outfit at the bottom of the screen.
android x86 on eeepc 701 4g
Android is an operating system developed by Google, designed primarily for smartphones and tablets (touchscreen-based mobile devices originally, later for other devices, such as TVs and PCs), based on a modified version … Wikipedia
Factsheet
Developer Google
Written in Java, Kotlin, C, C++, Rust, Assembly
OS family Linux
Factsheet
Developer Google
Written in Java, Kotlin, C, C++, Rust, Assembly
OS family Linux
🌐
GitHub
github.com › topics › android-app-source-code
android-app-source-code · GitHub Topics · GitHub
This repository contains the src code for an android app called, "Movie Box." With this app, you can search, browse and save your favorite movies on your device. movie-database api-client android-application android-app media-queries moviedb-api ...
Discussions

Where can I find Android source code online? - Stack Overflow
Some of the code is also mirrored on github. Contacts is here for example. Since December 2019, you can use the new official public code search tool for AOSP: cs.android.com. There's also the Android official source browser (based on Gitiles) has a web view of many of the different parts that ... More on stackoverflow.com
🌐 stackoverflow.com
Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?
Is cs.android.com what you're looking for? More on reddit.com
🌐 r/androiddev
5
4
March 6, 2023
Looking for Open source Unity project
There is a really good search engine for unity open source projects on github: http://unitylist.com/browse/ Just filter for the thing you're interested to work on and jump to a project that seems to be alive 😁 A project I like a lot is https://github.com/bitcake/bitstrap More on reddit.com
🌐 r/Unity3D
3
7
January 20, 2018
The source code for Pixel Dungeon has been released on GitHub.
Excellent roguelike for Android. Wonder if people will start to create variants now? More on reddit.com
🌐 r/roguelikes
28
116
July 27, 2014
🌐
Android
android.github.io
Android on GitHub
This page has moved to aosp-mirror.github.io
🌐
GitHub
github.com › topics › android-source-code
android-source-code · GitHub Topics · GitHub
android kotlin android-app whatsapp-status status-saver whatsapp-status-saver status-saver-app status-saver-for-whatsapp android-source-code
🌐
GitHub
github.com › topics › android-projects
android-projects · GitHub Topics · GitHub
android sqlite-database android-development android-application android-app source-code activity-lifecycle mock-locations admob-demo implicit-intent explicit-intents android-projects · Updated · Jul 12, 2020 · Java · Star 1 · CSE489 - Lab Works [Combined] android-studio ewu mobile-programming android-projects cse489 · Updated · Apr 14, 2022 · Java · Star 0 · Example code from official Android Jetpack Compose tutorial website ·
🌐
GitHub
github.com › aosp-mirror
Android Open Source Project · GitHub
https://source.android.com/ platform_frameworks_base · platform_frameworks_base Public mirror · Java 10.8k 6.5k · platform_development · platform_development Public mirror · TypeScript 2.7k 2.6k · platform_frameworks_support · ...
🌐
GitHub
github.com › topics › android-source
android-source · GitHub Topics · GitHub
This code contains a sample code to use picasso library. For more info Visit - android tutorial android-sdk picasso android-library tutorials android-development android-application android-ui android-studio android-app source-code picasso-api android-apps tutorial-code android-source android-programming tutorialwing android-programming-tutorial android-picasso
Find elsewhere
🌐
GitHub
github.com › binaryshrey › Awesome-Android-Open-Source-Projects
GitHub - binaryshrey/Awesome-Android-Open-Source-Projects: :eyeglasses: A curated list of awesome android projects by open-source contributors. · GitHub
QKSMS is an open source replacement to the stock messaging app on Android. It is currently available on the Google Play Store and on F-Droid ... Minimal text messenger with a ton of features. ... Signal is a messaging app for simple private communication with friends. ... Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. This repo contains the official source code for Telegram App for Android.
Starred by 1.2K users
Forked by 197 users
🌐
GitHub
github.com › longlinht › android_source
GitHub - longlinht/android_source: Android source code for deep into Android OS · GitHub
// It is called from a static block in MediaScanner, which won't run until the // first time an instance of this class is used. static void android_media_MediaScanner_native_init(JNIEnv *env) { jclass clazz; clazz = env->FindClass("android/media/MediaScanner"); if (clazz == NULL) { jniThrowException(env, "java/lang/RuntimeException", "Can't find android/media/MediaScanner"); return; } fields.context = env->GetFieldID(clazz, "mNativeContext", "I"); if (fields.context == NULL) { jniThrowException(env, "java/lang/RuntimeException", "Can't find MediaScanner.mNativeContext"); return; } }
Author   longlinht
🌐
GitHub
github.com › topics › android-app
android-app · GitHub Topics · GitHub
android ecommerce shop ios-app android-app flutter shopapp flutter-examples flutter-ecommerce shop-app flutter-ecommerce-template flutter-shop-app ... android ios app privacy generator android-application policy ios-app webapp android-app 3rd-party-service ... A curated, self-refreshing directory of real open-source application codebases - built for developers who want to learn from production apps and find projects worth contributing to.
🌐
GitHub
github.com › topics › android-project
android-project · GitHub Topics · GitHub
android graphql functional-programming android-application jetpack android-studio codebase android-app multimodule android-project multimodule-kotlin-app code-base multi-module jetpack-compose jetpackcompose android-graphql multimodule-android-app
🌐
GitHub
github.com › topics › open-source-android
open-source-android · GitHub Topics · GitHub
July 16, 2025 - android java kotlin-android android-app-development free-source android-projects free-source-code android-sample-code android-studio-projects free-android-apps open-source-android beginner-android-projects github-android-code android-source-code android-zip-download
🌐
Quora
quora.com › How-can-I-use-GitHub-source-code-with-Android-only
How to use GitHub source code with Android only - Quora
Answer: Look for source for Android apps. Or become good enough that you can port a program from Windows (or MacOS or Linux) to Android. Usually you just look at the source to find out “how to do that function that you have no idea how to do”. When you see how it was done, you know how ...
🌐
Wladimir-tm4pda
wladimir-tm4pda.github.io › source › download.html
Get Android Source Code | Android Open Source
$ cd ~/directory $ source build/envsetup.sh $ lunch $ make If your build fails because of a missing run-java-tool, try setting the ANDROID_JAVA_HOME environment variable before making. ... See Using Eclipse for instructions on how to use an IDE for Android platform development. To learn about reporting an issue and searching previously reported issues, see Report bugs. For information about editing the files and uploading changes to the code-review server, see Contribute.
🌐
Upgrad
upgrad.com › home › blog › software development › 18+ best android projects on github for beginners in 2025 (with source code)
Android Projects in GitHub for Beginners: Hands-On Skills
2 weeks ago - Dive into Android projects in GitHub for beginners in 2025 with source code. Master core skills through beginner-friendly source examples boosting your coding fluency.
🌐
Electronics Weekly
electronicsweekly.com › home › source code for google i/o 2019 android app shared on github
Source code for Google I/O 2019 Android app shared on GitHub | Electronics Weekly
August 16, 2019 - Google has released the source code for its own Android app that was in use for the Google I/O event back in May. Think of it as a working example of best Android practice, as practised by Google.
🌐
GitHub
github.com › android-source-codes
android-source-codes · GitHub
android-source-codes has 19 repositories available. Follow their code on GitHub.
🌐
GitHub
github.com › topics › android-apps
android-apps · GitHub Topics · GitHub
☀️📦🐎 An Android library to check new versions(update) of your Android applications on the PlayStore (free, open source, third party). android kotlin java android-library opensource-library android-apps update-checker opensource-android-tool free-library ... 📕 Provides a list of samples that utilize modern Android tech stacks and Stream Chat SDK for Android and Compose. android kotlin chat android-apps chat-app getstream real-time-chat android-samples
🌐
Google
android.googlesource.com
android Git repositories - Git at Google
Code Review Generate Password Revoke Passwords Sign in · Git repositories on android · NameDescription · accessories/manifestassets/android-studio-ux-assetsBug: 32992167brillo/manifestcts_drno_filterParent project for CTS projects that requires Dr.No +2's.device/aaeon/upboarddevice/amlo...