Skip to content

The sample app uses Github's GraphQL APIs to query the Simform's Github repositories and list them using compose views in the Android application.

Notifications You must be signed in to change notification settings

SimformSolutionsPvtLtd/android_simform_sample_app

Repository files navigation

Sample Android App

Kotlin Version Platform API

The sample app uses Github's GraphQL APIs to query the Simform's Github repositories and list them using compose views in the Android application.

Tech stack

Architecture

  • MVVM

Building the sample

First, clone the repo:

git clone https://github.com/SimformSolutionsPvtLtd/android_simform_sample_app

Android Studio (Android Studio Electric Eel | 2022.1.1 - Recommended)

  • Open Android Studio and select File -> Open... or from the Android Launcher select Oepn and navigate to the root directory of cloned repo and click open
  • GitHub PAT
    • Create GitHub PAT with public_repo access
    • Put the PAT in project level local.properties with key GITHUB_TOKEN as below format
      • GITHUB_TOKEN="TOKEN"
  • A Gradle sync should start, but you can force a sync and build the 'app' module as needed.

Running the Sample App

Connect an Android device to your development machine or use android emulator provided by Andorid studio

Android Studio

  • Select the device you wish to run the app on and hit run

Output screenshots

Light mode Dark mode
alt text alt text

About

The sample app uses Github's GraphQL APIs to query the Simform's Github repositories and list them using compose views in the Android application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published