Skip to content

fajaragungpramana/android.igit

Repository files navigation

iGit

Android CI Debug License
App for find github user in Android

Tech Information

Development :

  • Kotlin
  • ViewBinding
  • Coil
  • Hilt
  • Jetpack Navigation
  • Retrofit [Network, Gson, Logging]
  • Coroutines [Channel, Flow]
  • Unit Test [Mockito]
  • UI Automation Test [Espresso, Automator]
  • CI [Github Actions]

Design :

  • Clean Architecture
  • Modularization
  • MVVM Pattern
  • Repository Pattern
  • Localization

Getting Started

To get started with this project, you will need to have the following installed on your local machine:

  • Minimum Kotlin Version 1.9.22
  • Minimum Gradle Version 8.2.2

To get started with this project, you will need to have the following installed on your local machine:

  • Clone the repository: git clone https://github.com/fajaragungpramana/android.igit
  • Open the project with AndroidStudio
  • Open your local.properties in root project and add this variable
api.base_url_release="https://api.github.com/"
api.token_release="YOUR_GITHUB_TOKEN"
sql.database_release="igit-local-release"
api.base_url_debug="https://api.github.com/"
api.token_debug="YOUR_GITHUB_TOKEN"
sql.database_debug="igit-local-debug"
  • Build and Run project on android device or simulator

Preview

  • Android Simulator (Pixel) : HERE

License

Copyright 2024 Fajar Agung Pramana

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.