Development and refinement of an Android application
Hello!
Improve the application for payment automation. Stack: kotlin, android, graphql
I will write a detailed technical specification with screenshots in private messages
Stack
- Kotlin
- Android
- Graphql
Please attach Git repositories to your responses; we do not consider applications without them. Open a part of the code where we can assess your level - architecture and code cleanliness
The application already exists; it needs debugging and polling added.
-
20 days570 USD
442 20 days570 USDHello!
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.
-
20 days1367 USD
3053 23 1 3 20 days1367 USDHello, 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.
-
7 days570 USD
162 7 days570 USDHello.
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.
-
5 days570 USD
3861 15 0 5 days570 USDHello.
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!
-
12 days1367 USD
10262 76 0 12 days1367 USDLet me take a look at the details. I am free and ready to collaborate. I am waiting for your response, have a good day.
-
20 days1012 USD
475 2 0 20 days1012 USDready to help you out with kotlin app
will share previous mobile projects in chat - to make sure we match
-
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"
}
}
-
Добрый день. Подскажите, пожалуйста — требуется ли полная переработка архитектуры приложения или доработка текущего функционала (например, добавление поллинга)? Это важный момент для точной оценки объёма.
-
Current freelance projects in the category App Development for Android
Need a person who is currently physically in JapanNeed to test the opening of a link and record the smartphone screen. Nothing complicated. Anyone can do it. App Development for Android, Testing & QA ∙ 2 days 10 hours back ∙ 3 proposals |
Script for modifying APKI 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… Java, App 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 Android, Apps 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 Android, Apps 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 |