Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Development and refinement of an Android application

Translated570 USD

  1. 442  
    20 days570 USD

    Hello!
    I work with Kotlin Android, I have experience integrating GraphQL Apollo Apollo3 in commercial projects.
    I am ready to refine the application, analyze the current architecture, and carefully make changes without disrupting the existing logic.
    Below, I leave a code snippet that shows my approach to the MVVM architecture, clean logic, working with coroutines, and GraphQL.
    I am ready to move to private messages, look at your full technical specification with screenshots, and discuss the details.

  2. 3053    23  1   3
    20 days1367 USD

    Hello, Michael!

    Creating user-friendly, intuitive interfaces and finding unexpected solutions is my specialty. Do you have a task for refining an Android application using GraphQL? That is exactly my profile!

    While working on complex systems, I have gained the skill to quickly adapt to existing code and solve software debugging tasks. I am ready to apply these skills to your application, adding the necessary polling — your goal will become my task.

    I will show snippets of code from my previous projects on GitHub to demonstrate my approach to architecture and code.

  3. 162  
    7 days570 USD

    Hello.
    I was interested to learn about your project. I am confident that I can do effective and quality work that meets your requirements and expectations. I have over 8 years of experience. I am ready to discuss the details and start working. I look forward to your response.

  4. 3861    15  0
    5 days570 USD

    Hello.
    I have extensive experience in developing applications for iOS and Android (over 10 years).
    I can work with someone else's code, debug, and fix logical errors.
    I also have experience with GraphQL.
    I can provide part of the code in a private message to demonstrate my level.
    I work on an hourly payment basis.
    Did you mean pooling?
    Thank you for your attention!

  5. 10262    76  0
    12 days1367 USD

    Let me take a look at the details. I am free and ready to collaborate. I am waiting for your response, have a good day.

  6. 475    2  0
    20 days1012 USD

    ready to help you out with kotlin app

    will share previous mobile projects in chat - to make sure we match

  7. Another 2 proposals concealed
  • Heorhii R.
    19 November 2025, 2:36 |

    class PaymentViewModel(

        private val repository: PaymentRepository

    ) : ViewModel() {


        private val _state = MutableStateFlow<PaymentState>(PaymentState.Idle)

        val state: StateFlow<PaymentState> = _state


        fun sendPayment(amount: Double, methodId: String) {

            viewModelScope.launch {

                _state.value = PaymentState.Loading


                try {

                    val result = repository.sendPayment(amount, methodId)

                    _state.value = PaymentState.Success(result)

                } catch (e: Exception) {

                    _state.value = PaymentState.Error(e.message ?: "Unknown error")

                }

            }

        }

    }

     и еще пример для GraphQ репозитория


    class PaymentRepository(private val apollo: ApolloClient) {


        suspend fun sendPayment(amount: Double, methodId: String): String {

            val response = apollo.mutation(

                SendPaymentMutation(amount, methodId)

            ).execute()


            if (response.hasErrors()) {

                throw IllegalStateException(response.errors?.first()?.message)

            }


            return response.data?.sendPayment ?: "OK"

        }

    }


  • Oleg Grigoryev
    24 November 2025, 12:02 |

    Добрый день. Подскажите, пожалуйста — требуется ли полная переработка архитектуры приложения или доработка текущего функционала (например, добавление поллинга)? Это важный момент для точной оценки объёма.

Current freelance projects in the category App Development for Android

Need a person who is currently physically in Japan

Need to test the opening of a link and record the smartphone screen. Nothing complicated. Anyone can do it.

App Development for AndroidTesting & QA ∙ 2 days 10 hours back ∙ 3 proposals

Script for modifying APK

I have a script for older versions of the APK Minecraft that allowed creating a lighter version of the game by removing the music. Additionally, the script created a clone of Minecraft (so you could have two Minecraft games on your device...), and it also embedded the servers we…

JavaApp Development for Android ∙ 2 days 20 hours back ∙ 12 proposals

It is necessary to develop a mobile application for Android and iOS.

It is necessary to develop a mobile application for Android and iOS that will function as a messenger with our AI through a ready Backend and API.Functionality: authorization; list of AI assistants; chat; sending and receiving messages; support for WebSockets (real-time…

App Development for AndroidApps for iOS (iPhone and iPad) ∙ 4 days 7 hours back ∙ 43 proposals

Transformation of the website into platforms: android, ios, windows, linux 5000$

5005 USD

Hello! I am looking for an experienced programmer, team, or agency to comprehensively transfer my innovative web platform Intebwio to dedicated applications for the systems: Android, iOS, Windows, and Linux. About the product: Intebwio is an artificial intelligence-based…

App Development for AndroidApps for iOS (iPhone and iPad) ∙ 4 days 8 hours back ∙ 19 proposals

Ton Blockchain developer 10000 $

10 012 USD

Hello! I am looking for a freelance TON developer for a [short-term / long-term] project. I need someone who can help me with [specifically state what you need, e.g., writing a staking smart contract / connecting a frontend to TonConnect / building a token]. Skills needed: FunC…

App Development for Android ∙ 4 days 15 hours back ∙ 15 proposals

Client
Project published
7 months 15 days back
107 views
Tags
  • Kotlin
  • GraphQL
  • Android
  • GIT
  • Debugging