SkillAgentSearch skills...

ChatGPTAndroid

OpenAI ChatGPT for Android

Install / Use

/learn @nohjunh/ChatGPTAndroid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChatGPTAndroid

Android app using OpenAI's ChatGPT</br> It is possible to obtain the desired information through conversation or in-depth questions.

Conversation content is managed through a Room Database.</br> You can delete the conversation by long-clicking the chatBox. (Based on LongClickEvent)

Setting

  • Android Dolphin l 2021.3.1
  • Kotlin

stack

  • Timber
  • Room
  • Splash Screens
  • Coil
  • Coroutine
  • Retrofit

Main src

├── .idea
├── app 
│   └── src
│        └── main.java.com.nohjunh.test
│                                    ├── adapter
│                                    ├── database
│                                    ├── model
│                                    ├── network
│                                    ├── repository
│                                    ├── view
│                                    ├── viewModel
│                                    └── App.kt
└── gradle/wrapper

API

OpenAI API Documentation

[https://platform.openai.com/docs/api-reference]

Add the key to network/Apis.kt on the project.</br> Put it in the value of authorization.

Views

gif1 gif2 gif3

View on GitHub
GitHub Stars88
CategoryDevelopment
Updated4mo ago
Forks24

Languages

Kotlin

Security Score

92/100

Audited on Dec 4, 2025

No findings