https://kotlinlang.org logo
Join SlackCommunities
Powered by
# androidgithubprojects
  • s

    Sam

    07/08/2021, 4:46 PM
    Hello everyone, I have published my article ( Beta ) -
    Design system naming conventions in Modularization
    so I hope I can have more feedback about naming conventions in Modularization Thanks. https://github.com/chihung93/android-design-system-naming-conventions
    👍 2
  • y

    Yogesh Paliyal

    10/19/2021, 4:01 AM
    https://github.com/yogeshpaliyal/KeyPass
  • t

    therealbluepandabear

    10/29/2021, 7:57 AM
    I'm creating an epic pixel art editor app in Kotlin called PyxlMoose! Please star! ⭐ https://github.com/realtomjoney/PyxlMoose
  • t

    therealbluepandabear

    10/29/2021, 8:21 AM
    K Epic Video:
    0adb4884-c093-4c41-aa0d-415e294da792.webm
  • m

    mertceyhan

    11/02/2021, 1:13 PM
    https://github.com/mertceyhan/bitcoin-market-android
  • a

    akshay

    01/09/2022, 3:10 AM
    Hi everyone, I had updated one of my open source project, kotlin library to fetch open graph meta tags, with a bit of coroutines knowledge. It will be very helpful if anyone give some suggestion or any review around it. https://github.com/anandwana001/ogTagParser
    o
    • 2
    • 1
  • t

    therealbluepandabear

    01/16/2022, 8:00 AM
    Interested in collaborating with me on my revolutionary Android pixel art editor? Or have you ever wanted to work on a full scale pixel art editor? If so, this is your moment - you may never get this opportunity again in your lifetime. I have an Android pixel art editor has around 18 stars on GitHub: https://github.com/therealbluepandabear/PyxlMoose I'm trying to find passionate and willing Android developers that are interested in collaborating with me on the project. I need you to have good experience with: - Kotlin - Basic Android developer experience - your GitHub portfolio should be OK but it doesn't have to be perfect - Bitmaps/Canvas - A good understanding of how pixel art editors work - Bresenham's Line Algorithm (needed to understand the codebase) - Flood Fill Algorithm, the app utilizes a iterative queue-based flood fill algorithm (needed to understand the codebase) - Git and GitHub, pull requests, branches - Good experience with logging - Room You must have an understanding of the codebase. You must be a native English speaker - this is crucial for communication. You mustn't be younger than 14. If you're interested in collaborating with me on the world's greatest Android pixel art editor, please DM me at thebluepandabear#5406 on Discord or message me here on Slack and we can talk further. I will be leaving this message for 5 days. Here are some stuff you will get out of it: - You will gain a massive amount of experience on working with a real life application. The application currently has 6.4k lines of code. - You will learn how to collaborate with other people (aka me). - You will have a great GitHub portfolio and you will be a part of the PyxlMoose organization. - You will earn a share of profit when the app is released on the Play Store. You will not work for me, we will be working together and pave a new standard for Android pixel art editors. Do YOU want to be my teammate and go down in the history books?
    👍 1
    v
    o
    • 3
    • 5
  • o

    oianmol

    05/06/2022, 6:49 AM
    A few of my personal projects JetCalendarView - Jetpack compose calendar view Slack Flutter Clone Slack Android Clone (Jetpack Compose) Twitter Android Clone (Jetpack Compose) Compose Animations Playground
    v
    • 2
    • 1
  • j

    Jintin

    06/06/2022, 11:31 AM
    Create a side project to build simple factory pattern easily leverage on ksp https://github.com/Jintin/Kactory/
  • o

    oianmol

    06/09/2022, 9:13 AM
    https://github.com/mutualmobile/HarvestTimeKMP
    K 2
  • c

    Ch8n

    07/20/2022, 7:48 AM
    Hello everyone !, I have an open-sourced project for writers and authors. which let them share their poems and quotes in an elegant and minimalist way. build with Jetpack - Compose https://github.com/ch8n/Compose-Thoughts
  • o

    oianmol

    07/28/2022, 3:51 AM
    https://github.com/Anmol92verma/DiscordJetpackCompose
    👍 1
  • y

    Yashwant Gowla

    08/23/2022, 1:20 PM
    https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries
  • y

    Yashwant Gowla

    08/23/2022, 1:21 PM
    https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook
  • h

    hisham bin awiad

    03/05/2023, 9:34 AM
    any one can help me with this issue : i updated all activities on manifest to android:exported=true but is still not fixed
    Copy code
    Installation failed due to: 'Failed to commit install session 169461024 with command package install-commit 169461024. Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl169461024.tmp/base.apk (at Binary XML file line #139): com.common.broadcast.NetworkBroadCastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
    e
    • 2
    • 1
  • a

    akshay

    08/04/2023, 3:45 PM
    https://github.com/anandwana001/ComposeCatchflicks
  • s

    Shahzad Afridi

    08/04/2023, 5:49 PM
    https://github.com/Realtime-Coding/TravelAppKMP
  • s

    Swapnil Musale

    08/22/2023, 1:16 PM
    Hi everyone 👋 I'm excited to share another open source project - JetJoke - A Joke Generator App GitHub Repository :- https://github.com/swapnil-musale/JetJoke Feel free to checkout the repository - if you like the work then don't forget to ⭐ on GitHub Any feedback, suggestion or contribution are highly appreciated
    🎉 3
  • j

    Jintin

    09/02/2023, 8:30 AM
    Open sourced
    TypedBundle
    for Android development - https://github.com/Jintin/TypedBundle/ Example usage:
    Copy code
    val textKey = StringKey("SomeStringKey")
    val intKey = IntKey("SomeIntKey")
    val bundle = Bundle()
    
    bundle.put(textKey, "Some text")   // only String value is acceptable
    bundle.put(intKey, 12345)          // only Int value is acceptable
    
    val text = bundle.get(textKey, "") // guarantee result to be a String  
    val int = bundle.get(intKey, -1)   // guarantee result to be an Int
  • t

    the great warrior

    09/14/2023, 6:16 PM
    Explore my latest Android apps: a clock designed with Jetpack Compose, a versatile calculator, and a handy weather tool. Check out the video to see them in action! Here is the link for source code https://github.com/yassineAbou
    android developer.mp4
  • b

    Behnam Banaei

    10/11/2023, 1:54 PM
    Check out my car racing game using Jetpack Compose: https://github.com/behnawwm/RacingCar-compose/
    👏🏻 1
    👏 5
  • ö

    Ömer Faruk Delibaş

    11/06/2023, 2:06 PM
    Hi everyone, Ninova's new update is live. Now the Discover screen is ready, you can explore books by categories. Two new themes named Alexandria and Bergama have been added. In addition to English and Turkish, there is now Spanish and French language support. In addition, many improvements have been made. You can download it from Google Play Store or check it out on GitHub! Google Play Store: https://play.google.com/store/apps/details?id=com.armutyus.ninova Github: https://github.com/armutyus/ninova
    🤩 1
    👍 1
  • i

    Ismail BENABDALLAH

    02/02/2024, 12:36 PM
    Good morning, I created a project based on Kotlin Multiplatform and Compose Multiplatform. The project uses The Movie Database (TMDB) API to display information about movies. I used a four-element Button Navigation Bar which, when clicked, displays a list of movies on each page, with details about each movie displayed upon clicking. I implemented Clean Architecture and adopted the MVVM pattern as the project architecture. You can find more details in the README file about the libraries I used. I’m currently working on adding additional features, such as local database integration and a player. You can find the source code link on github here : https://github.com/ibenabdallah/the-movie-db Sincerely, ismail
    👍 2
  • s

    Samuel Ajibade

    02/03/2024, 8:05 PM
    https://github.com/AjibsBaba/compose-kyc
  • y

    Yahor

    04/05/2024, 7:22 PM
    Tiamat - simple Compose Multiplatform navigation library 🌚 • Code generation free • Pure Compose • Support nested navigation • Support back-stack alteration (+deep-links) • Easy to use • Allow to pass ANY types as data, even lambdas (!under small condition) • Customizable transitions • Koin integration Please checkout amazing iOS/JVM sample: https://github.com/ComposeGears/Tiamat or run instantly with Wasm: https://composegears.github.io/Tiamat/
  • y

    Yassine Abou

    06/24/2024, 12:58 AM
    Hi guys, I'm starting a new project in my free time, using multiple AI models to generate text and images. For the iOS version of the app, I'll be using SwiftUI, and for Android and Desktop, I'll be using Compose Multiplatform. I'm eager to see how it turns out and would love to hear your thoughts or any advice you might have. Here's a link to the project: https://github.com/yassineAbou/LLMS
  • y

    Yashwant Gowla

    07/18/2024, 9:04 AM
    Tired of generic snackbars? Let's explore and integrate SSCompose-CustomInfoBar. This Jetpack Compose library offers a powerful and customizable way to display informative messages within your app. ⚡ Features • Content: Add 💬 text, icons, or even custom composables to your info bar for ultimate flexibility. • Position: Display the info bar strategically at the ☝️ top or 👇 bottom of your screen. • Duration: Control how long the info bar stays visible, from indefinite to short ⚡ or long : hourglass: durations. • Styles: Predefined styles like ⚠️ error, ℹ️ info, and warning are available, or craft your own style with custom background, text color, and icons. • Swipe to dismiss: Users can dismiss the info bar with a simple swipe, providing an interactive touch. • Look & Feel: 🖌️ Customize the info bar's shape, color, and elevation to seamlessly match your app's design. • Theming: Integrate with Jetpack Compose's theming system for a consistent and beautiful look across your app. • Animations: 🎉 Liven up your info bars with various built-in entrance and exit animations. • Offline Notifications: 📶 A constructor flag which allows to automatically displays an info bar giving "you are offline" notification. • Action button: 👍 Optional action button to show on InfoBar. • On Dismiss Callback: Get notified about bar dismissal. • Queueing System: 🔁 Display multiple info bars sequentially. Github repo: https://github.com/SimformSolutionsPvtLtd/SSCompose-CustomInfoBar
  • a

    Abhay

    07/29/2024, 6:19 AM
    Fixed Deposit Tracker is an MVVM-based Jetpack Compose app that works offline, allowing you to easily add, view, update, and track your fixed deposits. 🚀 Key features include: - ➕ Easily add, view, update, and delete fixed deposits. - 🔔 Receive notifications 3 days before maturity and on the maturity date. - 📂 Export your fixed deposit data into a CSV file. - 📊 Glance Widget to quickly view your total invested and maturity amounts. This is just a sneak peek of what the app offers! For more details, check out the GitHub repository. If you're interested in contributing, there are some open issues, or feel free to create new ones. https://github.com/Abhay-cloud/Fixed-Deposit-Tracker
  • g

    Gouri Panda

    12/01/2024, 11:21 PM
    Hi everyone! 👋 I’m excited (and a little nervous!) to share that I’m testing my very first app, WordFlipster, and I need your help to make it better! 🙌 WordFlipster is a fun word game where you reverse words to solve puzzles—it’s simple, challenging, and great for all ages! 🧩 Since I’m new to app development and still learning as I go, your feedback would mean the world to me. Here’s how you can help: 1. Opt-in to the closed test via this link: [https://groups.google.com/g/google-group-closed-testing-2]. 2. Try out the game and explore the features. 3. Share your honest feedback—what you liked, what could be improved, or any bugs you find. The test only takes a few minutes, and you’ll get early access to something I’m truly passionate about creating. 🌟 I’m incredibly grateful for any support or advice you can offer as I learn the ropes of app development. Feel free to DM me if you have any questions. Thanks a ton in advance! ❤️
  • s

    Séraphin Vandegar

    01/07/2025, 10:32 PM
    Hey, I'm graduating in software engineering this year, I have been learning kmp and ktor for a few months and built a few projects. I would like to develop a chessboard game for fun and pedagogical purpose, though I think it would be funnier doing it with fellow learners, so if you feel inspired and motivated by such an adventure, please contact me